This is the mail archive of the gdb-patches@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]

[PATCH v4 0/3] Update FreeBSD's syscall table


Relative to V4, this passes the vector of integerers via pointers
rather than non-const references.  It also adds a some documentation
to the manual.

John Baldwin (3):
  Change get_syscalls_by_group to append to an existing vector of
    integers.
  Add an optional "alias" attribute to syscall entries.
  Update the FreeBSD system call table to match FreeBSD 12.0.

 gdb/ChangeLog                  |  41 ++++++++++++
 gdb/NEWS                       |  13 ++++
 gdb/break-catch-syscall.c      |  25 ++------
 gdb/doc/ChangeLog              |   7 +++
 gdb/doc/gdb.texinfo            |  23 +++++++
 gdb/gdbarch.h                  |   3 -
 gdb/gdbarch.sh                 |   3 -
 gdb/syscalls/freebsd.xml       | 110 ++++++++++++++++++++++++++-------
 gdb/syscalls/gdb-syscalls.dtd  |   1 +
 gdb/syscalls/update-freebsd.sh |  78 +++++++++++++++++++++++
 gdb/xml-syscall.c              | 110 ++++++++++++++++-----------------
 gdb/xml-syscall.h              |  20 +++---
 12 files changed, 318 insertions(+), 116 deletions(-)
 create mode 100755 gdb/syscalls/update-freebsd.sh

-- 
2.19.2


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