HomeSort by relevance Sort by last modified time
    Searched full:debugger (Results 1 - 25 of 1251) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smack/debugger/
package.html 1 <body>Core debugger functionality.</body
  /external/smack/asmack-master/patch/
21-remove-unused-smack.sh 3 rm org/jivesoftware/smack/debugger/LiteDebugger.java
4 rm org/jivesoftware/smackx/debugger/EnhancedDebugger.java
5 rm org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java
  /external/webkit/Source/WebCore/ForwardingHeaders/debugger/
Debugger.h 3 #include <JavaScriptCore/Debugger.h>
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
pass-function.c 3 // DEBUGGER: set breakpoint pending on
4 // DEBUGGER: break function_test
5 // DEBUGGER: break %s:47
6 // DEBUGGER: break %s:55
7 // DEBUGGER: break %s:60
8 // DEBUGGER: break %s:66
9 // DEBUGGER: break %s:69
10 // DEBUGGER: run
11 // DEBUGGER: bt 2
16 // DEBUGGER: continu
    [all...]
test_info_sources.cpp 3 // DEBUGGER: set verbose on
4 // DEBUGGER: b __jit_debug_register_code
5 // DEBUGGER: run
6 // DEBUGGER: info sources
8 // DEBUGGER: c
parameters.cpp 3 // DEBUGGER: set breakpoint pending on
4 // DEBUGGER: break test_parameters
5 // DEBUGGER: run
6 // DEBUGGER: step
7 // DEBUGGER: print pf[0]
9 // DEBUGGER: print ppd[1][1]
11 // DEBUGGER: print s
14 // DEBUGGER: print ppn
16 // DEBUGGER: print us
18 // DEBUGGER: print
    [all...]
func_invoke_and_crash.cpp 3 // DEBUGGER: set verbose on
4 // DEBUGGER: run
5 // DEBUGGER: bt 2
forward-declare-class.cpp 5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b forward-declare-class.cpp:28
7 // DEBUGGER: r
8 // DEBUGGER: ptype A
globals.c 3 // DEBUGGER: set breakpoint pending on
4 // DEBUGGER: break %s:42
5 // DEBUGGER: run
6 // DEBUGGER: print pf[0]
8 // DEBUGGER: print d[0][0]
10 // DEBUGGER: print us
12 // DEBUGGER: print l
14 // DEBUGGER: print f
16 // DEBUGGER: continue
jit.cpp 3 // DEBUGGER: set breakpoint pending on
4 // DEBUGGER: break three
5 // DEBUGGER: run
6 // DEBUGGER: bt 4
  /external/sepolicy/
debuggerd.te 0 # debugger interface
  /external/skia/gyp/
debugger.gyp 68 'moc_src_dir': '../debugger/QT',
69 'moc_gen_dir': '<(SHARED_INTERMEDIATE_DIR)/debugger/QT',
73 'target_name': 'debugger',
81 '../debugger', # To pull SkDebugger.h
82 '../debugger/QT', # For all the QT UI Goodies
90 '../debugger/debuggermain.cpp',
91 '../debugger/SkDebugCanvas.h',
92 '../debugger/SkDebugCanvas.cpp',
93 '../debugger/SkDebugger.cpp',
94 '../debugger/SkDrawCommand.h'
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
global_int.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b %s:46
7 // DEBUGGER: run-android-app
8 // DEBUGGER: p global_zero
9 // DEBUGGER: p global_value
breakpoint_function.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b entry
7 // DEBUGGER: run-android-app
8 // DEBUGGER: bt
breakpoint_inlined_function.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b twenty
7 // DEBUGGER: run-android-app
8 // DEBUGGER: bt
breakpoint_inlined_sourceline.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b %s:18
7 // DEBUGGER: run-android-app
8 // DEBUGGER: bt
breakpoint_sourceline.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: set breakpoint pending on
6 // DEBUGGER: b %s:35
7 // DEBUGGER: run-android-app
8 // DEBUGGER: bt
crash.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: run-android-app
6 // DEBUGGER: bt
info_sources.rs 3 // DEBUGGER: source android-commands.py
4 // DEBUGGER: load-android-app %t
5 // DEBUGGER: run-android-app
6 // DEBUGGER: info sources
  /external/llvm/utils/
test_debuginfo.pl 6 # special comments to communicate debugger commands.
9 # This perl script extracts debugger commands from input source program
10 # comments in a script. A debugger is used to load the executable file
12 # the debugger output is checked, using FileCheck, to validate
23 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
26 # Extract debugger commands from testcase. They are marked with DEBUGGER:
32 $i = index($line, "DEBUGGER:");
34 $l = length("DEBUGGER:");
44 # setup debugger and debugger options to run a script
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-pause-on-else-statements.html 4 debugger;
8 debugger; // This should not be hit.
13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the (anonymous function) node
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.h 5 // Defines the Chrome Extensions Debugger API functions for attaching debugger
16 // Base debugger function.
33 // Implements the debugger.attach() extension function.
39 DECLARE_EXTENSION_FUNCTION_NAME("experimental.debugger.attach")
42 // Implements the debugger.detach() extension function.
48 DECLARE_EXTENSION_FUNCTION_NAME("experimental.debugger.detach")
51 // Implements the debugger.sendRequest() extension function.
59 DECLARE_EXTENSION_FUNCTION_NAME("experimental.debugger.sendRequest")
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 2 #===-- test_bcc_debuginfo.pl - Debugger integration test driver script ---===#
15 # special comments (//DEBUGGER:, //CHECK:)to communicate debugger commands.
18 # This perl script extracts debugger commands from input source program
19 # comments in a script. A debugger is used to load the executable file
21 # the debugger output is checked, using FileCheck, to validate
35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
43 # Extract debugger commands from testcase. They are marked with DEBUGGER:
48 $i = index($line, "DEBUGGER:")
    [all...]
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 15 #include "chrome/browser/debugger/devtools_remote.h"
34 // Handles V8 debugger-related messages from the remote debugger (like
35 // attach to V8 debugger, detach from V8 debugger, send command to V8 debugger)
36 // and proxies JSON messages from V8 debugger to the remote debugger.
41 // V8 VM debugger are routed back to |delegate|.
45 // Handles a JSON message from the tab_uid-associated V8 debugger
    [all...]
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-step-on-do-while-statements.html 5 /* place breakpoint on next line and click continue */ debugger;
16 Make sure the execution is not paused in the debugger.<br>
17 Click the button and when the debugger breaks, set a breakpoint on the first line in the loop
19 The debugger should stop at the beggining of the loop.<br>
25 TEST 2: Click 'Step over'. Debugger should step inside the loop to the next statement line.
26 'Step over' until the debugger reaches the 'while' line. Click 'Step into' - the debugger should
28 TEST 3: 'Step over' to the end of the loop (and 'while' statement) and step over again. Debugger

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>