[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: How to use gdb in LINUX?
- Subject: Re: How to use gdb in LINUX?
- From: Vikram Subramanian <upender@xxxxxxxxxxxxxxx>
- Date: Tue, 21 Sep 1999 22:28:36 +0530
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)
------------------------------