diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-09-01 16:58:45 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-09-01 16:58:45 +0000 |
commit | c963a222f1b8e01a158c4a7e8b3af7c30dc197f7 (patch) | |
tree | c2c0b690c9884d8ee79fc38bd7e037834d046126 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | 0ca250853c5a3ea73295cf7b4caba2f9dceb9b98 (diff) | |
download | bcm5719-llvm-c963a222f1b8e01a158c4a7e8b3af7c30dc197f7.tar.gz bcm5719-llvm-c963a222f1b8e01a158c4a7e8b3af7c30dc197f7.zip |
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Summary: Update to http://reviews.llvm.org/rL243618.
Reviewers: jaydeep, clayborg
Subscribers: labath, tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D12420
llvm-svn: 246557
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index f7bbb445374..c2a99ba2914 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -152,6 +152,9 @@ public: void RefreshStateAfterStop() override; + void + SetUnixSignals(const lldb::UnixSignalsSP &signals_sp); + //------------------------------------------------------------------ // Process Queries //------------------------------------------------------------------ |