Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Add a python event registry for selected frame changes
@ 2013-04-26 21:07 Maxime Coste
  2013-04-26 21:09 ` [PATCH 1/3] Add a select_frame_reason enum parameter to select_frame Maxime Coste
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Maxime Coste @ 2013-04-26 21:07 UTC (permalink / raw)
  To: gdb-patches

Hello,

Here is a patch serie which permits python scripts to watch for selected
frame changes, ignoring changes which are triggered by implementation detail
(like executing a call command).

I know the real solution to select_frame would be for most function to take
a frame rather than relying on the current selected frame, however I am not
familiar enough with gdb internals to fix that.

Regards,

Maxime Coste.



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

end of thread, other threads:[~2013-05-14 13:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-26 21:07 Add a python event registry for selected frame changes Maxime Coste
2013-04-26 21:09 ` [PATCH 1/3] Add a select_frame_reason enum parameter to select_frame Maxime Coste
2013-04-30 11:05   ` Tom Tromey
2013-04-30 11:53     ` Joel Brobecker
2013-05-06 16:54     ` Pedro Alves
2013-05-10 19:50       ` Tom Tromey
2013-05-14 13:23       ` Maxime Coste
2013-04-26 21:10 ` [PATCH 2/3] Add a frame_changed observer Maxime Coste
2013-04-30 10:51   ` Tom Tromey
2013-04-27  7:55 ` [PATCH 3/3] Add a gdb.events.frame_change event registry Maxime Coste
2013-04-30 11:07   ` Tom Tromey
2013-04-30 11:09     ` Tom Tromey
2013-04-30 10:53 ` Add a python event registry for selected frame changes Tom Tromey
2013-04-30 23:29   ` Maxime Coste

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