• Home
  • Raw
  • Download

Lines Matching refs:Debugger

31 using protocol::Debugger::BreakpointId;
32 using protocol::Debugger::CallFrame;
36 using protocol::Debugger::Scope;
64 void TranslateLocation(protocol::Debugger::Location* location, in TranslateLocation()
213 return protocol::Debugger::BreakLocation::TypeEnum::Call; in breakLocationType()
215 return protocol::Debugger::BreakLocation::TypeEnum::Return; in breakLocationType()
217 return protocol::Debugger::BreakLocation::TypeEnum::DebuggerStatement; in breakLocationType()
279 scope->setStartLocation(protocol::Debugger::Location::create() in buildScopes()
286 scope->setEndLocation(protocol::Debugger::Location::create() in buildScopes()
457 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) { in setBreakpointByUrl()
458 *locations = Array<protocol::Debugger::Location>::create(); in setBreakpointByUrl()
521 std::unique_ptr<protocol::Debugger::Location> location = setBreakpointImpl( in setBreakpointByUrl()
539 std::unique_ptr<protocol::Debugger::Location> location, in setBreakpoint()
541 std::unique_ptr<protocol::Debugger::Location>* actualLocation) { in setBreakpoint()
636 std::unique_ptr<protocol::Debugger::Location> start, in getPossibleBreakpoints()
637 Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction, in getPossibleBreakpoints()
638 std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>* in getPossibleBreakpoints()
677 *locations = protocol::Array<protocol::Debugger::BreakLocation>::create(); in getPossibleBreakpoints()
679 std::unique_ptr<protocol::Debugger::BreakLocation> breakLocation = in getPossibleBreakpoints()
680 protocol::Debugger::BreakLocation::create() in getPossibleBreakpoints()
694 std::unique_ptr<protocol::Debugger::Location> location, in continueToLocation()
711 protocol::Debugger::ContinueToLocation::TargetCallFramesEnum::Any)); in continueToLocation()
778 std::unique_ptr<protocol::Debugger::Location>
810 return protocol::Debugger::Location::create() in setBreakpointImpl()
833 std::unique_ptr<Array<protocol::Debugger::SearchMatch>>* results) { in searchInContent()
839 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> matches = in searchInContent()
843 *results = protocol::Array<protocol::Debugger::SearchMatch>::create(); in searchInContent()
851 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames, in setScriptSource()
977 pushBreakDetails(protocol::Debugger::Paused::ReasonEnum::Other, nullptr); in pause()
1209 std::unique_ptr<protocol::Array<protocol::Debugger::ScriptPosition>> in setBlackboxedRanges()
1224 protocol::Debugger::ScriptPosition* position = inPositions->get(i); in setBlackboxedRanges()
1289 std::unique_ptr<protocol::Debugger::Location> location = in currentCallFrames()
1290 protocol::Debugger::Location::create() in currentCallFrames()
1317 protocol::Debugger::Location::create() in currentCallFrames()
1503 std::unique_ptr<protocol::Debugger::Location> location = in didParseSource()
1522 std::make_pair(protocol::Debugger::Paused::ReasonEnum::OOM, nullptr)); in didPause()
1525 protocol::Debugger::Paused::ReasonEnum::Assert, nullptr)); in didPause()
1532 ? protocol::Debugger::Paused::ReasonEnum::PromiseRejection in didPause()
1533 : protocol::Debugger::Paused::ReasonEnum::Exception; in didPause()
1562 protocol::Debugger::Paused::ReasonEnum::DebugCommand, nullptr)); in didPause()
1570 String16 breakReason = protocol::Debugger::Paused::ReasonEnum::Other; in didPause()
1576 breakReason = protocol::Debugger::Paused::ReasonEnum::Ambiguous; in didPause()