From ed8a1c2de8eef8bd5d22600eeaa4fcad409a01ec Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Fri, 9 Nov 2012 13:23:33 +0000 Subject: 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. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index 8567742..4a1988d 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -66,6 +66,9 @@ py [command] async record "=record-started" and "=record-stopped". ** Memory changes are now notified using new async record "=memory-changed". + ** The data-disassemble command response will include a "fullname" field + containing the absolute file name when GDB can determine it and source + has been requested. *** Changes in GDB 7.5 -- cgit v1.1