diff options
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 520dfc44adc..7684607b7f7 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -297,9 +297,6 @@ protected: m_last_stop_packet = response; } - void - CheckForKernel (lldb_private::Stream *strm); - //------------------------------------------------------------------ /// Broadcaster event bits definitions. //------------------------------------------------------------------ @@ -342,7 +339,6 @@ protected: bool m_waiting_for_attach; bool m_destroy_tried_resuming; std::string m_dyld_plugin_name; - lldb::addr_t m_kernel_load_addr; lldb::CommandObjectSP m_command_sp; bool |

