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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -112,6 +112,10 @@ maint set dwarf max-cache-age maint show dwarf max-cache-age Renamed from "maint show dwarf2 max-cache-age". +set debug dwarf-line +show debug dwarf-line + Control display of debugging info regarding DWARF line processing. + set max-completions show max-completions Set the maximum number of candidates to be considered during |