Home
last modified time | relevance | path

Searched refs:NativeDebugDelegate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h23 class NativeDebugDelegate; variable
25 typedef std::shared_ptr<NativeDebugDelegate> NativeDebugDelegateSP;
142 class NativeDebugDelegate : public IDebugDelegate {
144 NativeDebugDelegate(NativeProcessWindows &process) : m_process(process) {} in NativeDebugDelegate() function
H A DNativeProcessWindows.cpp55 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows()
68 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows()