Tuesday, December 20, 2005

remote debugging with gdb

Hm... some notes for myself:

target: (where the program runs)

gdbserver host_ip:port program_name

host: (debugging site)

gdb program_name
target remote target_ip:port
continue (should be continue instead of run, cause the program is already running)

0 Comments:

Post a Comment

<< Home