Searched refs:AttachDebuggerFunction (Results 1 – 3 of 3) sorted by relevance
34 class AttachDebuggerFunction : public DebuggerFunction {36 AttachDebuggerFunction();37 ~AttachDebuggerFunction();
282 AttachDebuggerFunction::AttachDebuggerFunction() {} in AttachDebuggerFunction() function in AttachDebuggerFunction284 AttachDebuggerFunction::~AttachDebuggerFunction() {} in ~AttachDebuggerFunction()286 bool AttachDebuggerFunction::RunImpl() { in RunImpl()
329 RegisterFunction<AttachDebuggerFunction>(); in ResetFunctions()