This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Step over inline and macros


How do you get gdb to step over macros?  It seems to step into things like 
atoi.  This disturbs me a lot since I don't care about getting into Macros 
while debugging.  Also how do you get it to step over inline functions?  It 
seems like I have to insert a breakpoint well after the call to an inline 
function and use the continue command to step over the inline function.  
Otherwise, it goes into the body of the inline function.

Salman



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]