python: Add qualified parameter to gdb.Breakpoint
[deliverable/binutils-gdb.git] / gdb / NEWS
index 72b4057f4d7aeb2f2da2802447dca90aeaf1000c..bd5ae36dd049bdbfb34aa2869ec1be1e70e13295 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -81,7 +81,9 @@
   GDB interpret the specified function name as a complete
   fully-qualified name instead.  For example, using the same C++
   program, the "break -q B::func" command sets a breakpoint on
-  "B::func", only.
+  "B::func", only.  A parameter has been added to the Python
+  gdb.Breakpoint constructor to achieve the same result when creating
+  a breakpoint from Python.
 
 * Breakpoints on functions marked with C++ ABI tags
 
@@ -205,6 +207,10 @@ maint info selftests
 starti
   Start the debugged program stopping at the first instruction.
 
+set|show print type nested-type-limit
+  Set and show the limit of nesting level for nested types that the
+  type printer will show.
+
 * TUI Single-Key mode now supports two new shortcut keys: `i' for stepi and
   `o' for nexti.
 
This page took 0.024858 seconds and 4 git commands to generate.