commit | 4825fd2d3552a047264a1f3d900ce30047a8c5f6 | [log] [tgz] |
---|---|---|
author | Jan Vrany <jan.vrany@labware.com> | Tue Oct 10 11:22:56 2023 +0100 |
committer | Jan Vrany <jan.vrany@labware.com> | Tue Oct 10 11:22:56 2023 +0100 |
tree | 0cdbeb05638b51fb0f27fef50ce81c7e3e366682 | |
parent | 80a3485f81303639c7212a15cf9e453a830913f8 [diff] |
gdb/python: implement support for sending custom MI async notifications This commit adds a new Python function, gdb.notify_mi, that can be used to emit custom async notification to MI channel. This can be used, among other things, to implement notifications about events MI does not support, such as remote connection closed or register change. Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-By: Andrew Burgess <aburgess@redhat.com>