Home
last modified time | relevance | path

Searched refs:GetDebuggedProcessId (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp60 SetID(GetDebuggedProcessId()); in NativeProcessWindows()
75 SetID(GetDebuggedProcessId()); in NativeProcessWindows()
94 GetDebuggedProcessId(), state); in Resume()
149 GetDebuggedProcessId(), GetState()); in Resume()
421 GetDebuggedProcessId(), image_base); in OnDebuggerConnected()
426 SetID(GetDebuggedProcessId()); in OnDebuggerConnected()
430 if (!Host::GetProcessInfo(GetDebuggedProcessId(), process_info)) { in OnDebuggerConnected()
H A DProcessDebugger.h91 lldb::pid_t GetDebuggedProcessId() const;
H A DProcessDebugger.cpp68 lldb::pid_t ProcessDebugger::GetDebuggedProcessId() const { in GetDebuggedProcessId() function in lldb_private::ProcessDebugger
232 GetDebuggedProcessId(), state); in DestroyProcess()
H A DProcessWindows.cpp202 SetID(GetDebuggedProcessId()); in DoAttachToProcessWithID()