commit | c963a222f1b8e01a158c4a7e8b3af7c30dc197f7 | [log] [tgz] |
---|---|---|
author | Chaoren Lin <chaorenl@google.com> | Tue Sep 01 16:58:45 2015 +0000 |
committer | Chaoren Lin <chaorenl@google.com> | Tue Sep 01 16:58:45 2015 +0000 |
tree | c2c0b690c9884d8ee79fc38bd7e037834d046126 | |
parent | 0ca250853c5a3ea73295cf7b4caba2f9dceb9b98 [diff] [blame] |
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
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index f7bbb445..c2a99ba 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -152,6 +152,9 @@ void RefreshStateAfterStop() override; + void + SetUnixSignals(const lldb::UnixSignalsSP &signals_sp); + //------------------------------------------------------------------ // Process Queries //------------------------------------------------------------------