Home
last modified time | relevance | path

Searched refs:DebuggerThread (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp43 DebuggerThread::DebuggerThread(DebugDelegateSP debug_delegate) in DebuggerThread() function in DebuggerThread
49 DebuggerThread::~DebuggerThread() { ::CloseHandle(m_debugging_ended_event); } in ~DebuggerThread()
51 Status DebuggerThread::DebugLaunch(const ProcessLaunchInfo &launch_info) { in DebugLaunch()
67 Status DebuggerThread::DebugAttach(lldb::pid_t pid, in DebugAttach()
85 lldb::thread_result_t DebuggerThread::DebuggerThreadLaunchRoutine( in DebuggerThreadLaunchRoutine()
89 std::shared_ptr<DebuggerThread> this_ref(shared_from_this()); in DebuggerThreadLaunchRoutine()
112 lldb::thread_result_t DebuggerThread::DebuggerThreadAttachRoutine( in DebuggerThreadAttachRoutine()
116 std::shared_ptr<DebuggerThread> this_ref(shared_from_this()); in DebuggerThreadAttachRoutine()
136 Status DebuggerThread::StopDebugging(bool terminate) { in StopDebugging()
211 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException()
[all …]
H A DDebuggerThread.h27 class DebuggerThread : public std::enable_shared_from_this<DebuggerThread> {
29 DebuggerThread(DebugDelegateSP debug_delegate);
30 virtual ~DebuggerThread();
H A DForwardDecl.h32 class DebuggerThread; variable
36 typedef std::shared_ptr<DebuggerThread> DebuggerThreadSP;
H A DCMakeLists.txt3 DebuggerThread.cpp
H A DProcessDebugger.cpp139 m_session_data->m_debugger.reset(new DebuggerThread(delegate)); in LaunchProcess()
177 DebuggerThreadSP debugger(new DebuggerThread(delegate)); in AttachProcess()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn28 "DebuggerThread.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4468 lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp