diff options
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. |