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 /gdb/ChangeLog | |
parent | 75feb17dd5732e38938d35ddfc6eacdc12cab759 (diff) | |
download | gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.zip gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.tar.gz gdb-1843f87b0a15f16efb29bb2493c0cae8d7d740b6.tar.bz2 |
Add changelog entries for last commit.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 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. |