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. 80894984a6b5faaa5bc1967059dd502a044cb079


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  80894984a6b5faaa5bc1967059dd502a044cb079 (commit)
      from  399ebc3d1e004d66ed90e69d9c75649556108a58 (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=80894984a6b5faaa5bc1967059dd502a044cb079

commit 80894984a6b5faaa5bc1967059dd502a044cb079
Author: Doug Evans <dje@google.com>
Date:   Wed Feb 19 14:51:55 2014 -0800

    Rename inferior_list_entry uses from "head" to "entry" for consistency.
    
    	* dll.h (struct dll_info): Add comment.
    	* gdbthread.h (struct thread_info): Add comment.
    	(current_ptid): Simplify.
    	* inferiors.c (add_process): Update.
    	(remove_process): Update.
    	* inferiors.h (struct process_info): Rename member "head" to "entry".
    	* linux-low.c (delete_lwp): Update.
    	(add_lwp): Update.
    	(last_thread_of_process_p): Update.
    	(kill_one_lwp_callback, linux_kill): Update.
    	(status_pending_p_callback): Update.
    	(wait_for_sigstop): Update.  Simplify read of ptid.
    	(start_step_over): Update.
    	* linux-low.h (ptid_of, pid_of, lwpid_of): Update.
    	(get_lwp_thread): Update.
    	(struct lwp_info): Rename member "head" to "entry".
    	* regcache.h (inferior_list_entry): Delete.
    	* server.c (kill_inferior_callback): Update.
    	(detach_or_kill_inferior_callback): Update.
    	(print_started_pid): Update.
    	(print_attached_pid): Update.
    	(process_serial_event): Simplify read of ptid.
    	* thread-db.c (thread_db_create_event): Update.
    	(thread_db_get_tls_address): Update.
    	* win32-low.c (current_inferior_ptid): Simplify.

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

Summary of changes:
 gdb/gdbserver/ChangeLog   |   28 ++++++++++++++++++++++++++++
 gdb/gdbserver/dll.h       |    3 +++
 gdb/gdbserver/gdbthread.h |    5 ++++-
 gdb/gdbserver/inferiors.c |    6 +++---
 gdb/gdbserver/inferiors.h |    5 ++++-
 gdb/gdbserver/linux-low.c |   20 ++++++++++----------
 gdb/gdbserver/linux-low.h |   10 +++++-----
 gdb/gdbserver/regcache.h  |    1 -
 gdb/gdbserver/server.c    |   10 +++++-----
 gdb/gdbserver/thread-db.c |    4 ++--
 gdb/gdbserver/win32-low.c |    2 +-
 11 files changed, 65 insertions(+), 29 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]