mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-06 09:19:05 +00:00
NEWS: QCatchSyscalls: simplify
Standardize the QCatchSyscalls NEWS entry. gdb/ChangeLog 2016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com> * NEWS (QCatchSyscalls): Remove the parameter. Include ... (QCatchSyscalls:1 in qSupported) ... this separate entry which got deleted.
This commit is contained in:
parent
c64e0f6165
commit
aab3c527d7
@ -1,3 +1,9 @@
|
||||
2016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* NEWS (QCatchSyscalls): Remove the parameter. Include ...
|
||||
(QCatchSyscalls:1 in qSupported) ... this separate entry which got
|
||||
deleted.
|
||||
|
||||
2016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* NEWS (N stop reply): Remove empty line.
|
||||
|
11
gdb/NEWS
11
gdb/NEWS
@ -250,10 +250,9 @@ N stop reply
|
||||
threads are stopped). The remote stub reports support for this stop
|
||||
reply to GDB's qSupported query.
|
||||
|
||||
QCatchSyscalls:1 [;SYSNO]...
|
||||
QCatchSyscalls:0
|
||||
Enable ("QCatchSyscalls:1") or disable ("QCatchSyscalls:0")
|
||||
catching syscalls from the inferior process.
|
||||
QCatchSyscalls
|
||||
Enables/disables catching syscalls from the inferior process.
|
||||
The remote stub reports support for this packet to GDB's qSupported query.
|
||||
|
||||
syscall_entry stop reason
|
||||
Indicates that a syscall was just called.
|
||||
@ -261,10 +260,6 @@ syscall_entry stop reason
|
||||
syscall_return stop reason
|
||||
Indicates that a syscall just returned.
|
||||
|
||||
QCatchSyscalls:1 in qSupported
|
||||
The qSupported packet may now include QCatchSyscalls:1 in the reply
|
||||
to indicate support for catching syscalls.
|
||||
|
||||
* Extended-remote exec events
|
||||
|
||||
** GDB now has support for exec events on extended-remote Linux targets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user