/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDebuggerAgent.h | 97 …st bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBui… 98 …on, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Deb… 101 …ing*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& pos… 102 …orString*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >&, RefPtr<TypeBuilder::Deb… 105 …Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* pr… 106 …eBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, Re… 108 …tionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>… 125 …xpression, const String& sourceURL, TypeBuilder::OptOutput<TypeBuilder::Debugger::ScriptId>*, Type… 126 …void runScript(ErrorString*, const TypeBuilder::Debugger::ScriptId&, const int* executionContextId… 132 …void schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPt… [all …]
|
D | InspectorDebuggerAgent.cpp | 51 using WebCore::TypeBuilder::Debugger::BreakpointId; 52 using WebCore::TypeBuilder::Debugger::CallFrame; 53 using WebCore::TypeBuilder::Debugger::FunctionDetails; 54 using WebCore::TypeBuilder::Debugger::ScriptId; 55 using WebCore::TypeBuilder::Debugger::StackTrace; 259 breakProgram(InspectorFrontend::Debugger::Reason::Assert, 0); in addMessageToConsole() 303 …ntiBreakpoint, BreakpointId* outBreakpointId, RefPtr<Array<TypeBuilder::Debugger::Location> >& loc… in setBreakpointByUrl() 305 locations = Array<TypeBuilder::Debugger::Location>::create(); in setBreakpointByUrl() 342 …RefPtr<TypeBuilder::Debugger::Location> location = resolveBreakpoint(breakpointId, it->key, breakp… in setBreakpointByUrl() 362 …t optionalCondition, BreakpointId* outBreakpointId, RefPtr<TypeBuilder::Debugger::Location>& actua… in setBreakpoint() [all …]
|
D | InspectorDOMDebuggerAgent.cpp | 197 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in didInvalidateStyleAttr() 297 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willInsertDOMNode() 307 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willRemoveDOMNode() 311 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willRemoveDOMNode() 321 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willModifyDOMAttr() 387 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::EventListener, eventData); in pauseOnNativeEventIfNeeded() 389 …m_debuggerAgent->schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::EventListener, … in pauseOnNativeEventIfNeeded() 511 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::XHR, eventData.release()); in willSendXMLHttpRequest()
|
D | InjectedScript.h | 80 …ames, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& pos… 82 …void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::Func… 88 …PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue…
|
D | InspectorProfilerAgent.cpp | 64 static PassRefPtr<TypeBuilder::Debugger::Location> currentDebugLocation() in currentDebugLocation() 68 RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create() in currentDebugLocation() 141 RefPtr<TypeBuilder::Debugger::Location> location = currentDebugLocation(); in consoleProfileEnd()
|
D | InspectorInstrumentation.idl | 49 * Examples: DOM, Page, Debugger. 148 [DOMDebugger, Debugger, Timeline, Inline=FastReturn] 151 [DOMDebugger, Debugger, Timeline, Inline=FastReturn] 175 [Debugger, Inline=FastReturn] 196 [DOMDebugger, Debugger, Timeline, Inline=FastReturn] 199 [Debugger, Timeline, Inline=FastReturn] 321 [Debugger] 375 [DOMDebugger, Debugger, Timeline] 378 [DOMDebugger, Debugger, Timeline] 381 [DOMDebugger, Debugger, Timeline] [all …]
|
D | InjectedScript.cpp | 42 using WebCore::TypeBuilder::Debugger::CallFrame; 45 using WebCore::TypeBuilder::Debugger::FunctionDetails; 115 …Value& callFrames, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& pos… in getStepInPositions() 128 positions = Array<TypeBuilder::Debugger::Location>::runtimeCast(resultValue); in getStepInPositions()
|
/external/chromium_org/tools/cr/cr/commands/ |
D | debug.py | 25 cr.Debugger.AddArguments(self, parser) 32 if not cr.Debugger.ShouldInvoke(context): 33 cr.Debugger.Attach(context, targets, context.remains) 35 cr.Debugger.Restart(context, targets, context.remains) 38 cr.Debugger.Kill(context, targets, []) 40 cr.Debugger.Invoke(context, targets, context.remains)
|
/external/v8/src/ |
D | debug.cc | 639 Debugger* debugger = Isolate::Current()->debugger(); in ProcessCollectedScripts() 800 Debugger* debugger = isolate_->debugger(); in Load() 2336 Debugger::Debugger(Isolate* isolate) in Debugger() function in v8::internal::Debugger 2359 Debugger::~Debugger() { in ~Debugger() 2367 Handle<Object> Debugger::MakeJSObject(Vector<const char> constructor_name, in MakeJSObject() 2393 Handle<Object> Debugger::MakeExecutionState(bool* caught_exception) { in MakeExecutionState() 2405 Handle<Object> Debugger::MakeBreakEvent(Handle<Object> exec_state, in MakeBreakEvent() 2417 Handle<Object> Debugger::MakeExceptionEvent(Handle<Object> exec_state, in MakeExceptionEvent() 2433 Handle<Object> Debugger::MakeNewFunctionEvent(Handle<Object> function, in MakeNewFunctionEvent() 2444 Handle<Object> Debugger::MakeCompileEvent(Handle<Script> script, in MakeCompileEvent() [all …]
|
D | debug.h | 378 friend class Debugger; variable 706 class Debugger { 708 ~Debugger(); 814 return !compiling_natives_ && Debugger::IsDebuggerActive(); in EventActive() 831 explicit Debugger(Isolate* isolate); 873 DISALLOW_COPY_AND_ASSIGN(Debugger);
|
D | isolate.h | 92 class Debugger; variable 482 static Debugger* GetDefaultIsolateDebugger(); 920 Debugger* debugger() { in debugger() 1233 Debugger* debugger_;
|
/external/chromium_org/v8/src/ |
D | debug.cc | 674 Debugger* debugger = isolate_->debugger(); in ProcessCollectedScripts() 844 Debugger* debugger = isolate_->debugger(); in Load() 2612 Debugger::Debugger(Isolate* isolate) in Debugger() function in v8::internal::Debugger 2635 Debugger::~Debugger() {} in ~Debugger() 2638 Handle<Object> Debugger::MakeJSObject(Vector<const char> constructor_name, in MakeJSObject() 2665 Handle<Object> Debugger::MakeExecutionState(bool* caught_exception) { in MakeExecutionState() 2677 Handle<Object> Debugger::MakeBreakEvent(Handle<Object> exec_state, in MakeBreakEvent() 2689 Handle<Object> Debugger::MakeExceptionEvent(Handle<Object> exec_state, in MakeExceptionEvent() 2705 Handle<Object> Debugger::MakeNewFunctionEvent(Handle<Object> function, in MakeNewFunctionEvent() 2716 Handle<Object> Debugger::MakeCompileEvent(Handle<Script> script, in MakeCompileEvent() [all …]
|
D | debug.h | 410 friend class Debugger; variable 783 class Debugger { 785 ~Debugger(); 890 return !compiling_natives_ && Debugger::IsDebuggerActive(); in EventActive() 911 explicit Debugger(Isolate* isolate); 954 DISALLOW_COPY_AND_ASSIGN(Debugger);
|
/external/chromium/chrome/browser/extensions/ |
D | extension_debugger_apitest.cc | 9 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Debugger) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/chromium_org/chrome/browser/extensions/api/debugger/ |
D | debugger_apitest.cc | 16 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE(Debugger)) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t059debug.py | 13 class Debugger(threading.Thread): class 15 super(Debugger, self).__init__() 78 debugger = Debugger(port)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | common.cc | 55 ::Debugger(); in Break()
|
/external/chromium_org/tools/cr/cr/actions/ |
D | gdb.py | 10 class GdbDebugger(cr.Debugger):
|
D | debugger.py | 10 class Debugger(cr.Action, cr.Plugin.Type): class
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | ChromeDebugPackage.cs | 95 foreach (EnvDTE90a.Process4 p in dte.Debugger.LocalProcesses) { in MenuItemCallback()
|
/external/valgrind/main/ |
D | valgrind.spec.in | 1 Summary: Valgrind Memory Debugger
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | DefaultScriptMapping.js | 116 WebInspector.ContentProviderBasedProjectDelegate.call(this, WebInspector.projectTypes.Debugger);
|
D | Workspace.js | 216 …return this._projectDelegate.type() === WebInspector.projectTypes.Debugger || this._projectDelegat… 481 Debugger: "debugger", property
|
/external/chromium_org/chrome/common/extensions/api/ |
D | _manifest_features.json | 27 "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ScriptDebugServer.cpp | 251 …st String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceE… in setScriptSource() 301 RefPtr<TypeBuilder::Debugger::SetScriptSourceError::CompileError> compileError = in setScriptSource() 302 TypeBuilder::Debugger::SetScriptSourceError::CompileError::create() in setScriptSource() 308 errorData = TypeBuilder::Debugger::SetScriptSourceError::create(); in setScriptSource()
|