Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdb doesn't work well with DSO on Linux/mips
@ 2002-03-22 23:47 H . J . Lu
  2002-03-23  0:08 ` H . J . Lu
  0 siblings, 1 reply; 6+ messages in thread
From: H . J . Lu @ 2002-03-22 23:47 UTC (permalink / raw)
  To: GDB

# gdb /lib/ld-2.2.4.so
(gdb) b _dl_start
Breakpoint 1 at 0xfe4: file rtld.c, line 181.
(gdb) r
Starting program: /lib/ld-2.2.4.so 
Breakpoint 1 at 0x55550fe4: file rtld.c, line 181.
warning: shared library handler failed to enable breakpoint

The problem is the entry point for SVR4/MIPS is __start. But bkpt_names
in solib-svr4.c only checks _start. Should I add __start to bkpt_names
or define SOLIB_BKPT_NAME to __start for Linux/MIPS?


H.J.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-03-26  4:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22 23:47 gdb doesn't work well with DSO on Linux/mips H . J . Lu
2002-03-23  0:08 ` H . J . Lu
2002-03-23  8:52   ` Daniel Jacobowitz
2002-03-23 11:39     ` Andrew Cagney
2002-03-25 20:06     ` Kevin Buettner
2002-03-25 20:32       ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox