Home
last modified time | relevance | path

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

1234

/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/r8/src/test/java/com/android/tools/r8/debug/
DLocalsTest.java26 breakpoint(className, methodName), in testNoLocal()
43 breakpoint(className, methodName), in testUnusedLocal()
63 breakpoint(className, methodName), in testConstantLocal()
90 breakpoint(className, methodName), in testConstantLocalWithUpdate()
115 breakpoint(className, methodName), in testZeroLocals()
139 breakpoint(className, methodName), in testNoFlowOptimization()
158 breakpoint("Locals", "invokeRange"), in testInvokeRange()
204 breakpoint("Locals", "reverseRange"), in testInvokeRange2()
248 breakpoint("Locals", "breakpoint"), in testLocals_MoreThan16()
294 breakpoint("Locals", "invokerangeLong"), in testInvokeRangeLong()
DLambdaTest.java20 breakpoint(debuggeeClass, initialMethodName), in testLambda_ExpressionOnSameLine()
34 breakpoint(debuggeeClass, initialMethodName), in testLambda_StatementOnNewLine()
48 breakpoint(debuggeeClass, initialMethodName), in testLambda_StaticMethodReference_Trivial()
65 breakpoint(debuggeeClass, initialMethodName), in testLambda_StaticMethodReference_NonTrivial()
DDebugTestExamples.java29 breakpoint("Arithmetic", "bitwiseInts"), in testBreakpoint_Hit()
40 breakpoint("Arithmetic", "bitwiseInts"), in testLocalsOnBreakpoint()
53 breakpoint("Arithmetic", "bitwiseInts"), in testLocalsOnBreakpointThenStep()
DExceptionTest.java20 breakpoint("Exceptions", "catchException"), in testStepOnCatch()
31 breakpoint("Exceptions", "catchException"), in testStepOnCatch()
DInterfaceMethodTest.java23 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); in testDefaultMethod()
55 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); in testOverrideDefaultMethod()
79 commands.add(breakpoint(debuggeeClass, "testStaticMethod")); in testStaticMethod()
DSyntheticMethodTest.java38 commands.add(breakpoint("InnerAccessors$Inner", "callPrivateMethodInOuterClass")); in debugInnerAccessors()
55 commands.add(breakpoint(debuggeeClass, "testGenericBridge")); in debugGenericBridges()
DMultipleReturnsTest.java18 breakpoint("MultipleReturns", "multipleReturns"), in testMultipleReturns()
/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc95 String16 generateBreakpointId(const ScriptBreakpoint& breakpoint, in generateBreakpointId() argument
98 builder.append(breakpoint.script_id); in generateBreakpointId()
100 builder.appendNumber(breakpoint.line_number); in generateBreakpointId()
102 builder.appendNumber(breakpoint.column_number); in generateBreakpointId()
300 ScriptBreakpoint breakpoint(String16(), lineNumber, columnNumber, condition); in setBreakpointByUrl() local
304 breakpoint.script_id = script.first; in setBreakpointByUrl()
306 resolveBreakpoint(breakpointId, breakpoint, UserBreakpointSource); in setBreakpointByUrl()
318 ScriptBreakpoint breakpoint( in setBreakpoint() local
323 generateBreakpointId(breakpoint, UserBreakpointSource); in setBreakpoint()
329 resolveBreakpoint(breakpointId, breakpoint, UserBreakpointSource); in setBreakpoint()
[all …]
/external/fmtlib/doc/bootstrap/
Dnavbar.less20 @media (min-width: @grid-float-breakpoint) {
34 @media (min-width: @grid-float-breakpoint) {
63 @media (min-width: @grid-float-breakpoint) {
113 @media (min-width: @grid-float-breakpoint) {
132 @media (min-width: @grid-float-breakpoint) {
146 @media (min-width: @grid-float-breakpoint) {
179 @media (min-width: @grid-float-breakpoint) {
221 @media (min-width: @grid-float-breakpoint) {
241 @media (max-width: @grid-float-breakpoint-max) {
266 @media (min-width: @grid-float-breakpoint) {
[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/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/valgrind/gdbserver_tests/
Dnlvgdbsigqueue.stdoutB.exp-solaris13 Program received signal SIGTRAP, Trace/breakpoint trap.
14 Program received signal SIGTRAP, Trace/breakpoint trap.
Dnlvgdbsigqueue.stdoutB.exp-solaris23 Program received signal SIGTRAP, Trace/breakpoint trap.
15 Program received signal SIGTRAP, Trace/breakpoint trap.
/external/valgrind/docs/internals/
Darm_thumb_notes_gdbserver.txt18 * breakpoint handling:
19 gdbsrv code detects that a breakpoint is reached
20 by comparing the current guest_IP with the breakpoint addresses given
22 the gdbsrv code has to ensure breakpoint comparisons are done without
44 When a breakpoint is placed at an instruction, the translation for this
71 (see breakpoint handling above).
/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.java76 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, in testBreakpoint() local
79 breakpoint); in testBreakpoint()
DThreadOnlyModifierTest.java68 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, in testBreakpoint() local
71 breakpoint); in testBreakpoint()
/external/python/cpython2/Lib/test/
Dtest_gdb.py122 breakpoint='PyObject_Print', argument
149 'break %s' % breakpoint,
205 '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/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.

1234