diff options
author | Doug Evans <dje@google.com> | 2015-05-27 12:55:19 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-05-27 12:55:19 -0700 |
commit | 27e0867f4da863cf4e0cf9a297ae86598419729f (patch) | |
tree | e893cb1df2ad8871e26f27040e408e8fce2b0c95 /gdb/doc | |
parent | 4dcabcc2b5d82dca1089f87e5830a8cd3b5a4bd6 (diff) | |
download | gdb-27e0867f4da863cf4e0cf9a297ae86598419729f.zip gdb-27e0867f4da863cf4e0cf9a297ae86598419729f.tar.gz gdb-27e0867f4da863cf4e0cf9a297ae86598419729f.tar.bz2 |
Add set/show debug dwarf-line.
gdb/ChangeLog:
* NEWS: Mention "set debug dwarf-line".
* dwarf2read.c (dwarf_line_debug): New static global.
(add_include_dir): Add debug dwarf-line support.
(add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
(_initialize_dwarf2_read): New parameter "debug dwarf-line".
gdb/doc/ChangeLog:
* gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 490afe2..171d30e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-05-27 Doug Evans <dje@google.com> + + * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line. + 2015-05-26 Doug Evans <dje@google.com> * gdb.texinfo (Debugging Output): Update for DWARF "set debug" diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6cc6c7e..9ea846a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23417,6 +23417,14 @@ The value is the number of nesting levels to print. A value of zero turns off the display. @item show debug dwarf-die Show the current state of DWARF DIE debugging. +@item set debug dwarf-line +@cindex DWARF Line Tables +Turns on or off display of debugging messages related to reading +DWARF line tables. The default is 0 (off). +A value of 1 provides basic information. +A value greater than 1 provides more verbose information. +@item show debug dwarf-line +Show the current state of DWARF line table debugging. @item set debug dwarf-read @cindex DWARF Reading Turns on or off display of debugging messages related to reading |