Skip to main content

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

Does the message affect your debugging? It's not an error, the CDT debugger uses some gdb commands to handle deferred breakpoints.

----- Original Message ----- From: "yang xiaoli" <alula418@xxxxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Tuesday, November 22, 2005 3:42 AM
Subject: [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

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top