Weet iemand misschien waarom je geen debugging symbols krijgt als je /bin/ping onder gdb uitvoerd. En of er misschien er andere manier is om de source code van /bin/ping te kunnen
in zien? Dit geeft die namelijk nu weer :
Starting program : /bin/ping
(no debugging symbols found) ... ( no debugging systembols found)
Usage: ping [-LRUbdfnrqvVaA] [-c count ] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [ -t ttl] [-i inferface or address]
[-M mtu discovery hint ] [-S sndbuf]
[ -T timestamp option ] [ -Q tos ] [hop1 ...] destination
no debugging symbols found)...
Program exited with code 02.
(gdb) break main
Function "main"not defined.
(gdb) break _start
Cannot access memory at adress 0x400000a80
(gdb)
in zien? Dit geeft die namelijk nu weer :
Starting program : /bin/ping
(no debugging symbols found) ... ( no debugging systembols found)
Usage: ping [-LRUbdfnrqvVaA] [-c count ] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [ -t ttl] [-i inferface or address]
[-M mtu discovery hint ] [-S sndbuf]
[ -T timestamp option ] [ -Q tos ] [hop1 ...] destination
no debugging symbols found)...
Program exited with code 02.
(gdb) break main
Function "main"not defined.
(gdb) break _start
Cannot access memory at adress 0x400000a80
(gdb)