From: Nick Roberts Date: Fri, 2 Feb 2007 22:52:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd3756991a8a14d8f72c8226d1302025cb419ab9;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5811d2424f9..00c0ad53dff 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.