Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-11 | Emit stop reason details in Python stop events | Tom Tromey | 1 | -2/+2 | |
This changes Python stop events to carry a "details" dictionary, that holds any relevant information about the stop. The details are constructed using more or less the same procedure as is done for MI. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=13587 Reviewed-By: Eli Zaretskii <eliz@gnu.org> | |||||
2023-12-11 | Move py_ui_out to a new header | Tom Tromey | 1 | -0/+153 | |
This moves the declaration of py_ui_out to a new header, so that it can more readily be used by other code. |