OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugger
(Results
226 - 250
of
1775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/jdwpspy/
Main.cpp
109
fprintf(stderr, "Usage: %s VM-port [
debugger
-listen-port]\n\n", progName);
111
"When a
debugger
connects to the
debugger
-listen-port, jdwpspy will connect\n");
/art/runtime/jdwp/
object_registry.h
48
// Tracks those objects currently known to the
debugger
, so we can use consistent ids when
50
// still be garbage collected. The
debugger
can ask us to retain objects, though, so we can
52
// the
debugger
tells us that's okay).
/art/test/etc/
host-run-test-jar
13
DEBUGGER
="n"
33
DEBUGGER
="y"
89
if [ "$
DEBUGGER
" = "y" ]; then
/external/chromium/base/debug/
debug_on_start_win.h
7
//
debugger
, if no system-wide
debugger
is registered, a debug break is done.
40
// the
debugger
, if this fails, it crashes.
/external/chromium_org/base/debug/
debug_on_start_win.h
7
//
debugger
, if no system-wide
debugger
is registered, a debug break is done.
39
// the
debugger
, if this fails, it crashes.
/external/chromium_org/content/child/
child_process.cc
22
#include "base/debug/
debugger
.h"
124
// Wait 24 hours for a
debugger
to be attached to the current process.
133
<< ") paused waiting for
debugger
to attach. "
/external/chromium_org/third_party/WebKit/Source/core/inspector/
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&);
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
debugging.rst
98
Remote
Debugger
101
The remote
debugger
, commonly known as rbug, allows for runtime inspections of
105
connection, so the
debugger
does not need to be on the same machine.
/external/chromium_org/v8/test/mjsunit/
debug-evaluate-with.js
66
debugger
; // Breakpoint.
69
debugger
; // Breakpoint.
77
eval("with({bar:'with'}) { (function g() { var foo = 'local';
debugger
; })(); }");
debug-stepout-scope-part2.js
56
var prefixes = [ "
debugger
; ",
57
"if (false) { try { throw 0; } catch(x) { return x; } };
debugger
; " ];
73
debugger
;
debug-stepout-scope-part3.js
57
"
debugger
; ",
58
"if (false) { try { throw 0; } catch(x) { return x; } };
debugger
; " ];
71
debugger
;
/external/chromium_org/v8/test/mjsunit/regress/
regress-1639-2.js
55
// While in the
debugger
and stepping through a set of instructions
58
//
debugger
code.
64
'expression' : 'print("A");
debugger
; print("B"); // BREAK',
regress-crbug-171715.js
76
eval("
debugger
; var v = 'inner1';
debugger
;");
84
"(function() { var v = 'inner2';
debugger
; })('x', 'y', 'z');");
/external/mesa3d/src/gallium/docs/source/
debugging.rst
98
Remote
Debugger
101
The remote
debugger
, commonly known as rbug, allows for runtime inspections of
105
connection, so the
debugger
does not need to be on the same machine.
/external/skia/gm/
Android.mk
10
../src/utils/
debugger
/SkDrawCommand.cpp \
11
../src/utils/
debugger
/SkDebugCanvas.cpp \
12
../src/utils/
debugger
/SkObjectParser.cpp
/external/smack/src/org/jivesoftware/smack/debugger/
SmackDebugger.java
21
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
/external/v8/test/mjsunit/
debug-evaluate-with.js
66
debugger
; // Breakpoint.
69
debugger
; // Breakpoint.
77
eval("with({bar:'with'}) { (function g() { var foo = 'local';
debugger
; })(); }");
/external/v8/test/mjsunit/regress/
regress-1639-2.js
54
// While in the
debugger
and stepping through a set of instructions
57
//
debugger
code.
63
'expression' : 'print("A");
debugger
; print("B"); // BREAK',
/frameworks/compile/libbcc/tests/debuginfo/
lit.site.cfg
51
# Tool used to verify
debugger
output against expected output in source
74
# Tools that are specific to running host-side
debugger
integration tests:
81
# Tools that are specific to running target-side
debugger
integration tests:
/dalvik/vm/jdwp/
JdwpEvent.cpp
17
* Send events to the
debugger
.
33
The event add/remove stuff usually happens from the
debugger
thread,
34
in response to requests from the
debugger
, but can also happen as the
44
We can have serialization issues when we post an event to the
debugger
.
46
myself" message to the
debugger
. Before it manages to suspend itself, the
47
debugger
's response ("not interested, resume thread") arrives and is
50
This means that, after posting an event to the
debugger
, we need to wait
52
before processing any additional requests from the
debugger
. While doing
61
- Post the event to the
debugger
.
117
* packets to the
debugger
[
all
...]
/external/chromium_org/chrome/common/extensions/api/
debugger.json
7
"namespace": "
debugger
",
8
"description": "The <code>chrome.
debugger
</code> API serves as an alternate transport for Chrome's <a href='http://code.google.com/chrome/devtools/docs/remote-debugging.html'>remote debugging protocol</a>. Use <code>chrome.
debugger
</code> to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, etc. Use the Debuggee <code>tabId</code> to target tabs with sendCommand and route events by <code>tabId</code> from onEvent callbacks.",
33
"attached": { "type": "boolean", "description": "True if
debugger
is already attached." },
44
"description": "Attaches
debugger
to the given target.",
68
"description": "Detaches
debugger
from the given target.",
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
scriptsPanel.css
111
#scripts-
debugger
-status {
119
.status-bar-item.scripts-
debugger
-show-hide-button {
196
button.status-bar-item.scripts-
debugger
-show-hide-button {
200
.split-view-horizontal button.status-bar-item.scripts-
debugger
-show-hide-button,
205
button.status-bar-item.scripts-
debugger
-show-hide-button.toggled-left {
233
.source-frame-
debugger
-script {
/external/chromium_org/v8/tools/gyp/
js2c.host.darwin-arm.mk
22
$(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-
debugger
.js $(LOCAL_PATH)/v8/src/mirror-
debugger
.js $(LOCAL_PATH)/v8/src/liveedit-
debugger
.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24
$(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-
debugger
.js ../../src/mirror-
debugger
.js ../../src/liveedit-
debugger
.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
js2c.host.darwin-mips.mk
22
$(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-
debugger
.js $(LOCAL_PATH)/v8/src/mirror-
debugger
.js $(LOCAL_PATH)/v8/src/liveedit-
debugger
.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24
$(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-
debugger
.js ../../src/mirror-
debugger
.js ../../src/liveedit-
debugger
.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
js2c.host.darwin-x86.mk
22
$(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-
debugger
.js $(LOCAL_PATH)/v8/src/mirror-
debugger
.js $(LOCAL_PATH)/v8/src/liveedit-
debugger
.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24
$(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-
debugger
.js ../../src/mirror-
debugger
.js ../../src/liveedit-
debugger
.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
Completed in 3168 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>