From: nickrob Date: Fri, 2 Feb 2007 22:52:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: drop_9x_support_start~242 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ef0f1a8743cf6b51b5790b47584931a93be5de2;p=pf3gnuchains%2Fpf3gnuchains4x.git *** empty log message *** --- 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.