Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 188) sorted by relevance

12345678

/external/python/cpython3/Doc/library/
Dbdb.rst31 such instances since there may be more than one breakpoint per line.
33 When creating a breakpoint, its associated filename should be in canonical
34 form. If a *funcname* is defined, a breakpoint hit will be counted when the
35 first line of that function is executed. A conditional breakpoint always
42 Delete the breakpoint from the list associated to a file/line. If it is
43 the last breakpoint in that position, it also deletes the entry for the
49 Mark the breakpoint as enabled.
54 Mark the breakpoint as disabled.
59 Return a string with all the information about the breakpoint, nicely
62 * The breakpoint number.
[all …]
Dpdb.rst80 The built-in :func:`breakpoint()`, when called with defaults, can be used
134 a breakpoint at a given point in a program, even if the code is not
281 to specify a breakpoint in another file (probably one that hasn't been loaded
282 yet). The file is searched on :data:`sys.path`. Note that each breakpoint
283 is assigned a number to which all the other breakpoint commands refer.
286 true before the breakpoint is honored.
288 Without argument, list all breaks, including for each breakpoint, the number
289 of times that breakpoint has been hit, the current ignore count, and the
294 Temporary breakpoint, which is removed automatically when it is first hit.
300 With a space separated list of breakpoint numbers, clear those breakpoints.
[all …]
/external/python/cpython2/Doc/library/
Dbdb.rst31 such instances since there may be more than one breakpoint per line.
33 When creating a breakpoint, its associated filename should be in canonical
34 form. If a *funcname* is defined, a breakpoint hit will be counted when the
35 first line of that function is executed. A conditional breakpoint always
42 Delete the breakpoint from the list associated to a file/line. If it is
43 the last breakpoint in that position, it also deletes the entry for the
49 Mark the breakpoint as enabled.
54 Mark the breakpoint as disabled.
59 Print all the information about the breakpoint:
61 * The breakpoint number.
[all …]
Dpdb.rst117 breakpoint at a given point in a program, even if the code is not otherwise
230 specify a breakpoint in another file (probably one that hasn't been loaded yet).
231 The file is searched on ``sys.path``. Note that each breakpoint is assigned a
232 number to which all the other breakpoint commands refer.
235 before the breakpoint is honored.
237 Without argument, list all breaks, including for each breakpoint, the number of
238 times that breakpoint has been hit, the current ignore count, and the associated
242 Temporary breakpoint, which is removed automatically when it is first hit. The
247 With a space separated list of breakpoint numbers, clear those breakpoints.
251 Disables the breakpoints given as a space separated list of breakpoint numbers.
[all …]
/external/python/cpython2/Lib/
Dpdb.doc83 function. Without argument, list all breaks. Each breakpoint
84 is assigned a number to which all the other breakpoint
88 evaluate to true in order for the breakpoint to be honored.
91 Temporary breakpoint, which is removed automatically when it
95 With a space separated list of breakpoint numbers, clear those
101 breakpoint numbers. Disabling a breakpoint means it cannot
103 breakpoint, it remains in the list of breakpoints and can be
110 Sets the ignore count for the given breakpoint number. If
111 count is omitted, the ignore count is set to 0. A breakpoint
113 the count is decremented each time the breakpoint is reached
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DDataDrivenTestHelper.java76 boolean breakpoint = false; in test()
86 breakpoint = true; in test()
96 handle(breakpoint, comment, arguments); in test()
100 breakpoint = false; in test()
107 boolean breakpoint = false; in load()
165 abstract public void handle(boolean breakpoint, String commentBase, List<String> arguments); in handle() argument
DXLocaleDistanceTest.java170 public void handle(boolean breakpoint, String commentBase, List<String> arguments) { in handle() argument
171 if (breakpoint) { in handle()
172 breakpoint = false; // put debugger breakpoint here to break at @debug in test file in handle()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDataDrivenTestHelper.java79 boolean breakpoint = false; in test()
89 breakpoint = true; in test()
99 handle(i, breakpoint, comment, arguments); in test()
104 breakpoint = false; in test()
179 …abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> a… in handle() argument
DXLocaleDistanceTest.java188 …public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments)… in handle() argument
189 if (breakpoint) { in handle()
190 breakpoint = false; // put debugger breakpoint here to break at @debug in test file in handle()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDataDrivenTestHelper.java78 boolean breakpoint = false; in test()
88 breakpoint = true; in test()
98 handle(i, breakpoint, comment, arguments); in test()
103 breakpoint = false; in test()
178 …abstract public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> a… in handle() argument
DXLocaleDistanceTest.java185 …public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments)… in handle() argument
186 if (breakpoint) { in handle()
187 breakpoint = false; // put debugger breakpoint here to break at @debug in test file in handle()
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu185 PASS: gdb.arch/amd64-byte.exp: set first breakpoint in main
186 PASS: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to first breakpoint in main
197 PASS: gdb.arch/amd64-byte.exp: set second breakpoint in main
198 PASS: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to second breakpoint in main
217 PASS: gdb.arch/amd64-byte.exp: set third breakpoint in main
218 PASS: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to third breakpoint in main
237 PASS: gdb.arch/amd64-byte.exp: set forth breakpoint in main
238 PASS: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to forth breakpoint in main
252 PASS: gdb.arch/amd64-dword.exp: set first breakpoint in main
253 PASS: gdb.arch/amd64-dword.exp: continue to breakpoint: continue to first breakpoint in main
[all …]
Darmv7a-cros-linux-gnueabi263 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: test_call
264 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: test_call_end
265 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: test_ret
266 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_ret_end
269 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_branch
270 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to Lbranch
273 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_ldr_pc
274 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_ldr_pc_ret
280 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_ldr_literal
281 PASS: gdb.arch/arm-disp-step.exp: continue to breakpoint: continue to test_ldrsb_literal
[all …]
Di686-pc-linux-gnu206 PASS: gdb.arch/i386-bp_permanent.exp: Stop at the 'standard' start breakpoint (fetching esp).
207 PASS: gdb.arch/i386-bp_permanent.exp: Stop at permanent breakpoint.
208 PASS: gdb.arch/i386-bp_permanent.exp: Single stepping past permanent breakpoint.
250 PASS: gdb.arch/i386-dr3-watch.exp: set breakpoint always-inserted on
282 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in standard
289 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_ecx
296 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_edx
303 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_eax
307 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in gdb1253
311 PASS: gdb.arch/i386-prologue.exp: skip breakpoint in gdb1718
[all …]
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc_server.c15 void breakpoint(void);
94 breakpoint(); in service_request()
115 void breakpoint(void) in breakpoint() function
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java59 Breakpoint breakpoint) { in createBreakpointEventBuilder() argument
60 long typeID = debuggeeWrapper.vmMirror.getTypeID(breakpoint.className, typeTag); in createBreakpointEventBuilder()
61 long methodID = getMethodID(typeID, breakpoint.methodName); in createBreakpointEventBuilder()
64 .setLocationOnly(new Location(typeTag, typeID, methodID, breakpoint.index)); in createBreakpointEventBuilder()
DCountModifierTest.java67 Breakpoint breakpoint = new Breakpoint( in testBreakpoint() local
70 breakpoint); in testBreakpoint()
DThreadOnlyModifierTest.java60 Breakpoint breakpoint = new Breakpoint( in testBreakpoint() local
64 breakpoint); in testBreakpoint()
DInstanceOnlyModifierTest.java64 Breakpoint breakpoint = new Breakpoint( in testBreakpoint() local
68 breakpoint); in testBreakpoint()
/external/python/cpython2/Lib/test/
Dtest_gdb.py123 breakpoint='PyObject_Print', argument
150 'break %s' % breakpoint,
206 'Function "%s" not defined.' % breakpoint,
244 gdb_output = self.get_stack_trace(source, breakpoint='PyObject_Print',
650 breakpoint='PyObject_Print',
866 breakpoint='time_gmtime',
873 breakpoint='time_gmtime',
/external/python/cpython3/Lib/test/
Dtest_gdb.py136 breakpoint=BREAKPOINT_FN, argument
163 'break %s' % breakpoint,
225 'Function "%s" not defined.' % breakpoint,
270 gdb_output = self.get_stack_trace(source, breakpoint=BREAKPOINT_FN,
670 breakpoint='builtin_id',
877 breakpoint='time_gmtime',
884 breakpoint='time_gmtime',
/external/v8/src/inspector/
Djs_protocol.pdl202 # Returns possible locations for breakpoint. scriptId in start and end range locations should be
206 # Start of range to search possible breakpoint locations in.
208 # End of range to search possible breakpoint locations in (excluding). When not specified, end
214 # List of the possible breakpoint locations.
241 # Removes JavaScript breakpoint.
308 # Sets JavaScript breakpoint at a given location.
311 # Location to set breakpoint in.
313 # Expression to use as a breakpoint condition. When specified, debugger will only stop on the
314 # breakpoint if this expression evaluates to true.
317 # Id of the created breakpoint for further reference.
[all …]
/external/libxml2/
Dxmlmemory.c967 char *breakpoint; in xmlInitMemory() local
982 breakpoint = getenv("XML_MEM_BREAKPOINT"); in xmlInitMemory()
983 if (breakpoint != NULL) { in xmlInitMemory()
984 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock); in xmlInitMemory()
988 breakpoint = getenv("XML_MEM_TRACE"); in xmlInitMemory()
989 if (breakpoint != NULL) { in xmlInitMemory()
990 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt); in xmlInitMemory()
/external/python/cpython2/Misc/
DREADME.Emacs14 breakpoint in your code, run your program in an Emacs shell buffer, and do gud
15 style debugging when the breakpoint is hit.
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c236 static int breakpoint; in x86emu_single_step() local
240 if (M.x86.saved_ip != breakpoint) { in x86emu_single_step()
293 breakpoint = ps[1]; in x86emu_single_step()

12345678