Lines Matching defs:debugger
255 void DebuggerApi::DestroyJSDebugger(JSDebugger *debugger) in DestroyJSDebugger()
260 void DebuggerApi::RegisterHooks(JSDebugger *debugger, PtHooks *hooks) in RegisterHooks()
265 bool DebuggerApi::SetBreakpoint(JSDebugger *debugger, const JSPtLocation &location, in SetBreakpoint()
274 bool DebuggerApi::RemoveBreakpoint(JSDebugger *debugger, const JSPtLocation &location) in RemoveBreakpoint()
279 void DebuggerApi::RemoveAllBreakpoints(JSDebugger *debugger) in RemoveAllBreakpoints()
284 void DebuggerApi::SetSingleStepStatus(JSDebugger *debugger, bool status) in SetSingleStepStatus()
289 bool DebuggerApi::GetSingleStepStatus(JSDebugger *debugger) in GetSingleStepStatus()
346 bool DebuggerApi::RemoveBreakpointsByUrl(JSDebugger *debugger, const std::string &url) in RemoveBreakpointsByUrl()
351 void DebuggerApi::DisableFirstTimeFlag(JSDebugger *debugger) in DisableFirstTimeFlag()
356 void DebuggerApi::SetSymbolicBreakpoint(JSDebugger *debugger, const std::unordered_set<std::string>… in SetSymbolicBreakpoint()
361 void DebuggerApi::RemoveSymbolicBreakpoint(JSDebugger* debugger, const std::string &functionName) in RemoveSymbolicBreakpoint()