OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugger
(Results
151 - 175
of
1775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellApplication.java
33
Log.e(TAG, "Waiting for Java
debugger
to connect...");
35
Log.e(TAG, "Java
debugger
connected. Resuming execution.");
/external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-scopes-inspection.html
19
debugger
;
33
<p>To test, open the Inspector and start a debugging session. In a second
debugger
will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
debugger-watch-expressions.html
13
the test method, thanks to the <code>
debugger
</code> statement.
38
<li><p>Drive the
debugger
through the end of the outermost function, so that
39
the
debugger
is no longer in paused state. The values of
79
debugger
;
86
debugger
;
98
debugger
;
103
debugger
;
/external/chromium_org/third_party/mesa/src/docs/
debugging.html
26
use your
debugger
. After you've edited Make-config type 'make clean'
30
In your
debugger
you can set a breakpoint in _mesa_error() to trap Mesa
/external/chromium_org/v8/test/mjsunit/
debug-stepin-builtin-callback.js
75
debugger
;
81
debugger
;
87
debugger
;
93
debugger
;
99
debugger
;
105
debugger
;
111
debugger
;
152
debugger
;
debug-receiver.js
77
// Check that the
debugger
correctly reflects that the receiver is not
79
function Strict() { "use strict";
debugger
; }
99
// Check that the
debugger
correctly reflects the object conversion of
101
function NonStrict() {
debugger
; }
124
'one or more tests did not enter the
debugger
');
/external/mesa3d/docs/
debugging.html
26
use your
debugger
. After you've edited Make-config type 'make clean'
30
In your
debugger
you can set a breakpoint in _mesa_error() to trap Mesa
/dalvik/vm/jdwp/
JdwpPriv.h
26
#include "
Debugger
.h"
88
/* for wait-for-
debugger
*/
92
/* time of last
debugger
activity, in milliseconds */
101
* Events requested by the
debugger
(breakpoints, class prep, etc).
126
int clientSock; /* active connection to
debugger
*/
JdwpEvent.h
17
* Handle registration of events, and
debugger
event notification.
93
u4 requestId; /* serial#, reported to
debugger
*/
123
* Send an event, formatted into "pReq", to the
debugger
.
/external/chromium/base/threading/
watchdog.h
9
// The Watchdog is typically used under a
debugger
, where the stack traces on
82
// When the
debugger
breaks (when we alarm), all the other alarms that are
84
// delay due to
debugger
breaks, and we *try* to adjust the effective start
89
// When did we last alarm and get stuck (for a while) in a
debugger
?
91
// How long did we sit on a break in the
debugger
?
/external/chromium/chrome/browser/debugger/
devtools_remote_service.cc
5
#include "chrome/browser/
debugger
/devtools_remote_service.h"
13
#include "chrome/browser/
debugger
/devtools_manager.h"
14
#include "chrome/browser/
debugger
/devtools_protocol_handler.h"
15
#include "chrome/browser/
debugger
/devtools_remote_message.h"
16
#include "chrome/browser/
debugger
/inspectable_tab_proxy.h"
devtools_manager_unittest.cc
6
#include "chrome/browser/
debugger
/devtools_client_host.h"
7
#include "chrome/browser/
debugger
/devtools_manager.h"
8
#include "chrome/browser/
debugger
/devtools_window.h"
devtools_remote_listen_socket_unittest.h
29
#include "chrome/browser/
debugger
/devtools_remote.h"
30
#include "chrome/browser/
debugger
/devtools_remote_listen_socket.h"
31
#include "chrome/browser/
debugger
/devtools_remote_message.h"
/external/v8/test/mjsunit/
debug-receiver.js
77
// Check that the
debugger
correctly reflects that the receiver is not
79
function Strict() { "use strict";
debugger
; }
99
// Check that the
debugger
correctly reflects the object conversion of
101
function NonStrict() {
debugger
; }
124
'one or more tests did not enter the
debugger
');
/frameworks/base/docs/html/tools/debugging/
debugging-devtools.jd
22
Lets you select the application to debug. You do not need to set this to attach a
debugger
,
29
<li>It will enable you to select the <em>Wait for
Debugger
</em> option to pause application
30
startup until your
debugger
attaches (described next).</li>
34
<dt><strong>Wait for
debugger
</strong></dt>
36
<dd>Blocks the selected application from loading until a
debugger
attaches. This way you can
/art/runtime/jdwp/
jdwp.h
80
* How we talk to the
debugger
.
110
* the
debugger
.
120
* Returns "true" if a
debugger
or DDM is connected.
130
* Get time, in milliseconds, since the last
debugger
activity.
137
* When we hit a
debugger
event that requires suspension, it's important
139
* additional requests. (Otherwise, if the
debugger
immediately sends a
144
* the
debugger
. The main JDWP handler loop calls "get" before processing
162
* for a breakpoint. These calls do not mean that an event the
debugger
164
*
debugger
*might* be interested in.
174
* The VM has finished initializing. Only called when the
debugger
i
[
all
...]
/external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c
62
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
)
214
// Install the
debugger
object
216
stream->tstream->
debugger
=
debugger
;
328
setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER
debugger
)
330
// Install the
debugger
object
332
ts->
debugger
=
debugger
;
427
ts->
debugger
->consumeHiddenToken(ts->debugger, ts->get(ts, i))
[
all
...]
/external/chromium_org/v8/src/
debug.h
83
// Must match Debug.BreakPositionAlignment in debug-
debugger
.js
186
// Generate
debugger
events for collected scripts.
230
// This class contains the
debugger
support. The main purpose is to handle
282
// Returns true if the current stub call is patched to call the
debugger
.
285
// a
debugger
breakpoint.
405
friend class
Debugger
;
547
// Global handle to debug context where all the
debugger
JavaScript code is
594
// Frame pointer for the frame where
debugger
should be called when current
602
//
debugger
returns control back to user script.
605
// Top
debugger
entry
[
all
...]
natives.h
47
// Number of
debugger
implementation scripts.
50
// These are used to access built-in scripts. The
debugger
implementation
52
// non-
debugger
scripts have an index in the interval [GetDebuggerCount(),
/external/chromium_org/base/threading/
watchdog.cc
16
// When the
debugger
breaks (when we alarm), all the other alarms that are
18
// delay due to
debugger
breaks, and we *try* to adjust the effective start
26
// When did we last alarm and get stuck (for a while) in a
debugger
?
29
// How long did we sit on a break in the
debugger
?
135
// Watch out for a user that stopped the
debugger
on a different alarm!
139
// False alarm: we started our clock before the
debugger
break (last
159
// This was a real
debugger
break.
/external/v8/src/
debug.h
176
// Generate
debugger
events for collected scripts.
218
// This class contains the
debugger
support. The main purpose is to handle
258
// Returns true if the current stub call is patched to call the
debugger
.
261
// a
debugger
breakpoint.
378
friend class
Debugger
;
475
// Global handle to debug context where all the
debugger
JavaScript code is
522
// Frame pointer for the frame where
debugger
should be called when current
530
//
debugger
returns control back to user script.
533
// Top
debugger
entry.
567
// Message delivered to the message handler callback. This is either a
debugger
[
all
...]
/external/chromium/base/debug/
debugger_win.cc
5
#include "base/debug/
debugger
.h"
78
L"
Debugger
", reg_value, &len)) {
82
// We don't mind if the
debugger
is present because it will simply fail
/external/chromium_org/base/debug/
debugger_win.cc
5
#include "base/debug/
debugger
.h"
78
L"
Debugger
", reg_value, &len)) {
82
// We don't mind if the
debugger
is present because it will simply fail
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js
8
chrome.
debugger
.sendCommand({tabId:tabId}, "Network.enable");
9
chrome.
debugger
.onEvent.addListener(onEvent);
13
chrome.
debugger
.detach({tabId:tabId});
/external/chromium_org/third_party/libjingle/source/talk/base/
common.cc
57
// process. If a
debugger
isn't attached, the uncaught SIGTRAP will crash the
61
// If a
debugger
wasn't attached, we will have crashed by this point. If a
62
//
debugger
is attached, we'll continue from here.
Completed in 4694 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>