breakpoint pending on future shared library load
i get the following error while running GDB and when i issue a
breakpoint command .. breakpoint pending on future shared library load
.. I developed my program with a cross compiler for arm and debugging
the code through a remote debugger and GDB.
in a normal case though, i mean in case of native compiling and
debugging on the host , i dont face this problem, perhaps the shared
libraries are automatically loaded. why not in this case.. i am also
using the cross compiler tool chain gdb and hence the code built is
compatible with the debugging. where can i find the shared library and
how can i link it to the gdb ?
Any idea ?
.
Relevant Pages
- Re: Great SWT Program
... More a shell than an operating system, ... Gdb is for the birds. ... Well, debugging one's own code is what gdb is for, isn't it? ... Being able to make a breakpoint that would trip the first time any ... (comp.lang.java.programmer) - Re: Recommended virtualization technique for debugging/developing FreeBSD
... :>> I was wondering what people use, in the abscense of suitable actual hardware, ... everything was seld compiled but with an external compiler. ... Most initial debugging was done with a super-low-level serial console, ... gdb wasn't available either. ... (freebsd-current) - Re: mmap failing with EINVAL inside valgrind
... The other day I was debugging some other application, ... POST++, and it was always crashing when I run it under gdb, luckily by ... 250 MB of memory leaked per day;). ... I presume valgrind does something similar to gdb, ... (comp.unix.programmer) - compiling perl/tk with debugging?; help debugging a segfault in Tk_HandleEvent
... perl/tk 800.025. ... I have a core file from one such crash, ... my weak C and debugging skills, I'm having a hard time figuring out ... (comp.lang.perl.tk) - Re: What tools are in your Tcl debugging toolbox?
... what additional tools do you find useful when debugging Tcl code? ... Particularly if you are using Tk or some other binary extension? ... Debugging my binary extension: gdb... ... putting the old opcode back and... ... (comp.lang.tcl) |
|