[Mesa-dev] gdb doesnt step into GL API calls of gears.
Brian Paul
brianp at vmware.com
Mon Apr 11 08:59:09 PDT 2011
On 04/11/2011 09:56 AM, kumar vemuri wrote:
> Hi All,
>
> A very basic question. I built the gallium softpipe driver setup.
> The gears demo is working on it. When i try to use gdb on gears, gdb
> "steps" into the glu* calls but not into the gl* (GL API) calls. Why is
> that? Am i missing something?
You need to compile Mesa with debugging enabled (-g flag). Try
passing --enable-debug to configure.
-Brian
More information about the mesa-dev
mailing list