HomeSort by relevance Sort by last modified time
    Searched refs:breakpoints (Results 26 - 50 of 69) sorted by null

12 3

  /external/oprofile/events/x86-64/hammer/
events 104 event:0xdc counters:0,1,2,3 um:zero minimum:1 name:DR0_BREAKPOINTS : Number of breakpoints for DR0
105 event:0xdd counters:0,1,2,3 um:zero minimum:1 name:DR1_BREAKPOINTS : Number of breakpoints for DR1
106 event:0xde counters:0,1,2,3 um:zero minimum:1 name:DR2_BREAKPOINTS : Number of breakpoints for DR2
107 event:0xdf counters:0,1,2,3 um:zero minimum:1 name:DR3_BREAKPOINTS : Number of breakpoints for DR3
  /external/chromium_org/v8/test/mjsunit/
debug-breakpoints.js 56 // like follows when changein breakpoints.
78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
  /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/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 56 all breakpoints.
93 gdb.execute('delete breakpoints', to_string=True)
154 breakpoint_amount = len(gdb.breakpoints() or ())
157 self.assertEqual(len(gdb.breakpoints()), breakpoint_amount + 1)
158 bp = gdb.breakpoints()[-1]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Settings.js 53 this.breakpoints = this.createSetting("breakpoints", []);
349 this._clearBreakpointsWhenTooMany(WebInspector.settings.breakpoints, 500000);
554 // If there are too many breakpoints in a storage, it is likely due to a recent bug that caused
555 // periodical breakpoints duplication leading to inspector slowness.
  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 281 if (DICT_HAS_KEY(proc->leader->breakpoints, &baddr)) {
  /external/chromium_org/v8/src/
d8.js 142 if (body.breakpoints) {
144 if (body.breakpoints.length > 1) {
148 for (var i = 0; i < body.breakpoints.length; i++) {
152 result += body.breakpoints[i];
416 case 'breakpoints':
    [all...]
liveedit-debugger.js 156 // Start with breakpoints. Convert their line/column positions and
242 // Remove all links to the actual script. Breakpoints system and
311 // linked to a script and breakpoints subsystem does not really
358 // Returns function that restores breakpoints.
384 // Restores breakpoints and creates their copies in the "old" copy of
387 // Update breakpoints (change positions and restore them in old version
    [all...]
debug-debugger.js 749 // Disable all user defined breakpoints:
753 // Disable all exception breakpoints:
1051 o.body.breakpoints = [];
1063 o.body.breakpoints.push(number);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 380 if (dict_find(proc->leader->breakpoints, &baddr) != NULL) {
  /external/qemu/
exec.c 181 QTAILQ_INIT(&env->breakpoints);
320 /* keep all GDB-injected breakpoints in front */
322 QTAILQ_INSERT_HEAD(&env->breakpoints, bp, entry);
324 QTAILQ_INSERT_TAIL(&env->breakpoints, bp, entry);
344 QTAILQ_FOREACH(bp, &env->breakpoints, entry) {
360 QTAILQ_REMOVE(&env->breakpoints, breakpoint, entry);
368 /* Remove all matching breakpoints. */
374 QTAILQ_FOREACH_SAFE(bp, &env->breakpoints, entry, next) {
    [all...]
  /ndk/
ndk-gdb.py 215 help='Do not wait for debugger to attach (may miss early JNI breakpoints)',
297 error('Failed to find jdb.\n..you can use --nowait to disable jdb\n..but may miss early breakpoints.')
    [all...]
  /external/qemu/android/config/linux-x86/linux/
kvm.h 622 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 622 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
kvm.h 622 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm.h 622 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
  /external/ltrace/sysdeps/linux-gnu/
trace.c 335 if (DICT_FIND_VAL(proc->leader->breakpoints, &ip, &found) < 0) {
612 assert(!"Too many sw singlestep breakpoints!");
932 * the processes, stop them all, remove all the breakpoints, and then
934 * other tasks running, they might hit stray return breakpoints and
1068 DICT_FIND_VAL(proc->leader->breakpoints,
1167 * handler that stops all the threads, removes all breakpoints, and
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/qemu/target-i386/
helper.c 475 memset(env, 0, offsetof(CPUX86State, breakpoints));
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 89 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
    [all...]
  /development/ndk/platforms/android-L/include/linux/
kvm.h 89 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
Main.js 239 WebInspector.breakpointManager = new WebInspector.BreakpointManager(WebInspector.settings.breakpoints, WebInspector.workspace, WebInspector.targetManager, WebInspector.debuggerWorkspaceBinding);
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 78 struct kvm_breakpoint breakpoints[4]; member in struct:kvm_debug_guest

Completed in 958 milliseconds

12 3