Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* A thread has-a selected/current frame
@ 2003-10-09 14:24 Andrew Cagney
  2003-10-15  8:26 ` Dwarf information about a symbol ankit thukral
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2003-10-09 14:24 UTC (permalink / raw)
  To: gdb

Hello,

At present the selected and current frame are maintained as single 
globals, and independant of the selected and current thread.  As a 
consequence, each time GDB switches between threads, all global frame 
state is flushed.

I'm intending to add a "current frame" and "selected frame" to 
"thread_info" so that, instead this can be maintained on a per-thread basis.

The tricky one is the sentinel-frame.  It needs to be able to perform an 
arbitrary projection of the virtual thread's register onto the target 
below's physical threads and memory.   I think this suggests a 
sentinel-frame parameterized by target, and not just the current regcache.

Thoughts?
Andrew


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

end of thread, other threads:[~2003-10-15 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 14:24 A thread has-a selected/current frame Andrew Cagney
2003-10-15  8:26 ` Dwarf information about a symbol ankit thukral
2003-10-15  9:12   ` Keith Walker
2003-10-15 13:52   ` Daniel Jacobowitz

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