Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Remote debug problems

I build eclipse-3.1 from source and add cdt plugins, there is no problem with x86-x86 remote debug use gdb and gdbserver and eclipse3.1 and gdbserver. I have tested it.

When I remote debug x86-arm it has the message in console window below: "Stopped due to shared library event" If I did not debug step by step and run directly in debug mode ,the gdbserver will display the string normally as I needed. How to set shared library for x86-arm remote debug? I set shared libraries in debug option on debug tab, but no difference.

debuger tab setting:
Debugger:GDB Server Main tab:
GDB Debugger:/usr/local/arm-linux/bin/arm-linux-gdb
GDB command line:target remote 192.168.1.101:5000
Connection:TCP
HOST name or IP Address:192.168.1.101
Port number:5000

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com


Back to the top