aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-uiout.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Emit stop reason details in Python stop eventsTom Tromey1-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-11Move py_ui_out to a new headerTom Tromey1-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.