Searched refs:NativeDebugDelegate (Results 1 – 2 of 2) sorted by relevance
23 class NativeDebugDelegate; variable25 typedef std::shared_ptr<NativeDebugDelegate> NativeDebugDelegateSP;142 class NativeDebugDelegate : public IDebugDelegate {144 NativeDebugDelegate(NativeProcessWindows &process) : m_process(process) {} in NativeDebugDelegate() function
55 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows() 68 DebugDelegateSP delegate_sp(new NativeDebugDelegate(*this)); in NativeProcessWindows()