Home
last modified time | relevance | path

Searched refs:debugger (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/external/antlr/runtime/Ruby/test/functional/debugging/
Ddebug-mode.rb74 listener = options[ :listener ] or debugger = ANTLRDebugger.new( port = 49100 )
84 debugger.join
85 return( debugger )
121 debugger = parse( grammar, :a, 'a' )
122 debugger.success.should be_true
140 debugger.events.should == expected
151 debugger = parse( grammar, :a, "a b" )
152 debugger.success.should be_true
177 debugger.events.should == expected
189 debugger = parse( grammar, :a, "a" )
[all …]
/external/skia/experimental/wasm-skp-debugger/
DMakefile4 mkdir -p ./debugger/bin
5 cp ../../out/debugger_wasm/debugger.js ./debugger/bin
6 cp ../../out/debugger_wasm/debugger.wasm ./debugger/bin
11 mkdir -p ./debugger/bin
12 cp ../../out/debugger_wasm_debug/debugger.js ./debugger/bin
13 cp ../../out/debugger_wasm_debug/debugger.wasm ./debugger/bin
18 cp ./debugger/bin/debugger.js ${SKIA_INFRA_ROOT}/debugger-assets/res/js
19 cp ./debugger/bin/debugger.wasm ${SKIA_INFRA_ROOT}/debugger-assets/res
25 rm -rf node_modules/debugger
27 ln -s -T ../debugger node_modules/debugger
DREADME.md4 The wasm skp debugger is a wasm binary that uses DebugCanvas to show SKP and MSKP files. It is
5 embedded in the javascript code in debugger-assets from the infra buildbot repository.
7 The live version is available at debugger.skia.org
21 For more information on running the debugger locally, see infra/debugger-assets/README.md in the
/external/antlr/runtime/Python/tests/
Dt059debug.py78 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)
184 debugger = self.execParser(
189 self.assertTrue(debugger.success)
214 self.assertListEqual(debugger.events, expected)
[all …]
/external/antlr/runtime/Python3/tests/
Dt059debug.py82 debugger = Debugger(port)
83 debugger.start()
101 debugger.join()
102 return debugger
153 debugger = self.execParser(
158 self.assertTrue(debugger.success)
174 self.assertListEqual(debugger.events, expected)
188 debugger = self.execParser(
193 self.assertTrue(debugger.success)
218 self.assertListEqual(debugger.events, expected)
[all …]
/external/v8/src/inspector/
Dv8-stack-trace-impl.cc34 V8Debugger* debugger, v8::Local<v8::StackTrace> v8StackTrace, in toFramesVector() argument
36 DCHECK(debugger->isolate()->InContext()); in toFramesVector()
45 debugger->symbolize(v8StackTrace->GetFrame(debugger->isolate(), i)); in toFramesVector()
50 void calculateAsyncChain(V8Debugger* debugger, int contextGroupId, in calculateAsyncChain() argument
53 *asyncParent = debugger->currentAsyncParent(); in calculateAsyncChain()
54 *externalParent = debugger->currentExternalParent(); in calculateAsyncChain()
56 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain()
78 V8Debugger* debugger, in buildInspectorObjectCommon() argument
85 return asyncParent->buildInspectorObject(debugger, maxAsyncDepth); in buildInspectorObjectCommon()
92 if (debugger && debugger->inspector()) in buildInspectorObjectCommon()
[all …]
/external/swiftshader/docs/
DVulkanShaderDebugging.md3 SwiftShader implements a Vulkan shader debugger that uses the [Debug Adapter Protocol](https://micr…
5 This debugger is still actively being developed. Please see the [Known Issues](#Known-Issues).
9 To enable the debugger functionality, SwiftShader needs to be built using the CMake `SWIFTSHADER_EN…
11 Once SwiftShader is built with the debugger functionality, there are two environment flags that con…
13 …DAP localhost socket. If this environment variable is not set, then the debugger functionality wil…
14 * `VK_WAIT_FOR_DEBUGGER` - if defined, the debugger will block on `vkCreateDevice()` until a debugg…
18 …ftShader with the debugger functionality enabled, and the `VK_DEBUGGER_PORT` environment variable …
31 …eate a Visual Studio Code extension that provides a pre-built SwiftShader driver and debugger type.
42 The debugger, will by default, automatically disassemble the SPIR-V shader code, and provide this a…
44 …ed1/OpenCL.DebugInfo.100.mobile.html) debug info instructions, then the debugger will allow you to…
[all …]
/external/oss-fuzz/projects/skia/
DBUILD.gn.diff149 "tools/debugger",
157 "tools/debugger/DebugCanvas.cpp",
158 "tools/debugger/DebugLayerManager.cpp",
159 "tools/debugger/DrawCommand.cpp",
160 "tools/debugger/JsonWriteBuffer.cpp",
199 "tools/debugger",
209 "tools/debugger/DebugCanvas.cpp",
210 "tools/debugger/DebugLayerManager.cpp",
211 "tools/debugger/DrawCommand.cpp",
212 "tools/debugger/JsonWriteBuffer.cpp",
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliSteppingCommandProvider.java34 import com.intellij.debugger.SourcePosition;
35 import com.intellij.debugger.engine.ContextUtil;
36 import com.intellij.debugger.engine.DebugProcessImpl.ResumeCommand;
37 import com.intellij.debugger.engine.SuspendContextImpl;
38 import com.intellij.debugger.engine.events.DebuggerCommandImpl;
39 import com.intellij.debugger.impl.JvmSteppingCommandProvider;
DSmaliExpressionEvaluator.java34 import com.intellij.debugger.engine.evaluation.EvaluateException;
35 import com.intellij.debugger.engine.evaluation.EvaluationContext;
36 import com.intellij.debugger.engine.evaluation.expression.ExpressionEvaluator;
37 import com.intellij.debugger.engine.evaluation.expression.Modifier;
DSmaliPositionManagerFactory.java34 import com.intellij.debugger.PositionManager;
35 import com.intellij.debugger.PositionManagerFactory;
36 import com.intellij.debugger.engine.DebugProcess;
/external/antlr/runtime/C/src/
Dantlr3basetreeadaptor.c80 antlr3BaseTreeAdaptorInit(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger) in antlr3BaseTreeAdaptorInit() argument
84 if (debugger == NULL) in antlr3BaseTreeAdaptorInit()
125 debugger->adaptor = adaptor; in antlr3BaseTreeAdaptorInit()
452 adaptor->debugger->createNode (adaptor->debugger, t); in dbgNil()
508 adaptor->debugger->createNode(adaptor->debugger, tree); in simulateTreeConstruction()
515 adaptor->debugger->addChild(adaptor->debugger, tree, child); in simulateTreeConstruction()
561 adaptor->debugger->addChild(adaptor->debugger, t, child); in dbgAddChild()
583 adaptor->debugger->addChild(adaptor->debugger, t, tc); in dbgAddChildToken()
697 adaptor->debugger->becomeRoot(adaptor->debugger, newRootTree, oldRootTree); in dbgBecomeRoot()
751 adaptor->debugger->becomeRoot(adaptor->debugger,t, oldRoot); in dbgBecomeRootToken()
[all …]
Dantlr3tokenstream.c62 static void setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger);
206 …amSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger) in antlr3CommonTokenDebugStreamSourceNew() argument
216 stream->tstream->debugger = debugger; in antlr3CommonTokenDebugStreamSourceNew()
328 setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger) in setDebugListener() argument
332 ts->debugger = debugger; in setDebugListener()
427 ts->debugger->consumeHiddenToken(ts->debugger, ts->get(ts, i)); in consumeInitialHiddenTokens()
641 ts->debugger->consumeToken(ts->debugger, t); // Tell the debugger that we consumed the first token in dbgConsume()
653 ts->debugger->consumeHiddenToken(ts->debugger, ts->get(ts, (ANTLR3_UINT32)i)); in dbgConsume()
832 ts->debugger->LT(ts->debugger, i, tokLT(ts, i)); in dbgLA()
853 ts->debugger->mark(ts->debugger, is->lastMarker); in dbgMark()
[all …]
/external/llvm/utils/
DlldbDataFormatters.py7 def __lldb_init_module(debugger, internal_dict): argument
8 debugger.HandleCommand('type category define -e llvm -l c++')
9 debugger.HandleCommand('type synthetic add -w llvm '
12 debugger.HandleCommand('type synthetic add -w llvm '
15 debugger.HandleCommand('type synthetic add -w llvm '
18 debugger.HandleCommand('type summary add -w llvm '
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
DlldbDataFormatters.py7 def __lldb_init_module(debugger, internal_dict): argument
8 debugger.HandleCommand('type category define -e llvm -l c++')
9 debugger.HandleCommand('type synthetic add -w llvm '
12 debugger.HandleCommand('type synthetic add -w llvm '
15 debugger.HandleCommand('type synthetic add -w llvm '
18 debugger.HandleCommand('type summary add -w llvm '
/external/antlr/runtime/ObjC/Framework/
DDebugTreeParser.m47 id<DebugEventListener,NSObject> debugger = nil;
50 debugger = (id<DebugEventListener>)theDebugListener;
52debugger = [[DebugEventSocketProxy alloc] initWithGrammarName:[self grammarFileName] debuggerPort:…
55 …NodeStream = [[DebugTreeNodeStream alloc] initWithTreeNodeStream:theStream debugListener:debugger];
61 [self setDebugListener:debugger];
62 //[debugger release];
116 #warning TODO: recoverFromMismatchedToken in debugger
124 #warning TODO: recoverFromMismatchedSet in debugger
DDebugParser.m47 id<DebugEventListener,NSObject> debugger = nil;
50 debugger = [(id<DebugEventListener,NSObject>)theDebugListener retain];
51 debugger = theDebugListener;
53debugger = [[DebugEventSocketProxy alloc] initWithGrammarName:[self grammarFileName] debuggerPort:…
56 tokenStream = [[DebugTokenStream alloc] initWithTokenStream:theStream debugListener:debugger];
63 [self setDebugListener:debugger];
64 [debugger release];
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java35 import com.intellij.debugger.NoDataException;
36 import com.intellij.debugger.PositionManager;
37 import com.intellij.debugger.SourcePosition;
38 import com.intellij.debugger.engine.DebugProcess;
39 import com.intellij.debugger.engine.DebugProcessListener;
40 import com.intellij.debugger.engine.evaluation.EvaluateException;
41 import com.intellij.debugger.engine.evaluation.EvaluationContext;
42 import com.intellij.debugger.engine.jdi.VirtualMachineProxy;
43 import com.intellij.debugger.engine.managerThread.DebuggerManagerThread;
44 import com.intellij.debugger.requests.RequestManager;
/external/skqp/site/dev/tools/
Ddebugger.md9 [https://debugger.skia.org](https://debugger.skia.org/) or can be run locally.
23 # Run the debugger locally
26 After running `skiaserve`, follow the instructions to open the debugger in your
/external/tensorflow/tensorflow/python/debug/examples/
DREADME.md6 [this new location](../../../docs_src/guide/debugger.md).
9 [https://www.tensorflow.org/guide/debugger](https://www.tensorflow.org/guide/debugger).
/external/python/cpython2/Doc/library/
Dpdb.rst7 :synopsis: The Python debugger for interactive interpreters.
15 The module :mod:`pdb` defines an interactive source code debugger for Python
26 The debugger is extensible --- it is actually defined as the class :class:`Pdb`.
30 The debugger's prompt is ``(Pdb)``. Typical usage to run a program under control
31 of the debugger is::
53 useful than quitting the debugger upon program's exit.
58 The typical usage to break into the debugger from a running program is to
63 at the location you want to break into the debugger. You can then step through
64 the code following this statement, and continue running without the debugger using
85 The module defines the following functions; each enters the debugger in a
[all …]
/external/python/cpython3/Doc/library/
Dpdb.rst7 :synopsis: The Python debugger for interactive interpreters.
15 The module :mod:`pdb` defines an interactive source code debugger for Python
26 The debugger is extensible -- it is actually defined as the class :class:`Pdb`.
30 The debugger's prompt is ``(Pdb)``. Typical usage to run a program under control
31 of the debugger is::
58 useful than quitting the debugger upon program's exit.
62 in a :file:`.pdbrc` file, see :ref:`debugger-commands`.
66 ``python3 -m`` does. As with a script, the debugger will pause execution just
70 The typical usage to break into the debugger from a running program is to
75 at the location you want to break into the debugger. You can then step through
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyValue.java34 import com.intellij.debugger.DebuggerManagerEx;
35 import com.intellij.debugger.engine.DebugProcessImpl;
36 import com.intellij.debugger.engine.evaluation.EvaluateException;
37 import com.intellij.debugger.engine.evaluation.EvaluationContext;
38 import com.intellij.debugger.impl.DebuggerContextImpl;
39 import com.intellij.debugger.jdi.VirtualMachineProxyImpl;
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll1 ; Verify target-based defaults for "debugger tuning," and the ability to
13 ; RUN: llc -mtriple=x86_64-scei-ps4 -filetype=obj -debugger-tune=gdb < %s | llvm-readobj -sections …
14 ; RUN: llc -mtriple=x86_64-pc-linux -filetype=obj -debugger-tune=lldb < %s | llvm-readobj -sections…
15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
37 !1 = !DIFile(filename: "debugger-tune.cpp", directory: "/home/probinson/projects/scratch")
/external/skia/docker/skia-wasm-release/
DDockerfile1 # Dockerfile for building the WASM libraries used by jsfiddle.skia.org and debugger.skia.org
19 RUN /tmp/skia/skia/experimental/wasm-skp-debugger/compile.sh
41 COPY --from=builder /tmp/skia/skia/out/debugger_wasm/debugger* /tmp/debugger/

12345678910>>...16