summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d2efe2a0a5..8c837df76e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -170,6 +170,11 @@ GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux*
can be used to request a shorter representation of a value, the
way that 'set print frame-arguments scalars' does.
+ ** New Python type gdb.BreakpointLocation.
+ The new attribute 'locations' of gdb.Breakpoint returns a list of
+ gdb.BreakpointLocation objects specifying the locations where the
+ breakpoint is inserted into the debuggee.
+
* New features in the GDB remote stub, GDBserver
** GDBserver is now supported on LoongArch GNU/Linux.