Lines Matching refs:InspectorDebuggerAgent
9395 …* inspector/InspectorDebuggerAgent.cpp: manage relations between protocol breakpoints and VM break…
9396 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
9397 (WebCore::InspectorDebuggerAgent::inspectedURLChanged):
9398 (WebCore::InspectorDebuggerAgent::setJavaScriptBreakpoint):
9399 (WebCore::InspectorDebuggerAgent::setJavaScriptBreakpointBySourceId):
9400 (WebCore::InspectorDebuggerAgent::removeJavaScriptBreakpoint):
9401 (WebCore::InspectorDebuggerAgent::continueToLocation):
9402 (WebCore::InspectorDebuggerAgent::resolveBreakpoint):
9403 (WebCore::InspectorDebuggerAgent::getScriptSource):
9404 (WebCore::InspectorDebuggerAgent::didParseSource):
9405 (WebCore::InspectorDebuggerAgent::didPause):
9406 * inspector/InspectorDebuggerAgent.h:
9407 (WebCore::InspectorDebuggerAgent::Script::Script):
15390 * inspector/InspectorDebuggerAgent.cpp:
15391 * inspector/InspectorDebuggerAgent.h:
15530 * inspector/InspectorDebuggerAgent.cpp:
15531 (WebCore::InspectorDebuggerAgent::isDebuggerAlwaysEnabled):
15532 * inspector/InspectorDebuggerAgent.h:
16553 * inspector/InspectorDebuggerAgent.cpp:
16554 (WebCore::InspectorDebuggerAgent::evaluateOnCallFrame):
16555 (WebCore::InspectorDebuggerAgent::getCompletionsOnCallFrame):
16556 * inspector/InspectorDebuggerAgent.h:
17671 * inspector/InspectorDebuggerAgent.cpp:
17672 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
17673 (WebCore::InspectorDebuggerAgent::setAllJavaScriptBreakpoints):
17674 (WebCore::InspectorDebuggerAgent::inspectedURLChanged):
17675 (WebCore::InspectorDebuggerAgent::restoreBreakpoints):
17676 * inspector/InspectorDebuggerAgent.h:
18314 * inspector/InspectorDebuggerAgent.cpp:
18315 (WebCore::InspectorDebuggerAgent::setBreakpoint):
18350 * inspector/InspectorDebuggerAgent.cpp:
18351 (WebCore::InspectorDebuggerAgent::setStickyBreakpoint):
18352 (WebCore::InspectorDebuggerAgent::setBreakpoint):
18353 (WebCore::InspectorDebuggerAgent::restoreBreakpoint):
18354 (WebCore::InspectorDebuggerAgent::didParseSource):
18355 * inspector/InspectorDebuggerAgent.h:
19075 * inspector/InspectorDebuggerAgent.cpp:
19076 (WebCore::InspectorDebuggerAgent::create):
19077 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
19078 (WebCore::InspectorDebuggerAgent::~InspectorDebuggerAgent):
19079 (WebCore::InspectorDebuggerAgent::evaluateOnCallFrame):
19080 (WebCore::InspectorDebuggerAgent::getCompletionsOnCallFrame):
19081 (WebCore::InspectorDebuggerAgent::currentCallFrames):
19082 * inspector/InspectorDebuggerAgent.h:
20205 The second step will be to move sticky JavaScript breakpoints to InspectorDebuggerAgent.
23196 * inspector/InspectorDebuggerAgent.cpp:
23197 (WebCore::InspectorDebuggerAgent::evaluateOnCallFrame):
23198 (WebCore::InspectorDebuggerAgent::getCompletionsOnCallFrame):
23199 (WebCore::InspectorDebuggerAgent::injectedScriptForCallFrameId):
23200 * inspector/InspectorDebuggerAgent.h:
24052 * inspector/InspectorDebuggerAgent.cpp:
24053 (WebCore::InspectorDebuggerAgent::didParseSource):
24119 * inspector/InspectorDebuggerAgent.cpp:
24120 (WebCore::InspectorDebuggerAgent::setPauseOnExceptionsState):
24121 * inspector/InspectorDebuggerAgent.h:
26040 * inspector/InspectorDebuggerAgent.cpp:
26041 (WebCore::InspectorDebuggerAgent::didParseSource):
26042 * inspector/InspectorDebuggerAgent.h:
29551 * inspector/InspectorDebuggerAgent.cpp:
29552 (WebCore::InspectorDebuggerAgent::stepOver):
29553 (WebCore::InspectorDebuggerAgent::stepInto):
29554 (WebCore::InspectorDebuggerAgent::stepOut):
29555 * inspector/InspectorDebuggerAgent.h:
37791 * inspector/InspectorDebuggerAgent.cpp:
37792 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
37793 (WebCore::InspectorDebuggerAgent::setStickyBreakpoint):
37794 (WebCore::InspectorDebuggerAgent::setBreakpoint):
37795 (WebCore::InspectorDebuggerAgent::removeBreakpoint):
37796 (WebCore::InspectorDebuggerAgent::restoreBreakpoint):
37797 (WebCore::InspectorDebuggerAgent::clearForPageNavigation):
37798 (WebCore::InspectorDebuggerAgent::didParseSource):
37799 * inspector/InspectorDebuggerAgent.h:
37866 * inspector/InspectorDebuggerAgent.cpp:
37868 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
37869 (WebCore::InspectorDebuggerAgent::setBreakpoint):
37870 (WebCore::InspectorDebuggerAgent::removeBreakpoint):
37871 (WebCore::InspectorDebuggerAgent::clearForPageNavigation):
37872 (WebCore::InspectorDebuggerAgent::md5Base16):
37873 (WebCore::InspectorDebuggerAgent::loadBreakpoints):
37874 (WebCore::InspectorDebuggerAgent::saveBreakpoints):
37875 (WebCore::InspectorDebuggerAgent::didParseSource):
37876 * inspector/InspectorDebuggerAgent.h:
37953 * inspector/InspectorDebuggerAgent.cpp:
37954 (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent):
37955 (WebCore::InspectorDebuggerAgent::setStickyBreakpoint):
37956 (WebCore::InspectorDebuggerAgent::setBreakpoint):
37957 (WebCore::InspectorDebuggerAgent::removeBreakpoint):
37958 (WebCore::InspectorDebuggerAgent::restoreBreakpoint):
37959 (WebCore::InspectorDebuggerAgent::clearForPageNavigation):
37960 (WebCore::InspectorDebuggerAgent::didParseSource):
37961 * inspector/InspectorDebuggerAgent.h:
42507 * inspector/InspectorDebuggerAgent.cpp:
42508 (WebCore::InspectorDebuggerAgent::didParseSource):
42714 * inspector/InspectorDebuggerAgent.cpp:
42715 (WebCore::InspectorDebuggerAgent::didParseSource):
42811 * inspector/InspectorDebuggerAgent.cpp:
42812 (WebCore::InspectorDebuggerAgent::didParseSource):
46032 Web Inspector: introduce DebuggerModel class representing InspectorDebuggerAgent state.