diff options
author | Tom Tromey <tromey@adacore.com> | 2024-07-08 11:28:37 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-08-14 10:08:58 -0600 |
commit | d1b72c26495947dc1f30cab4295c8cf4dd795cb2 (patch) | |
tree | cf170a81b2c8dc71ce49ef6490b0ecaafa9e6a6b /gdb/python | |
parent | f2387377574992655490996e46e25cc5fb7993da (diff) | |
download | binutils-d1b72c26495947dc1f30cab4295c8cf4dd795cb2.zip binutils-d1b72c26495947dc1f30cab4295c8cf4dd795cb2.tar.gz binutils-d1b72c26495947dc1f30cab4295c8cf4dd795cb2.tar.bz2 |
Notify Python when breakpoint symbol changes
A DAP user noticed that breakpoints set by address were never updated
to show their location after the DAP launch request. It turns out
that gdb does not emit the breakpoint-modified event when this sort of
breakpoint is updated.
This patch changes gdb to notify the breakpoint-modified observer when
a breakpoint location's symbol changes. This in turn causes the DAP
event to be emitted.
Reviewed-by: Keith Seitz <keiths@redhat.com>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions