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. 863e4da4b6713fbd0b3a19fe3a7f7be1ea34f704


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  863e4da4b6713fbd0b3a19fe3a7f7be1ea34f704 (commit)
      from  89de4da46b3b3629c51e6e1a37177a6269dc8b05 (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=863e4da4b6713fbd0b3a19fe3a7f7be1ea34f704

commit 863e4da4b6713fbd0b3a19fe3a7f7be1ea34f704
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Thu Feb 27 23:23:46 2014 +0100

    Support rthreads on OpenBSD 5.2 and later.
    
    OpenBSD 5.2 and later have a proper threads implementation based on
    kernel threads.  Debugging support is provided through additional
    ptrace(2) requests, so this diff extends the generic code in
    inf-ptrace.c with OpenBSD-specific code to discover additional threads.
    
    gdb/ChangeLog:
    
            * obsd-nat.h: New file.
            * obsd-nat.c: New file.
            * Makefile.in (HFILES_NO_SRCDIR): Add obsd-nat.h.
            (ALLDEPFILES): Add obsd-nat.c.

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

Summary of changes:
 gdb/ChangeLog   |    7 ++
 gdb/Makefile.in |    4 +-
 gdb/obsd-nat.c  |  185 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/obsd-nat.h  |   25 ++++++++
 4 files changed, 219 insertions(+), 2 deletions(-)
 create mode 100644 gdb/obsd-nat.c
 create mode 100644 gdb/obsd-nat.h


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]