HomeSort by relevance Sort by last modified time
    Searched full:debugger (Results 1 - 25 of 1775) 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/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
debugger.html 1 {{+partials.standard_extensions_api api:apis.debugger intro:intros.debugger}}
  /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
  /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/chromium_org/chrome/common/extensions/docs/templates/articles/
experimental_debugger.html 1 <h1>experimental.debugger</h1>
4 The <code>Debugger</code> API is no longer experimental;
9 <a href="debugger.html">chrome.debugger</a>
  /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/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.h 5 // Defines the Chrome Extensions Debugger API functions for attaching debugger
14 #include "chrome/common/extensions/api/debugger.h"
16 using extensions::api::debugger::Debuggee;
18 // Base debugger function.
46 // Implements the debugger.attach() extension function.
49 DECLARE_EXTENSION_FUNCTION("debugger.attach", DEBUGGER_ATTACH)
60 // Implements the debugger.detach() extension function.
63 DECLARE_EXTENSION_FUNCTION("debugger.detach", DEBUGGER_DETACH)
74 // Implements the debugger.sendCommand() extension function
    [all...]
  /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")
  /external/sepolicy/
debuggerd.te 0 # debugger interface
  /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...]

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>