diff options
author | Pavel Labath <labath@google.com> | 2016-04-07 08:16:10 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-04-07 08:16:10 +0000 |
commit | ef40912a2ffd0abd6ed40ccb138a3a7ff04ac8ee (patch) | |
tree | ded88766a9f01234d0a94e01a20f84986ddee884 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | d54bae65258a3c7fdd1e9b680a5dc91dba3d9453 (diff) | |
download | bcm5719-llvm-ef40912a2ffd0abd6ed40ccb138a3a7ff04ac8ee.tar.gz bcm5719-llvm-ef40912a2ffd0abd6ed40ccb138a3a7ff04ac8ee.zip |
Revert "Reduce code duplication in ProcessGDBRemote"
In turns out this does make a functional change, in case when the inferior hits an int3 that was
not placed by the debugger. Backing out for now.
llvm-svn: 265647
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, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index a361ae31857..b67eb49e5e6 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -481,9 +481,6 @@ private: lldb::user_id_t break_id, lldb::user_id_t break_loc_id); - bool - SetThreadStopReasonIfAtBreakpoint(Thread &thread); - DISALLOW_COPY_AND_ASSIGN (ProcessGDBRemote); }; |