[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: How to use gdb in LINUX?



Hey,
   Things I forgot.

Compile with 
  gcc -g ...
to get debugging symbols otherwise gdb is of no use.

Don't try to step into functions that are not yours(like malloc,printf)


------------------------------