diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp b/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp index 6ee882f7f88..cd780518fe2 100644 --- a/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp @@ -63,6 +63,8 @@ static bool IsPageExecutable(uint32_t protect) { namespace lldb_private { +ProcessDebugger::~ProcessDebugger() {} + lldb::pid_t ProcessDebugger::GetDebuggedProcessId() const { if (m_session_data) return m_session_data->m_debugger->GetProcess().GetProcessId(); |

