Re: How to do single step-in of library calls such as accept()
- From: Hans-Juergen Lange <Hans-Juergen.Lange@xxxxxx>
- Date: Tue, 27 Dec 2005 12:05:07 +0100
Datha wrote:
Hi Everyone, I want to do sigle step into the calls such as socket, accept, bind, etc... I tried compiling with -g option. Even then i get the following print on gdb. **************** Breakpoint 2, 0x0073a8d0 in socket () from /lib/tls/libc.so.6 (gdb) n Single stepping until exit from function socket, which has no line number information. main () at siocgifconf.c:20 **************** How do i do sigle stepping here. Thanks, -datha
Hello,
you have to compile the libraries with -g as well and dont strip the symbols from the new build libraries.
BR Hans-Juergen Lange .
- References:
- Prev by Date: Re: PXE-E55: proxyDHCP service did not reply to request on port 4011
- Next by Date: Re: IP Alias default outgoing interface?
- Previous by thread: How to do single step-in of library calls such as accept()
- Next by thread: Nessusd problems on Ubuntu
- Index(es):
Relevant Pages
|