]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
Emit stop reason details in Python stop events
authorTom Tromey <tromey@adacore.com>
Fri, 3 Nov 2023 19:23:41 +0000 (13:23 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 11 Dec 2023 17:51:32 +0000 (10:51 -0700)
commite187e7c9696fbf66cf25d5fb8113bc3bc06b9e8b
treedb8bf8c6a14650905a6831cb35de0fea3e504510
parentf2e2493b1f892bd377b772307c5ad37bdcda4e12
Emit stop reason details in Python stop events

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>
gdb/NEWS
gdb/doc/python.texi
gdb/python/py-bpevent.c
gdb/python/py-mi.c
gdb/python/py-signalevent.c
gdb/python/py-stopevent.c
gdb/python/py-stopevent.h
gdb/python/py-uiout.h