https://bugs.freedesktop.org/show_bug.cgi?id=47375

--- Comment #6 from Barto <mister.free...@laposte.net> 2012-07-24 15:46:01 PDT 
---
(In reply to comment #5)
> You don't need to recompile blender for debugging, only Mesa.

I'm a newbie in gdb, can you tell me how I must proceed in order to debug mesa
and blender ?

I have compiled mesa with the --enable-debug option, then I load manually the
mesa lib with these commands :

export LD_LIBRARY_PATH=/home/barto/compilation/mesa/Mesa-8.0.4/lib/
export LIBGL_DRIVERS_PATH=/home/barto/compilation/mesa/Mesa-8.0.4/lib/

then I type:

gdb blender

and 

break s_span.c:1327

then:

run

but gdb can't reach the breakpoint, I think I don't use the correct way to
debugging mesa, I need some help,

thanks

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to