public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Disabling stack access for remote targets?
@ 2012-06-01 14:29 Joakim Tjernlund
  2012-06-03 15:16 ` Jan Kratochvil
  0 siblings, 1 reply; 5+ messages in thread
From: Joakim Tjernlund @ 2012-06-01 14:29 UTC (permalink / raw)
  To: gdb


Debugging u-boot/bios direcly from reset using remote gdb can be a challenge.
One reason is that gdb insists on reading stack contents each time it stops execution.

This can be devastating for a board that hasn't initialized RAM yet.
Would it be possible for a remote target to inform gdb not to touch the
stack? In its simplest form one could just test for sp == 0

 Jocke

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

end of thread, other threads:[~2012-06-03 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-01 14:29 Disabling stack access for remote targets? Joakim Tjernlund
2012-06-03 15:16 ` Jan Kratochvil
2012-06-03 16:42   ` Joakim Tjernlund
2012-06-03 16:58     ` Jan Kratochvil
2012-06-03 17:21       ` Joakim Tjernlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).