diff options
author | Andrew Burgess <aburgess@broadcom.com> | 2012-11-09 13:23:33 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@broadcom.com> | 2012-11-09 13:23:33 +0000 |
commit | ed8a1c2de8eef8bd5d22600eeaa4fcad409a01ec (patch) | |
tree | 2a4495311bd3e0aab6c3fae025c9fef47b92c772 /gdb/doc/ChangeLog | |
parent | 504b36fd47a9f41055e7117a182a1e1c71c7cbcb (diff) | |
download | gdb-ed8a1c2de8eef8bd5d22600eeaa4fcad409a01ec.zip gdb-ed8a1c2de8eef8bd5d22600eeaa4fcad409a01ec.tar.gz gdb-ed8a1c2de8eef8bd5d22600eeaa4fcad409a01ec.tar.bz2 |
http://sourceware.org/ml/gdb-patches/2012-10/msg00083.html
gdb/ChangeLog
* source.c (print_source_lines_base): Add fullname field giving
full path to file in mi output.
* NEWS: Mention the new fullname field.
gdb/doc/ChangeLog
* gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
the example -data-disassemble output. Extend the description of
the -data-disassemble results to document all fields. Document
the cli disassemble command as being related to -data-disassemble.
gdb/testsuite/ChangeLog
* gdb.mi/mi-disassemble.exp: Expect fullname field in mi
disassembly output.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3e993dd..2fc837b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2012-11-09 Andrew Burgess <aburgess@broadcom.com> + + * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to + the example -data-disassemble output. Extend the description of + the -data-disassemble results to document all fields. Document + the cli disassemble command as being related to -data-disassemble. + 2012-11-09 Yao Qi <yao@codesourcery.com> PR gdb/14777. |