diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-02-27 20:59:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-02-27 20:59:38 +0000 |
commit | 1843f87b0a15f16efb29bb2493c0cae8d7d740b6 (patch) | |
tree | 0204a1e82d2ad60c79f1ade2a01df801a811ac15 | |
parent | 75feb17dd5732e38938d35ddfc6eacdc12cab759 (diff) | |
download | gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.zip gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.tar.gz gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.tar.bz2 |
Add changelog entries for last commit.
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aae2461..13b37ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2008-02-27 Daniel Jacobowitz <dan@codesourcery.com> + + * 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. + 2008-02-27 Joel Brobecker <brobecker@adacore.com> * breakpoint.c (skip_prologue_sal): New function. diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0c19507..1cc9af4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-27 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.texinfo (Debugging Output): Document "set debug timestamp". + 2008-02-26 Nick Roberts <nickrob@snap.net.nz> * gdb.texinfo (Set Breaks): Revert description of Enb column of |