/frameworks/compile/libbcc/lib/ExecutionEngine/ |
GDBJIT.cpp | 37 // GDB 7.0+ puts a (silent) breakpoint in this function.
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
Inspector-1.0.json | [all...] |
Inspector-0.1.json | [all...] |
/external/chromium_org/v8/src/ |
debug-debugger.js | 74 // The different types of breakpoint position alignments. 124 var break_point = new BreakPoint(source_position, opt_script_break_point); 134 function BreakPoint(source_position, opt_script_break_point) { 148 BreakPoint.prototype.number = function() { 153 BreakPoint.prototype.func = function() { 158 BreakPoint.prototype.source_position = function() { 163 BreakPoint.prototype.hit_count = function() { 168 BreakPoint.prototype.active = function() { 176 BreakPoint.prototype.condition = function() { 184 BreakPoint.prototype.ignoreCount = function() [all...] |
/external/v8/src/ |
debug-debugger.js | 118 var break_point = new BreakPoint(source_position, opt_script_break_point); 128 function BreakPoint(source_position, opt_script_break_point) { 142 BreakPoint.prototype.number = function() { 147 BreakPoint.prototype.func = function() { 152 BreakPoint.prototype.source_position = function() { 157 BreakPoint.prototype.hit_count = function() { 162 BreakPoint.prototype.active = function() { 170 BreakPoint.prototype.condition = function() { 178 BreakPoint.prototype.ignoreCount = function() { 183 BreakPoint.prototype.script_break_point = function() [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 104 idesc32 isrP, 0x0008, 0 ; 0x03, 3, #BP, Breakpoint 142 dw isrR, 0 ; 0x03, 3, #BP, Breakpoint
|
/external/chromium_org/v8/test/mjsunit/ |
debug-clearbreakpointgroup.js | 65 // Clear breakpoint group 1. 100 // Call function 'g' from the compiled script to trigger breakpoint.
|
debug-setexceptionbreak.js | 41 var breakpoint = -1; variable 114 breakpoint = Debug.setBreakPoint(g, 0, 0);
|
debug-break-inline.js | 42 // Debug event listener which sets a breakpoint first time it is hit
|
/external/v8/test/mjsunit/ |
debug-clearbreakpointgroup.js | 65 // Clear breakpoint group 1. 100 // Call function 'g' from the compiled script to trigger breakpoint.
|
debug-setexceptionbreak.js | 41 var breakpoint = -1; variable 114 breakpoint = Debug.setBreakPoint(g, 0, 0);
|
/external/valgrind/main/coregrind/m_gdbserver/gdb/ |
signals.h | 46 distinguishing hitting a breakpoint from finishing a single step). 48 signals for breakpoint, single-step, etc., or by adding signal
|
/external/chromium_org/webkit/glue/ |
inspector_strings.grd | 350 <message name="IDS_ADD_BREAKPOINT" desc="A command for adding a breakpoint."> 351 Add Breakpoint 353 <message name="IDS_ADD_CONDITIONAL_BREAKPOINT" desc="A command for adding a conditional breakpoint."> 354 Add Conditional Breakpoint? 537 <message name="IDS_DISABLE_BREAKPOINT" desc="A command to disable a breakpoint."> 538 Disable Breakpoint 562 <message name="IDS_EDIT_BREAKPOINT" desc="A command for editing breakpoint properties."> 563 Edit Breakpoint? [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
/prebuilts/misc/android-arm/gdbserver/ |
gdbserver | |
/art/runtime/jdwp/ |
jdwp_event.cc | 47 For example, a thread could send an "I hit a breakpoint and am suspending 157 /* should only be for Breakpoint, Step, and Exception */ 217 /* should only be for Breakpoint, Step, and Exception */ 703 * Breakpoint 712 * LocationOnly (for breakpoint/step only) 716 * - Put a breakpoint on a native method. Eclipse creates METHOD_ENTRY 718 * - Use "run to line". Eclipse creates a BREAKPOINT with Count=1. 719 * - Single-step to a line with a breakpoint. Should get a single 747 * suspend on a breakpoint while the debugger is still waiting for its [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 45 For example, a thread could send an "I hit a breakpoint and am suspending 202 /* should only be for Breakpoint, Step, and Exception */ 261 /* should only be for Breakpoint, Step, and Exception */ 790 * Breakpoint 799 * LocationOnly (for breakpoint/step only) 803 * - Put a breakpoint on a native method. Eclipse creates METHOD_ENTRY 805 * - Use "run to line". Eclipse creates a BREAKPOINT with Count=1. 806 * - Single-step to a line with a breakpoint. Should get a single 842 * suspend on a breakpoint while the debugger is still waiting for its [all...] |
JdwpMain.cpp | 352 /* release session state, e.g. remove breakpoint instructions */ 396 * and we like it that way". We could send a fake breakpoint, which should 399 * receiving a breakpoint event that it didn't ask for.
|
/external/chromium_org/chrome/common/metrics/proto/ |
perf_data.proto | 126 // Information about the type of the breakpoint. 129 // Contains the breakpoint address. 135 // The length of the breakpoint data in bytes.
|
/external/guava/guava/src/com/google/common/collect/ |
SortedLists.java | 68 // breakpoint... 92 // breakpoint... 95 // Of course, we have to use binary search to find the precise breakpoint...
|
/external/chromium/chrome/browser/sync/tools/ |
sync_listen_notifications.cc | 85 "Run chrome and set a breakpoint on "
|
/external/chromium/net/data/cache_tests/bad_rankings3/ |
contents.txt | 88 Set a breakpoint on that last line, and when the entry is moved from one list to another, crash the process:
|
/external/chromium_org/net/data/cache_tests/bad_rankings3/ |
contents.txt | 88 Set a breakpoint on that last line, and when the entry is moved from one list to another, crash the process:
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMDebuggerAgent.cpp | 237 *errorString = "Unknown DOM breakpoint type: " + typeString; 331 // For inheritable breakpoint types, target node isn't always the same as the node that owns a breakpoint. 336 // Find breakpoint owner node.
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftdebug.h | 189 /* makes it possible to easily set a breakpoint at this function. */
|