gdb
[deliverable/binutils-gdb.git] / gdb / NEWS
index 02082a3f17993dc4672a64f7d27671ca39528e40..efb53a7580eee020404e66e2df92a19876f8c2e4 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   ** A new class, gdb.printing.FlagEnumerationPrinter, can be used to
      apply "flag enum"-style pretty-printing to any enum.
 
+* The filename part of a linespec will now match trailing components
+  of a source file name.  For example, "break gcc/expr.c:1000" will
+  now set a breakpoint in build/gcc/expr.c, but not
+  build/libcpp/expr.c.
+
 *** Changes in GDB 7.4
 
 * GDB now handles ambiguous linespecs more consistently; the existing
This page took 0.023998 seconds and 4 git commands to generate.