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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
break.s 4 break breakpoint
22 .set breakpoint,2
  /external/r8/src/test/java/com/android/tools/r8/debug/
ExceptionTest.java 20 breakpoint("Exceptions", "catchException"),
31 breakpoint("Exceptions", "catchException"),
DebugTestExamples.java 24 * Tests that we do suspend on breakpoint then continue.
29 breakpoint("Arithmetic", "bitwiseInts"),
35 * Tests that we can check local variables at a suspension point (breakpoint).
40 breakpoint("Arithmetic", "bitwiseInts"),
48 * Tests that we can check local variables at different suspension points (breakpoint then step).
53 breakpoint("Arithmetic", "bitwiseInts"),
MultipleReturnsTest.java 18 breakpoint("MultipleReturns", "multipleReturns"),
LambdaTest.java 20 breakpoint(debuggeeClass, initialMethodName),
34 breakpoint(debuggeeClass, initialMethodName),
48 breakpoint(debuggeeClass, initialMethodName),
65 breakpoint(debuggeeClass, initialMethodName),
ContinuousSteppingTest.java 26 breakpoint(debuggeeClassName, "main"),
InterfaceMethodTest.java 23 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); method
43 commands.add(run() /* resume after 2nd breakpoint */);
55 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); method
57 commands.add(run() /* resume after 1st breakpoint */);
79 commands.add(breakpoint(debuggeeClass, "testStaticMethod")); method
SyntheticMethodTest.java 38 commands.add(breakpoint("InnerAccessors$Inner", "callPrivateMethodInOuterClass"));
55 commands.add(breakpoint(debuggeeClass, "testGenericBridge")); method
LocalsTest.java 26 breakpoint(className, methodName),
43 breakpoint(className, methodName),
63 breakpoint(className, methodName),
90 breakpoint(className, methodName),
115 breakpoint(className, methodName),
139 breakpoint(className, methodName),
158 breakpoint("Locals", "invokeRange"),
161 // 1st breakpoint
179 // 2nd breakpoint
197 // Skip last breakpoint
    [all...]
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
7 Program received signal SIGTRAP, Trace/breakpoint trap.
  /development/scripts/gdb/
dalvik.gdb 18 # also set a breakpoint in a libart.so function to stop when the program
19 # hits an unexpected breakpoint
26 # set a breakpoint and record its number
27 set breakpoint pending on
34 set breakpoint pending auto
48 by gdb unless they are not handled by ART itself. A breakpoint is
60 # delete our breakpoint
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.asm 22 ; Generates a breakpoint on the CPU.
24 ; Generates a breakpoint on the CPU. The breakpoint must be implemented such
25 ; that code can resume normal execution after the breakpoint.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch5tej.s 11 bkpt @ Support for a breakpoint without an argument
  /external/valgrind/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
11 Program received signal SIGTRAP, Trace/breakpoint trap.
nlvgdbsigqueue.stdoutB.exp 3 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/
rpc_server.c 15 void breakpoint(void);
94 breakpoint();
115 void breakpoint(void) function
118 printf("breakpoint\n");
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_arm.go 57 // leaving no way to distinguish a breakpoint-induced SIGTRAP
59 // They all look breakpoint-induced by default.
60 // Try looking at the code to see if it's a breakpoint.
68 // SIGTRAP on something other than breakpoint.
signal_darwin_386.go 47 // leaving no way to distinguish a breakpoint-induced SIGTRAP
49 // They all look breakpoint-induced by default.
50 // Try looking at the code to see if it's a breakpoint.
signal_darwin_arm64.go 74 // leaving no way to distinguish a breakpoint-induced SIGTRAP
76 // They all look breakpoint-induced by default.
77 // Try looking at the code to see if it's a breakpoint.
85 // SIGTRAP on something other than breakpoint.
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_arm.go 57 // leaving no way to distinguish a breakpoint-induced SIGTRAP
59 // They all look breakpoint-induced by default.
60 // Try looking at the code to see if it's a breakpoint.
68 // SIGTRAP on something other than breakpoint.
signal_darwin_386.go 47 // leaving no way to distinguish a breakpoint-induced SIGTRAP
49 // They all look breakpoint-induced by default.
50 // Try looking at the code to see if it's a breakpoint.
signal_darwin_arm64.go 74 // leaving no way to distinguish a breakpoint-induced SIGTRAP
76 // They all look breakpoint-induced by default.
77 // Try looking at the code to see if it's a breakpoint.
85 // SIGTRAP on something other than breakpoint.
  /art/test/995-breakpoints-throw/src/art/
Test995.java 24 public static final Breakpoint.Manager MANAGER = new Breakpoint.Manager();
33 public static void breakpoint() { method in class:Test995
55 System.out.println("\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc));
80 Breakpoint.stopBreakpointWatch(Thread.currentThread());
81 Breakpoint.startBreakpointWatch(
87 Method breakpoint_method = Test995.class.getDeclaredMethod("breakpoint");
90 MANAGER.setBreakpoint(breakpoint_method, Breakpoint.getStartLocation(breakpoint_method));
92 breakpoint_catch_method, Breakpoint.getStartLocation(breakpoint_catch_method));
94 breakpoint_catch_late_method, Breakpoint.getStartLocation(breakpoint_catch_late_method))
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_local.py 69 self.try_command('breakpoint set --file simple.rs --line 145', [])
74 'stop reason = breakpoint'])
342 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 15 #include "src/inspector/script-breakpoint.h"
47 // Breakpoint properties.
95 String16 generateBreakpointId(const ScriptBreakpoint& breakpoint,
98 builder.append(breakpoint.script_id);
100 builder.appendNumber(breakpoint.line_number);
102 builder.appendNumber(breakpoint.column_number);
294 return Response::Error("Breakpoint at specified location already exists.");
300 ScriptBreakpoint breakpoint(String16(), lineNumber, columnNumber, condition);
304 breakpoint.script_id = script.first;
306 resolveBreakpoint(breakpointId, breakpoint, UserBreakpointSource)
1063 ScriptBreakpoint breakpoint; local
    [all...]

Completed in 2948 milliseconds

1 2 3 4 5 6 7