HomeSort by relevance Sort by last modified time
    Searched refs:Debugger (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_debugger_apitest.cc 9 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Debugger) {
13 ASSERT_TRUE(RunExtensionTest("debugger")) << message_;
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 9 // Debugger is flaky on browser_tests on Windows: crbug.com/234166.
16 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE(Debugger)) {
17 ASSERT_TRUE(RunExtensionTest("debugger")) << message_;
  /external/chromium_org/tools/cr/cr/commands/
debug.py 14 a debugger instead.
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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.h 97 virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations);
98 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation);
101 virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
102 virtual void getBacktrace(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >&, RefPtr<TypeBuilder::Debugger::StackTrace>&);
105 virtual void setScriptSource(ErrorString*, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* preview, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace)
    [all...]
InjectedScript.h 80 void getStepInPositions(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
82 void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
88 PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue&);
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;
102 : InspectorBaseAgent<InspectorDebuggerAgent>("Debugger", instrumentingAgents, inspectorState)
207 m_frontend = frontend->debugger();
259 breakProgram(InspectorFrontend::Debugger::Reason::Assert, 0);
303 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString* errorString, int lineNumber, const String* const optionalURL, const String* const optionalURLRegex, const int* const optionalColumnNumber, const String* const optionalCondition, const bool* isAntiBreakpoint, BreakpointId* outBreakpointId, RefPtr<Array<TypeBuilder::Debugger::Location> >& locations)
305 locations = Array<TypeBuilder::Debugger::Location>::create()
    [all...]
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...]
InspectorProfilerAgent.cpp 64 static PassRefPtr<TypeBuilder::Debugger::Location> currentDebugLocation()
68 RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create()
141 RefPtr<TypeBuilder::Debugger::Location> location = currentDebugLocation();
InspectorDOMDebuggerAgent.cpp 96 // Browser debugger agent enabled only when JS debugger is enabled.
197 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
297 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
307 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
311 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
321 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
387 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::EventListener, eventData);
389 m_debuggerAgent->schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::EventListener, eventData);
511 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::XHR, eventData.release())
    [all...]
InjectedScript.cpp 42 using WebCore::TypeBuilder::Debugger::CallFrame;
45 using WebCore::TypeBuilder::Debugger::FunctionDetails;
115 void InjectedScript::getStepInPositions(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& positions)
128 positions = Array<TypeBuilder::Debugger::Location>::runtimeCast(resultValue);
  /external/chromium/third_party/libjingle/source/talk/base/
common.cc 55 ::Debugger();
  /external/chromium_org/tools/cr/cr/actions/
gdb.py 10 class GdbDebugger(cr.Debugger):
11 """An implementation of cr.Debugger that launches gdb."""
debugger.py 5 """A module for the Debugger base class."""
10 class Debugger(cr.Action, cr.Plugin.Type):
16 SELECTOR_ARG = '--debugger'
18 SELECTOR_HELP = 'Sets the debugger to use for debug commands.'
26 """Checks if the debugger is attaching or launching."""
31 """Ask the debugger to restart.
40 """Kill the running debugger."""
45 """Invoke the program within a debugger."""
50 """Attach a debugger to a running program."""
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
background.js 8 chrome.debugger.onEvent.addListener(onEvent);
9 chrome.debugger.onDetach.addListener(onDetach);
19 chrome.debugger.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
21 chrome.debugger.detach(debuggeeId, onDetach.bind(null, debuggeeId));
34 chrome.debugger.sendCommand(
35 debuggeeId, "Debugger.enable", {},
40 chrome.debugger.sendCommand(debuggeeId, "Debugger.pause");
45 if (method == "Debugger.paused") {
  /external/chromium_org/v8/src/
debug.cc 324 // Debugger statement always calls debugger. No need to modify it.
341 // Debugger statement always calls debugger. No need to modify it.
359 // Debugger statement always calls debugger. No need to modify it.
387 // Debugger statement always calls debugger. No need to modify it.
535 // shutting down the debugger as it will leave the break point information in
674 Debugger* debugger = isolate_->debugger() local
    [all...]
debug.h 84 // Must match Debug.BreakPositionAlignment in debug-debugger.js
188 // Generate debugger events for collected scripts.
233 // This class contains the debugger support. The main purpose is to handle
287 // Returns true if the current stub call is patched to call the debugger.
290 // a debugger breakpoint.
410 friend class Debugger;
552 // Global handle to debug context where all the debugger JavaScript code is
599 // Frame pointer for the frame where debugger should be called when current
607 // debugger returns control back to user script.
610 // Top debugger entry
    [all...]
  /external/v8/src/
debug.cc 306 // Debugger statement always calls debugger. No need to modify it.
323 // Debugger statement always calls debugger. No need to modify it.
341 // Debugger statement always calls debugger. No need to modify it.
369 // Debugger statement always calls debugger. No need to modify it.
500 // shutting down the debugger as it will leave the break point information in
639 Debugger* debugger = Isolate::Current()->debugger() local
913 EnterDebugger debugger; local
2494 EnterDebugger debugger; local
2597 EnterDebugger debugger; local
2773 EnterDebugger debugger; local
3125 EnterDebugger debugger; local
    [all...]
debug.h 176 // Generate debugger events for collected scripts.
218 // This class contains the debugger support. The main purpose is to handle
258 // Returns true if the current stub call is patched to call the debugger.
261 // a debugger breakpoint.
378 friend class Debugger;
475 // Global handle to debug context where all the debugger JavaScript code is
522 // Frame pointer for the frame where debugger should be called when current
530 // debugger returns control back to user script.
533 // Top debugger entry.
567 // Message delivered to the message handler callback. This is either a debugger
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 13 class Debugger(threading.Thread):
15 super(Debugger, self).__init__()
78 debugger = Debugger(port)
79 debugger.start()
97 debugger.join()
98 return debugger
149 debugger = self.execParser(
154 self.assertTrue(debugger.success)
170 self.assertListEqual(debugger.events, expected
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DefaultScriptMapping.js 116 WebInspector.ContentProviderBasedProjectDelegate.call(this, WebInspector.projectTypes.Debugger);
125 return "debugger:";
133 return "debugger";
Workspace.js 216 return this._projectDelegate.type() === WebInspector.projectTypes.Debugger || this._projectDelegate.type() === WebInspector.projectTypes.LiveEdit;
481 Debugger: "debugger",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.h 80 bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, ScriptObject* result);
ScriptDebugServer.cpp 251 bool ScriptDebugServer::setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>& errorData, ScriptValue* newCallFrames, ScriptObject* result)
301 RefPtr<TypeBuilder::Debugger::SetScriptSourceError::CompileError> compileError =
302 TypeBuilder::Debugger::SetScriptSourceError::CompileError::create()
308 errorData = TypeBuilder::Debugger::SetScriptSourceError::create();

Completed in 999 milliseconds

1 2 3