Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h31 class IDebugDelegate; variable
35 typedef std::shared_ptr<IDebugDelegate> DebugDelegateSP;
H A DIDebugDelegate.h25 class IDebugDelegate {
27 virtual ~IDebugDelegate() {} in ~IDebugDelegate()
H A DLocalDebugDelegate.h41 class LocalDebugDelegate : public IDebugDelegate {
H A DNativeProcessWindows.h142 class NativeDebugDelegate : public IDebugDelegate {