* NEWS: Mention labels, .gdb_index.
This commit is contained in:
parent
53a71c0681
commit
283e6a52fc
|
@ -1,3 +1,7 @@
|
||||||
|
2010-07-27 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Mention labels, .gdb_index.
|
||||||
|
|
||||||
2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
|
2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
|
||||||
|
|
||||||
* cli/cli-cmds.c (disassemble_command): Add support of disassemble
|
* cli/cli-cmds.c (disassemble_command): Add support of disassemble
|
||||||
|
|
9
gdb/NEWS
9
gdb/NEWS
|
@ -3,6 +3,15 @@
|
||||||
|
|
||||||
*** Changes since GDB 7.2
|
*** Changes since GDB 7.2
|
||||||
|
|
||||||
|
* GDB now has some support for using labels in the program's source in
|
||||||
|
linespecs. For instance, you can use "advance label" to continue
|
||||||
|
execution to a label.
|
||||||
|
|
||||||
|
* GDB now has support for reading and writing a new .gdb_index
|
||||||
|
section. This section holds a fast index of DWARF debugging
|
||||||
|
information and can be used to greatly speed up GDB startup and
|
||||||
|
operation. See the documentation for `save gdb-index' for details.
|
||||||
|
|
||||||
*** Changes in GDB 7.2
|
*** Changes in GDB 7.2
|
||||||
|
|
||||||
* Shared library support for remote targets by default
|
* Shared library support for remote targets by default
|
||||||
|
|
Loading…
Reference in New Issue