mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-23 14:14:56 +08:00
* NEWS: Combine the two Python sections.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-01-19 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Combine the two Python sections.
|
||||||
|
|
||||||
2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* target.h (target_close): Update comment on the target's unpush state.
|
* target.h (target_close): Update comment on the target's unpush state.
|
||||||
|
8
gdb/NEWS
8
gdb/NEWS
@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
** The "maint set python print-stack on|off" is now deleted.
|
** The "maint set python print-stack on|off" is now deleted.
|
||||||
|
|
||||||
|
** A new class, gdb.printing.FlagEnumerationPrinter, can be used to
|
||||||
|
apply "flag enum"-style pretty-printing to any enum.
|
||||||
|
|
||||||
* GDBserver now supports stdio connections.
|
* GDBserver now supports stdio connections.
|
||||||
E.g. (gdb) target remote | ssh myhost gdbserver - hello
|
E.g. (gdb) target remote | ssh myhost gdbserver - hello
|
||||||
|
|
||||||
@ -20,11 +23,6 @@
|
|||||||
(gdb) print (enum E) 3
|
(gdb) print (enum E) 3
|
||||||
$1 = (ONE | TWO)
|
$1 = (ONE | TWO)
|
||||||
|
|
||||||
* Python scripting
|
|
||||||
|
|
||||||
** 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
|
* The filename part of a linespec will now match trailing components
|
||||||
of a source file name. For example, "break gcc/expr.c:1000" will
|
of a source file name. For example, "break gcc/expr.c:1000" will
|
||||||
now set a breakpoint in build/gcc/expr.c, but not
|
now set a breakpoint in build/gcc/expr.c, but not
|
||||||
|
Reference in New Issue
Block a user