HomeSort by relevance Sort by last modified time
    Searched refs:breakpoints (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/v8/test/mjsunit/regress/
regress-crbug-432493.js 21 // Disable all breakpoints from within the debug event callback.
25 // Enable all breakpoints from within the debug event callback.
  /external/ltrace/
proc.c 127 if (proc->breakpoints != NULL) {
128 dict_destroy(proc->breakpoints,
130 free(proc->breakpoints);
131 proc->breakpoints = NULL;
149 proc->breakpoints = malloc(sizeof(*proc->breakpoints));
150 if (proc->breakpoints == NULL)
152 DICT_INIT(proc->breakpoints,
156 proc->breakpoints = NULL;
185 dict_destroy(proc->breakpoints, NULL, NULL, NULL)
    [all...]
breakpoints.c 116 assert(proc->breakpoints != NULL);
121 if (DICT_FIND_VAL(proc->breakpoints, &addr, &found) < 0)
303 /* Only the group leader should be getting the breakpoints and
307 assert(leader->breakpoints != NULL);
310 * breakpoints that are enabled at this address. The
317 if (DICT_FIND_VAL(leader->breakpoints, &bp->addr, &ext_bp) != 0) {
342 DICT_FIND_VAL(leader->breakpoints, &addr, &bp);
398 DICT_EACH(proc->breakpoints, arch_addr_t, struct breakpoint *,
434 * outside. Here we just put in breakpoints. */
435 assert(proc->breakpoints != NULL)
    [all...]
Android.mk 30 breakpoints.c \
proc.h 93 /* Dictionary of breakpoints (which is a mapping
96 struct dict *breakpoints; member in struct:process
236 /* Iterate through the breakpoints of PROC. See callback.h for notes
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 112 var breakpoints = Debug.scriptBreakPoints();
113 assertEquals(3, breakpoints.length);
114 var breakpointNumbers = breakpoints.map(
118 // Check that all breakpoints from group 1 were deleted and all the
124 // Clear all breakpoints to allow the test to run again (--stress-opt).
debug-listbreakpoints.js 92 assertEquals(response.body.breakpoints.length, num_breakpoints);
94 var breakpoints = response.body.breakpoints;
95 for (var i = 0; i < breakpoints.length; i++) {
96 var id = breakpoints[i].number;
100 assertEquals(breakpoints[i].line, breakpoint_linenos[j]);
153 // Set some more breakpoints, and clear them in various orders:
debug-enable-disable-breakpoints.js 81 // Enable both breakpoints.
92 // Deactivate all breakpoints.
102 // Activate all breakpoints.
debug-allscopes-on-debugger.js 15 // Count number of expected breakpoints in this source file.
debug-liveedit-breakpoints.js 98 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
102 // Delete all breakpoints to make this test reentrant.
debug-stepframe-clearing.js 9 // and the breakpoints flooding get() are allowed to expire, then we ensure
66 // breakpoints earlier and there was a monomorphic step.
82 // Breakpoints are added here rather than in the listener because their
debug-stepin-foreach.js 18 // Count number of expected breakpoints in this source file.
debug-breakpoints.js 58 // like follows when changein breakpoints.
80 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
166 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
  /external/deqp/android/scripts/
debug.py 75 breakpoints,
184 for breakpoint in breakpoints:
660 parser.add_argument('--breakpoints', dest='breakpoints', default=["tcu::App::App"], nargs='+', help="List of breakpoints that are set by gdb.")
693 breakpoints=args.breakpoints,
  /external/v8/test/mjsunit/es6/debug-promises/
stepin-handler.js 18 // Count number of expected breakpoints in this source file.
  /external/v8/test/mjsunit/es6/
debug-stepin-microtasks.js 17 // Count number of expected breakpoints in this source file.
  /external/v8/test/mjsunit/es6/regress/
regress-468661.js 19 // Count number of expected breakpoints in this source file.
  /external/valgrind/gdbserver_tests/
mcbreak.stdoutB.exp 43 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
mcwatchpoints.stdoutB.exp 33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 107 "Regular text edit window in IDLE, supports breakpoints"
110 self.breakpoints = []
117 'breakpoints.lst')
118 # whenever a file is changed, restore breakpoints
140 i = self.breakpoints.index(lineno)
142 self.breakpoints.append(lineno)
166 self.breakpoints.remove(lineno)
178 if self.breakpoints:
184 self.breakpoints = []
193 "Save breakpoints when file is saved
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 107 "Regular text edit window in IDLE, supports breakpoints"
110 self.breakpoints = []
117 'breakpoints.lst')
118 # whenever a file is changed, restore breakpoints
140 i = self.breakpoints.index(lineno)
142 self.breakpoints.append(lineno)
166 self.breakpoints.remove(lineno)
178 if self.breakpoints:
184 self.breakpoints = []
193 "Save breakpoints when file is saved
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 107 "Regular text edit window in IDLE, supports breakpoints"
110 self.breakpoints = []
117 'breakpoints.lst')
118 # whenever a file is changed, restore breakpoints
140 i = self.breakpoints.index(lineno)
142 self.breakpoints.append(lineno)
166 self.breakpoints.remove(lineno)
178 if self.breakpoints:
184 self.breakpoints = []
193 "Save breakpoints when file is saved
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 107 "Regular text edit window in IDLE, supports breakpoints"
110 self.breakpoints = []
117 'breakpoints.lst')
118 # whenever a file is changed, restore breakpoints
140 i = self.breakpoints.index(lineno)
142 self.breakpoints.append(lineno)
166 self.breakpoints.remove(lineno)
178 if self.breakpoints:
184 self.breakpoints = []
193 "Save breakpoints when file is saved
    [all...]
  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 281 if (DICT_HAS_KEY(proc->leader->breakpoints, &baddr)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 851 milliseconds

1 2 3