This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 70ad5bfff3eeec62753ac4483bab8b7467dd3dd0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  70ad5bfff3eeec62753ac4483bab8b7467dd3dd0 (commit)
      from  9f5a4cef68413e211bc765e969bf6778150231db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=70ad5bfff3eeec62753ac4483bab8b7467dd3dd0

commit 70ad5bfff3eeec62753ac4483bab8b7467dd3dd0
Author: Markus Metzger <markus.t.metzger@intel.com>
Date:   Mon Jun 2 10:25:44 2014 +0200

    btrace: async support
    
    Add support for async command execution.  This fixes the gdb.btrace tests.
    
    	* record-btrace.c: Include event-loop.h and inf-loop.h.
    	(record_btrace_resume_exec_dir)
    	(record_btrace_async_inferior_event_handler)
    	(record_btrace_handle_async_inferior_event): New.
    	(record_btrace_open): Create async event handler.
    	(record_btrace_close): Delete async event handler.
    	(record_btrace_resume): Set record_btrace_resume_exec_dir,
    	Mark async event handler.
    	(record_btrace_execution_direction): New.
    	(init_record_btrace_ops): Initialize to_execution_direction.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog       |   13 +++++++++++++
 gdb/record-btrace.c |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]