MI3 and async notifications
Jonah Graham
jonah@kichwacoders.com
Mon Jun 17 13:12:00 GMT 2019
On Mon, 17 Jun 2019 at 08:56, Joel Brobecker <brobecker@adacore.com> wrote:
> The part I don't understand is why it matters to sync the two.
>
For example, to allow program to update the UI element that represents a
breakpoint. In CDT when a breakpoint is inserted in the UI and fails to be
installed or is only pending the UI element is updated to display that
fact. CDT maintains a map of UI elements to GDB instances+breakpoint
numbers. That connection (UI element to breakpoint number) is made as
result of the response to -break-insert.
The UI elements are breakpoints in a table, or in the margin of an editor.
Does that make sense?
More information about the Gdb
mailing list