OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugger
(Results
426 - 450
of
1251
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/os/
Debug.java
84
* How long to wait for the
debugger
to finish sending requests. I've
240
* Wait until a
debugger
attaches. As soon as the
debugger
attaches,
254
byte[] data = new byte[] { 0 }; // 0 == "waiting for
debugger
"
265
System.out.println("
Debugger
has connected");
268
* There is no "ready to go" signal from the
debugger
, and we're
269
* not allowed to suspend ourselves -- the
debugger
expects us to
271
* allow the
debugger
a chance to set breakpoints before we start
274
* Sit and spin until the
debugger
has been idle for a short while.
279
System.out.println("
debugger
detached?")
[
all
...]
/dalvik/vm/interp/
Interp.cpp
24
* Some
debugger
support functions are included here.
35
*
Debugger
support
79
* The
debugger
may ask us to create the same breakpoint multiple times.
213
*
debugger
's event request, and we want to be sure that there's exactly
269
*
debugger
is allowed to insert breakpoints in unverified code,
391
* Do any
debugger
-attach-time initialization.
408
* Sometimes the
debugger
likes to add two entries for one breakpoint.
430
* This can be called from the JDWP thread (because the
debugger
has
574
* we update it on every instruction while the
debugger
is connected.
708
* Update the
debugger
on interesting events, such as hitting a breakpoin
[
all
...]
Interp.h
78
*
Debugger
support
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
111
* triggered by both LA and LT calls. The
debugger
will want to know
113
* what token was seen at that depth. A remote
debugger
cannot look
129
* any backtrack), this informs the
debugger
that stream should be
152
* inform the
debugger
what line/charPos it is passing in the grammar.
158
* This should also allow breakpoints because the
debugger
can stop
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
113
* triggered by both LA and LT calls. The
debugger
will want to know
115
* what token was seen at that depth. A remote
debugger
cannot look
131
* any backtrack), this informs the
debugger
that stream should be
154
* inform the
debugger
what line/charPos it is passing in the grammar.
160
* This should also allow breakpoints because the
debugger
can stop
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java
99
* triggered by both LA and LT calls. The
debugger
will want to know
101
* what token was seen at that depth. A remote
debugger
cannot look
113
* any backtrack), this informs the
debugger
that stream should be
132
* inform the
debugger
what line/charPos it is passing in the grammar.
136
* This should also allow breakpoints because the
debugger
can stop
DebugEventRepeater.java
35
* debug events w/o interrupting the
debugger
. Just subclass the repeater
/external/v8/src/
deoptimizer.h
116
//
debugger
to deoptimize stack frames to allow inspection.
117
DEBUGGER
314
// the
debugger
needs to inspect an optimized frame. For normal
708
// Class used to represent an unoptimized frame when the
debugger
711
// by the
debugger
frame information is copied to an object of this type.
/external/v8/tools/
js2c.py
324
debugger
= filename.endswith('-
debugger
.js')
331
if
debugger
: id = id[:-9]
333
if
debugger
:
351
# Build
debugger
support functions
/dalvik/vm/
Init.cpp
157
"
debugger
"
321
* server: if "y", wait for
debugger
to attach; if "n", attach to
debugger
322
* timeout: how long to wait for
debugger
to connect / listen
325
* onthrow=<exception-name>: connect to
debugger
when exception thrown
326
* onuncaught=y|n: connect to
debugger
when uncaught exception thrown
327
* launch=<command-line>: launch the
debugger
itself
[
all
...]
/development/tools/jdwpspy/
Net.cpp
48
/* listen here for connection from
debugger
*/
239
* Set up a socket to listen for connections from the
debugger
.
395
* Close the connections to the
debugger
and VM.
402
fprintf(stderr, "+++ closing connection to
debugger
\n");
630
fprintf(stderr, "+++
debugger
sent huge message\n");
632
fprintf(stderr, "+++
debugger
disconnected\n");
719
* We wait for a new connection from the
debugger
. When one arrives we
/external/webkit/Source/WebCore/page/
Page.cpp
750
void Page::setDebuggerForAllPages(JSC::
Debugger
*
debugger
)
756
(*it)->setDebugger(
debugger
);
759
void Page::setDebugger(JSC::
Debugger
*
debugger
)
761
if (m_debugger ==
debugger
)
764
m_debugger =
debugger
;
/external/qemu-pc-bios/bochs/
config.h.in
70
// adds support for the GNU readline library in the
debugger
command
283
// BEGIN: OPTIONAL
DEBUGGER
SECTION
286
// native command line debugging environment. Typically, the
debugger
300
// max file pathname size for
debugger
commands
307
// Make a call to command line
debugger
extensions. If set to 1,
309
// the command. If it does, than the
debugger
ignores the command.
313
// END: OPTIONAL
DEBUGGER
SECTION
945
// Support x86 hardware
debugger
registers and facilites.
947
// not the optional built-in
debugger
.
/external/smack/src/org/jivesoftware/smack/
XMPPConnection.java
277
// If DEBUG_ENABLED was set to true AFTER the connection was created the
debugger
279
if (config.isDebuggerEnabled() &&
debugger
!= null) {
280
debugger
.userHasLogged(user);
322
// If DEBUG_ENABLED was set to true AFTER the connection was created the
debugger
324
if (config.isDebuggerEnabled() &&
debugger
!= null) {
325
debugger
.userHasLogged(user);
640
addPacketListener(
debugger
.getReaderListener(), null);
641
if (
debugger
.getWriterListener() != null) {
642
addPacketSendingListener(
debugger
.getWriterListener(), null);
[
all
...]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.vcproj
1486
Name="
debugger
"
1489
RelativePath="..\..\
debugger
\
Debugger
.cpp"
1493
RelativePath="..\..\
debugger
\
Debugger
.h"
1497
RelativePath="..\..\
debugger
\DebuggerActivation.cpp"
1501
RelativePath="..\..\
debugger
\DebuggerActivation.h"
1505
RelativePath="..\..\
debugger
\DebuggerCallFrame.cpp"
1509
RelativePath="..\..\
debugger
\DebuggerCallFrame.h"
[
all
...]
/external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp
41
#include <
debugger
/DebuggerCallFrame.h>
251
// stack, since we won't get further
debugger
callbacks to do so. Also, resume execution,
258
Debugger
::detach(globalObject);
/external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp
151
// handler will cause
debugger
unload and all breakpoints will be cleared.
165
//
debugger
was paused on a breakpoint(as long as there are other
178
// If callerData is not 0 the message is a response to a
debugger
command.
/bionic/libc/private/
bionic_tls.h
110
/* return the stack base and size, used by our malloc
debugger
*/
/dalvik/tests/etc/
push-and-run-test-jar
11
# --debug -- wait for
debugger
to attach
/dalvik/vm/jdwp/
JdwpHandler.cpp
18
* Handle messages from
debugger
.
22
* get away with it so long as the
debugger
isn't broken. We can
300
* Respond with the sizes of the basic
debugger
types.
316
* The
debugger
is politely asking to disconnect. We're good with that.
351
* The
debugger
wants the entire VM to exit.
358
ALOGW("
Debugger
is telling the VM to exit with code=%d", exitCode);
388
* Tell the
debugger
what we are capable of.
444
* Tell the
debugger
what we are capable of.
[
all
...]
/development/ndk/platforms/android-3/include/android/
log.h
114
* to inspect it, if a
debugger
is attached. This uses the FATAL priority.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java
81
* This must be valid in order to use the ANTLRWorks
debugger
.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h
56
// hook for
debugger
support
/external/bison/m4/
nocrash.m4
13
dnl action from a background
debugger
and to avoid core dumps.
/external/chromium/base/threading/
platform_thread.h
70
// Sets the thread name visible to a
debugger
. This has no effect otherwise.
Completed in 518 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>