mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +01:00
note missing events
This commit is contained in:
8
NOTES
8
NOTES
@@ -6,3 +6,11 @@ A few notes on gdb improvements that would help the GUI:
|
|||||||
Alternatively, a hook on a Breakpoint that is called when a
|
Alternatively, a hook on a Breakpoint that is called when a
|
||||||
linespec is resolved would work. Right now you can't make a pending
|
linespec is resolved would work. Right now you can't make a pending
|
||||||
"gui dprintf".
|
"gui dprintf".
|
||||||
|
|
||||||
|
* Some events are missing. This means the GUI can't properly react to
|
||||||
|
changes. For example:
|
||||||
|
* No "new breakpoint" event. (And this in turn means that more
|
||||||
|
breakpoint types must be exposed.)
|
||||||
|
* No "new shared library" event.
|
||||||
|
* No "new thread" event.
|
||||||
|
* No "frame selection" event, e.g. when user types "up".
|
||||||
|
|||||||
Reference in New Issue
Block a user