diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-02-27 20:50:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-02-27 20:50:49 +0000 |
commit | 75feb17dd5732e38938d35ddfc6eacdc12cab759 (patch) | |
tree | c6ac2dce69f51824b051b7cfa7d29d3fd638f859 /gdb/doc | |
parent | b40e7bf371ed0fb604e3907327b32ef6f039c4c9 (diff) | |
download | gdb-75feb17dd5732e38938d35ddfc6eacdc12cab759.zip gdb-75feb17dd5732e38938d35ddfc6eacdc12cab759.tar.gz gdb-75feb17dd5732e38938d35ddfc6eacdc12cab759.tar.bz2 |
* utils.c (debug_timestamp): New.
(vfprintf_unfiltered): Print timestamps if requested.
(show_debug_timestamp): New.
(initialize_utils): Register "set debug timestamp".
* NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
* gdb.texinfo (Debugging Output): Document "set debug timestamp".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 722db28..4f4b694 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -16387,6 +16387,14 @@ until the next time you connect to a target or use the @code{run} command. @item show debug target Displays the current state of displaying @value{GDBN} target debugging info. +@item set debug timestamp +@cindex timestampping debugging info +Turns on or off display of timestamps with @value{GDBN} debugging info. +When enabled, seconds and microseconds are displayed before each debugging +message. +@item show debug timestamp +Displays the current state of displaying timestamps with @value{GDBN} +debugging info. @item set debugvarobj @cindex variable object debugging info Turns on or off display of @value{GDBN} variable object debugging |