From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu Xuanwei To: gdb@sources.redhat.com Subject: Remote Debugging Date: Thu, 30 Nov 2000 22:27:00 -0000 Message-id: <3A274495.FD07A793@chinacluster.com> X-SW-Source: 2000-11/msg00288.html Hi, Folks: I am a rookie. I want to know something about remote debugging: 1. On target: The gdbserver manipulates target application, which is stripped. 2. On host: GDB run "target remote ..." to customize the target. Then where is the symbol file for target application? Should I native compile the target application on host? Or ...? Sincerely, Kenny Yu