Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to "add-symbol-file" when remote-debug using CDT?
How to "add-symbol-file" when remote-debug using CDT? [message #1711006] Mon, 12 October 2015 09:51
Dollyn Sun is currently offline Dollyn SunFriend
Messages: 68
Registered: July 2009
Location: China
Member

We need to remote-debug some .so files, and as described here:

http://linux-mobile-hacker.blogspot.jp/2008/02/debug-shared-library-with-gdbserver.html

we must use gdb commands likes this:

(gdb) add-symbol-file libfoo.so 0xb7f112f0

to manually config the address. How can I do this in CDT?


Dollyn
Previous Topic:pkg-config -- solved
Next Topic:Error in Eclipse "Hello World"
Goto Forum:
  


Current Time: Fri Apr 19 23:21:13 GMT 2024

Powered by FUDForum. Page generated in 0.03364 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top