Searched defs:debugger (Results 1 - 20 of 20) sorted by relevance

/external/smack/src/org/jivesoftware/smack/debugger/
H A DSmackDebugger.java21 package org.jivesoftware.smack.debugger;
63 * has been secured so the connection is using a new reader and writer. The debugger
73 * has been secured so the connection is using a new reader and writer. The debugger
H A DConsoleDebugger.java18 package org.jivesoftware.smack.debugger;
32 * Very simple debugger that prints to the console (stdout) the sent and received stanzas. Use
33 * this debugger with caution since printing to the console is an expensive operation that may
178 // Add the connection listener to the connection so that the debugger can be notified
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h95 /// points to an instance of the debugger interface. In general, the
96 /// debugger is only referenced internally in recovery/error operations
100 pANTLR3_DEBUG_EVENT_LISTENER debugger; member in struct:ANTLR3_BASE_RECOGNIZER_struct
H A Dantlr3basetreeadaptor.h66 /// points to an instance of the debugger interface. In general, the
67 /// debugger is only referenced internally in recovery/error operations
71 pANTLR3_DEBUG_EVENT_LISTENER debugger; member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
129 void (*setDebugEventListener)(struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger);
H A Dantlr3tokenstream.h118 pANTLR3_DEBUG_EVENT_LISTENER debugger; member in struct:ANTLR3_TOKEN_STREAM_struct
176 void (*setDebugListener) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream, pANTLR3_DEBUG_EVENT_LISTENER debugger);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetreeadaptor.c80 antlr3BaseTreeAdaptorInit(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
84 if (debugger == NULL)
125 debugger->adaptor = adaptor;
452 adaptor->debugger->createNode (adaptor->debugger, t);
497 /// to the debugger.
508 adaptor->debugger->createNode(adaptor->debugger, tree);
515 adaptor->debugger->addChild(adaptor->debugger, tre
[all...]
H A Dantlr3commontreeadaptor.c57 static void setDebugEventListener (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger);
177 ANTLR3_TREE_ADAPTORDebugNew(pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
189 antlr3BaseTreeAdaptorInit(ta, debugger);
202 setDebugEventListener (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
206 antlr3BaseTreeAdaptorInit(adaptor, debugger);
277 adaptor->debugger->createNode(adaptor->debugger, ct);
415 adaptor->debugger->setTokenBoundaries(adaptor->debugger, t, startToken->getTokenIndex(startToken), stopToken->getTokenIndex(stopToken));
H A Dantlr3tokenstream.c62 static void setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger);
206 antlr3CommonTokenDebugStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
214 // Install the debugger object
216 stream->tstream->debugger = debugger;
328 setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
330 // Install the debugger object
332 ts->debugger = debugger;
427 ts->debugger
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DConnection.java41 import org.jivesoftware.smack.debugger.SmackDebugger;
178 protected SmackDebugger debugger = null; field in class:Connection
181 * The Reader which is used for the {@see debugger}.
186 * The Writer which is used for the {@see debugger}.
752 * Initialize the {@link #debugger}. You can specify a customized {@link SmackDebugger}
764 if (debugger == null) {
765 // Detect the debugger class to use.
792 Class.forName("org.jivesoftware.smack.debugger.ConsoleDebugger");
799 // Create a new debugger instance. If an exception occurs then disable the debugging
804 debugger
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h135 // so that these functions can be redirected to the debugger when
226 // to the debugger.
248 // debugger not compiled in, use empty stubs
445 bx_bool debugger; member in struct:__anon26082
/external/v8/src/
H A Dexecution.cc795 // If currently in the debugger don't do any actual preemption but record
796 // that preemption occoured while in the debugger.
844 // Don't stop in debugger functions.
876 // Enter the debugger. Just continue if we fail to enter the debugger.
877 EnterDebugger debugger; local
878 if (debugger.FailedToEnter()) {
884 isolate->debugger()->OnDebugBreak(isolate->factory()->undefined_value(),
H A Disolate.h480 // Get the debugger from the default isolate. Preinitializes the
512 // Mutex for serializing access to debugger.
920 Debugger* debugger() { function in class:v8::internal::Isolate
H A Ddebug.cc306 // 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
641 debugger->OnScriptCollected(collected_scripts_[i]);
764 // Execute the shared function in the debugger context.
797 // Return if debugger i
913 EnterDebugger debugger; local
2494 EnterDebugger debugger; local
2597 EnterDebugger debugger; local
2773 EnterDebugger debugger; local
3125 EnterDebugger debugger; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkitdirs.pm88 my $debugger;
1483 sub debugger subroutine
1486 return $debugger;
1491 return if defined($debugger);
1495 $debugger = "lldb";
1497 $debugger = "gdb";
1501 $debugger = "lldb";
1505 $debugger = "gdb";
2725 if (debugger() eq "lldb") {
2728 } elsif (debugger() e
[all...]
/external/chromium_org/v8/src/
H A Disolate.h498 // Get the debugger from the default isolate. Preinitializes the
530 // Mutex for serializing access to debugger.
971 Debugger* debugger() { function in class:v8::internal::Isolate
H A Ddebug.cc324 // 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
676 debugger->OnScriptCollected(collected_scripts_[i]);
804 // Execute the shared function in the debugger context.
841 // Return if debugger i
[all...]
H A Dapi.cc6938 isolate->debugger()->SetEventListener(foreign,
6949 isolate->debugger()->SetEventListener(Utils::OpenHandle(*that),
6980 internal_isolate->debugger()->EnqueueDebugCommand(data);
6991 isolate->debugger()->SetMessageHandler(handler);
7000 internal_isolate->debugger()->ProcessCommand(
7011 internal_isolate->debugger()->ProcessCommand(
7025 isolate->debugger()->SetHostDispatchHandler(
7036 isolate->debugger()->SetDebugMessageDispatchHandler(
7050 result = isolate->debugger()->Call(Utils::OpenHandle(*fun),
7054 result = isolate->debugger()
7113 i::Debugger* debugger; local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc456 // Check that the debugger has been fully unloaded.
458 // Check that the debugger context is cleared and that there is no debug
459 // information stored for the debugger.
467 // Iterate the head and check that there are no debugger related objects left.
493 CcTest::i_isolate()->debugger()->never_unload_debugger_ = false;
494 CcTest::i_isolate()->debugger()->UnloadDebugger();
501 // Check that the debugger has been fully unloaded.
503 // Let debugger to unload itself synchronously
1109 // parts of the debugger into architecture dependent files. This
2426 // Test that the debugger statemen
6062 i::Debugger* debugger = CcTest::i_isolate()->debugger(); local
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc417 // Check that the debugger has been fully unloaded.
419 // Check that the debugger context is cleared and that there is no debug
420 // information stored for the debugger.
428 // Iterate the head and check that there are no debugger related objects left.
454 Isolate::Current()->debugger()->never_unload_debugger_ = false;
455 Isolate::Current()->debugger()->UnloadDebugger();
462 // Check that the debugger has been fully unloaded.
464 // Let debugger to unload itself synchronously
1065 // parts of the debugger into architecture dependent files. This
2330 // Test that the debugger statemen
5831 i::Debugger* debugger = i::Isolate::Current()->debugger(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 454 milliseconds