Searched refs:debugger (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/WebKit/mac/WebView/
H A DWebScriptDebugDelegate.mm39 #import <debugger/Debugger.h>
40 #import <debugger/DebuggerActivation.h>
41 #import <debugger/DebuggerCallFrame.h>
67 WebScriptDebugger* debugger;
91 - (WebScriptCallFrame *)_initWithGlobalObject:(WebScriptObject *)globalObj debugger:(WebScriptDebugger *)debugger caller:(WebScriptCallFrame *)caller debuggerCallFrame:(const DebuggerCallFrame&)debuggerCallFrame
97 _private->debugger = debugger;
238 JSGlobalObject* globalObject = _private->debugger->globalObject();
239 if (self == _private->debugger
[all...]
H A DWebScriptDebugger.h32 #include <debugger/Debugger.h>
H A DWebScriptDebugger.mm48 - (WebScriptCallFrame *)_initWithGlobalObject:(WebScriptObject *)globalObj debugger:(WebScriptDebugger *)debugger caller:(WebScriptCallFrame *)caller debuggerCallFrame:(const DebuggerCallFrame&)debuggerCallFrame;
95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
152 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
/external/webkit/JavaScriptCore/parser/
H A DParser.h70 PassRefPtr<ParsedNode> Parser::parse(JSGlobalData* globalData, Debugger* debugger, ExecState* debuggerExecState, const SourceCode& source, int* errLine, UString* errMsg) argument
96 if (debugger && !ParsedNode::scopeIsFunction)
97 debugger->sourceParsed(debuggerExecState, source, *errLine, *errMsg);
/external/webkit/WebKitTools/FindSafari/
H A DFindSafari.cpp91 bool debugger = false; local
102 if (!_tcscmp(argv[i], TEXT("/debugger"))) {
103 debugger = true;
157 LPCTSTR* endLines = debugger ? debuggerLines : launchLines;
161 for (unsigned i = 0; i < (debugger ? ARRAYSIZE(debuggerLines) : ARRAYSIZE(launchLines)); ++i) {
/external/webkit/JavaScriptCore/runtime/
H A DExecutable.cpp67 RefPtr<EvalNode> evalNode = exec->globalData().parser->parse<EvalNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
77 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(evalNode.get(), globalObject->debugger(), scopeChain, m_evalCodeBlock->symbolTable(), m_evalCodeBlock));
88 RefPtr<ProgramNode> programNode = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
98 RefPtr<ProgramNode> programNode = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), exec->lexicalGlobalObject()->debugger(), exec, m_source, &errLine, &errMsg);
108 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(programNode.get(), globalObject->debugger(), scopeChain, &globalObject->symbolTable(), m_programCodeBlock));
129 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(body.get(), globalObject->debugger(), scopeChain, m_codeBlock->symbolTable(), m_codeBlock));
194 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(newFunctionBody.get(), globalObject->debugger(), scopeChain, newCodeBlock->symbolTable(), newCodeBlock.get()));
219 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(newEvalBody.get(), globalObject->debugger(), scopeChain, newCodeBlock->symbolTable(), newCodeBlock.get()));
243 PassRefPtr<FunctionExecutable> FunctionExecutable::fromGlobalCode(const Identifier& functionName, ExecState* exec, Debugger* debugger, const SourceCode& source, int* errLine, UString* errMsg) argument
245 RefPtr<ProgramNode> program = exec->globalData().parser->parse<ProgramNode>(&exec->globalData(), debugger, exe
[all...]
H A DJSGlobalObject.h103 Debugger* debugger; member in struct:JSC::JSGlobalObject::JSGlobalObjectData
237 Debugger* debugger() const { return d()->debugger; } function in class:JSC::JSGlobalObject
238 void setDebugger(Debugger* debugger) { d()->debugger = debugger; } argument
H A DFunctionConstructor.cpp98 RefPtr<FunctionExecutable> function = FunctionExecutable::fromGlobalCode(functionName, exec, exec->dynamicGlobalObject()->debugger(), source, &errLine, &errMsg);
/external/webkit/WebCore/bindings/js/
H A DScriptController.cpp43 #include <debugger/Debugger.h>
190 // Clear the debugger from the current window before setting the new window.
197 attachDebugger(windowShell, page->debugger());
217 attachDebugger(windowShell, page->debugger());
285 void ScriptController::attachDebugger(JSC::Debugger* debugger) argument
288 attachDebugger(iter->second, debugger);
291 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger) argument
297 if (debugger)
298 debugger->attach(globalObject);
299 else if (JSC::Debugger* currentDebugger = globalObject->debugger())
[all...]
H A DScriptCachedFrameData.cpp92 scriptController->attachDebugger(windowShell, page->debugger());
/external/webkit/JavaScriptCore/debugger/
H A DDebugger.cpp44 ASSERT(!globalObject->debugger());
89 if (function->scope().globalObject()->debugger() == this)
/external/webkit/WebCore/inspector/
H A DJavaScriptCallFrame.cpp33 #include <debugger/DebuggerCallFrame.h>
H A DJavaScriptCallFrame.h34 #include <debugger/DebuggerCallFrame.h>
H A DJavaScriptDebugServer.h35 #include <debugger/Debugger.h>
/external/v8/tools/
H A Djs2c.py290 debugger = filename.endswith('-debugger.js')
298 if debugger: id = id[:-9]
299 if debugger:
306 # Build debugger support functions
/external/webkit/JavaScriptCore/
H A DAndroid.mk40 debugger/Debugger.cpp \
41 debugger/DebuggerActivation.cpp \
42 debugger/DebuggerCallFrame.cpp \
/external/freetype/
H A DAndroid.mk44 # enable the FreeType internal memory debugger in the simulator
/external/v8/src/
H A Dd8-debug.cc98 // Convert the debugger command to a JSON debugger request.
131 // Convert the debugger response into text details and the running state.
148 RemoteDebugger debugger(port);
149 debugger.Run();
163 // Connect to the debugger agent.
287 // Convert the debugger command to a JSON debugger request.
302 // Send the JSON debugger request.
H A Ddebug.cc267 // Debugger statement always calls debugger. No need to modify it.
284 // Debugger statement always calls debugger. No need to modify it.
302 // Debugger statement always calls debugger. No need to modify it.
327 // Debugger statement always calls debugger. No need to modify it.
467 // shutting down the debugger as it will leave the break point information in
550 // Default call debugger on uncaught exception.
703 // Execute the boilerplate function in the debugger context.
728 // Return if debugger is already loaded.
732 // JavaScript source code for the debugger.
738 // debugger script
821 EnterDebugger debugger; local
1882 EnterDebugger debugger; local
1983 EnterDebugger debugger; local
2465 EnterDebugger debugger; local
[all...]
H A Dflag-definitions.h163 "automatically set the debug break flag when debugger commands are "
264 DEFINE_bool(debugger, true, "Enable JavaScript debugger")
265 DEFINE_bool(remote_debugger, false, "Connect JavaScript debugger to the "
266 "debugger agent in another process")
267 DEFINE_bool(debugger_agent, false, "Enable debugger agent")
H A Dexecution.cc590 // If currently in the debugger don't do any actual preemption but record
591 // that preemption occoured while in the debugger.
630 // Don't stop in debugger functions.
655 // Enter the debugger. Just continue if we fail to enter the debugger.
656 EnterDebugger debugger; local
657 if (debugger.FailedToEnter()) {
/external/webkit/WebCore/page/
H A DPage.cpp683 void Page::setDebuggerForAllPages(JSC::Debugger* debugger) argument
689 (*it)->setDebugger(debugger);
692 void Page::setDebugger(JSC::Debugger* debugger) argument
694 if (m_debugger == debugger)
697 m_debugger = debugger;
H A DPage.h205 JSC::Debugger* debugger() const { return m_debugger; } function in class:WebCore::Page
/external/v8/
H A DAndroid.v8common.mk138 src/mirror-debugger.js \
139 src/debug-debugger.js \
/external/webkit/WebKitTools/Scripts/
H A Dwebkitdirs.pm1454 my ($debugger) = @_;
1457 return system "$FindBin::Bin/gdb-safari", @ARGV if $debugger;
1478 my $debuggerFlag = $debugger ? "/debugger" : "";

Completed in 151 milliseconds

12