This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to define shared libray symbol file for GDB in cross debug environment?


Hi, all:

Here I have trouble in using GDB.

I am in a cross-compiler environment. Host is x86 PC and target is xscale-arm. I've been succeeding in connect arm-gdbserver from host PC. Also I loaded symbol file of my binary - elf.out. But now the trouble is:

There is some shared libraies like libmydb.so I want to load it in host as a symbol file. GDB 'sharedlibrary' command just search this shared-symbol-file in a fixed path - /usr/lib. I could not copy libmydb.so to /usr/lib cause there is a x86 shared library there with the same name. I can't change it now.

So my question is how to direct gdb-host to load shared library symbol file in specific path, for example, /myhome/target(/libmydb.so)?

Thanks in advance,

Kenny Yu (Xuanwei)

PCS R&D, Motorola
108, Jian Guo Road, Chao Yang District,
Beijing, China (100022)
Tel: (86) 10 - 6564 1346
Fax: (86) 10 - 6566 8542
mailto:kenny.yu@motorola.com

[ x ] General Business Information
[   ] Motorola Internal Use Only
[   ] Motorola Confidential Proprietary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]