diff options
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 4a716157943..4732fc3a3fc 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -293,6 +293,13 @@ protected: lldb_private::Mutex::Locker locker (m_last_stop_packet_mutex); m_last_stop_packet = response; } + + void + RelocateOrLoadKernel (lldb_private::Stream *strm); + + void + LoadKernel (lldb_private::Stream *strm, lldb_private::UUID kernel_uuid, lldb::addr_t kernel_load_addr); + //------------------------------------------------------------------ /// Broadcaster event bits definitions. //------------------------------------------------------------------ |

