gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:46:05 +0000 (19:46 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:46:05 +0000 (19:46 +0000)
commit2bda9cc5eef486f0d39234cbb9b5be26c9ccaa5b
tree1b61724e1806a728512e10397555cf7c0038936f
parenta471c5941e127823b95893176c7c9301c4b4cb32
gdb/
Entry values NEWS entries, DWARF disassembly support.
* NEWS: New entry values entry.
(set print entry-values, show print entry-values)
(set debug entry-values, show debug entry-values): New entries.
* dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
indent.  Remove variable start.  Move header printing out.  Respect
INDENT.  Support DW_OP_GNU_entry_value.
(locexpr_describe_location_1): Move the header printing here, extend
the disassemble_dwarf_expression passed parameters.

gdb/testsuite/
* gdb.arch/amd64-entry-value.s: New file.
* gdb.mi/mi2-amd64-entry-value.s: New file.
gdb/ChangeLog
gdb/NEWS
gdb/dwarf2loc.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/amd64-entry-value.s [new file with mode: 0644]
gdb/testsuite/gdb.mi/mi2-amd64-entry-value.s [new file with mode: 0644]
This page took 0.027087 seconds and 4 git commands to generate.