Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Emacs and GDB
@ 2002-11-23  2:36 a2782
  2002-11-23  3:36 ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: a2782 @ 2002-11-23  2:36 UTC (permalink / raw)
  To: gdb

Does anyone know how Emacs invokes GDB?

Thanks


^ permalink raw reply	[flat|nested] 16+ messages in thread
* emacs and gdb
@ 2008-11-06  7:07 Dave Milter
  2008-11-06  9:16 ` Andreas Schwab
  0 siblings, 1 reply; 16+ messages in thread
From: Dave Milter @ 2008-11-06  7:07 UTC (permalink / raw)
  To: gdb

I met strange problem with running gdb under emacs,
I run it like this:
arm-eabi-gdb --annotate=3 someprog.elf
target remote :3333
Remote debugging using :3333
0x00000004 in ?? ()
(gdb) monitor soft_reset_halt

/home/test/src/toolchains/gdb/gdb-6.8.50.20080706/gdb/findvar.c:298:
internal-error: value_of_register_lazy: Assertion `frame_id_p
(get_frame_id (frame))' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.


if I type the same commands in gdb running in terminal all ok:

arm-eabi-gdb -annotate 3 someprog.elf
pre-prompt
(gdb)
prompt


post-prompt

pre-prompt
(gdb)
prompt
target remote :3333

post-prompt
Remote debugging using :3333

frame-begin 0 0x4
0x00000004 in ?? ()

stopped

pre-prompt
(gdb)
prompt
monitor soft_reset_halt

post-prompt

any idea what is going on, and how to fix this?


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

end of thread, other threads:[~2009-01-25  1:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-23  2:36 Emacs and GDB a2782
2002-11-23  3:36 ` Eli Zaretskii
2002-11-23  3:59   ` a2782
2002-11-23 12:34     ` Eli Zaretskii
2002-11-23 15:52       ` Jim Blandy
2002-11-23 21:55         ` Eli Zaretskii
2002-11-25  6:50     ` Kris Warkentin
2002-12-05 16:56     ` Fernando Nasser
2002-12-09  9:40       ` a2782
2002-12-09 10:12         ` Keith Seitz
2008-11-06  7:07 emacs and gdb Dave Milter
2008-11-06  9:16 ` Andreas Schwab
2008-11-06  9:40   ` Dave Milter
2008-11-06  9:44     ` Andreas Schwab
2008-11-06 10:31       ` Dave Milter
2009-01-25  1:17         ` Nick Roberts

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