mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
gdb/
* NEWS: Document the 0b binary number prefix parsing.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Document the 0b binary number prefix parsing.
|
||||||
|
|
||||||
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* objfiles.c (objfile_relocate1): Change the return type to int.
|
* objfiles.c (objfile_relocate1): Change the return type to int.
|
||||||
|
5
gdb/NEWS
5
gdb/NEWS
@ -128,6 +128,11 @@ teval EXPR, ...
|
|||||||
ftrace FN / FILE:LINE / *ADDR
|
ftrace FN / FILE:LINE / *ADDR
|
||||||
Define a fast tracepoint at the given function, line, or address.
|
Define a fast tracepoint at the given function, line, or address.
|
||||||
|
|
||||||
|
* New expression syntax
|
||||||
|
|
||||||
|
GDB now parses the 0b prefix of binary numbers the same way as GCC does.
|
||||||
|
GDB now parses 0b101010 identically with 42.
|
||||||
|
|
||||||
* New options
|
* New options
|
||||||
|
|
||||||
set follow-exec-mode new|same
|
set follow-exec-mode new|same
|
||||||
|
Reference in New Issue
Block a user