From cd3756991a8a14d8f72c8226d1302025cb419ab9 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Fri, 2 Feb 2007 22:52:06 +0000 Subject: [PATCH] *** empty log message *** --- gdb/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5811d2424f..00c0ad53df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,27 @@ +2007-01-03 Nick Roberts + + Based on work by Apple Computer, Inc. + + * configure.ac: Test for sys/resource.h and getrusage. + * configure, config.in: Regenerate. + + * mi/mi-main.c: Include if present. + (rusage): Declare if HAVE_GETRUSAGE. + (current_command_ts, do_timings): New static variables. + (timestamp, print_diff_now, print_diff, timeval_diff): + New static timing functions. + (mi_cmd_enable_timings): New function for new MI command. + (captured_mi_execute_command, mi_execute_async_cli_command): + Call timing functions. + + * mi/mi-cmds.c (mi_cmds): Add entry for new MI command + -enable-timings. + + * mi/mi-cmds.h (mi_cmd_enable_timings): New extern. + + * mi/mi-parse.h: (mi_timestamp): New structure. + (mi_parse): Add mi_timestamp* member. + 2007-02-02 Denis Pilat * thread.c (make_cleanup_restore_current_thread): New function.