/external/v8/test/mjsunit/ |
debug-stepin-call-function-stub.js | 97 // Test stepping into function call when a breakpoint is set at the place
|
debug-breakpoints.js | 65 // Test set and clear breakpoint at the first possible location (line 0,
|
debug-handle.js | 240 // Set a break point at return in f and invoke g to hit the breakpoint.
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
trace.c | 368 arch_sw_singlestep(struct process *proc, struct breakpoint *bp,
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.cpp | 404 QIcon breakpoint; local 405 breakpoint.addFile(QString::fromUtf8(":/breakpoint.png"), 408 fActionBreakpoint.setIcon(breakpoint); 428 fActionCreateBreakpoint.setText("Set Breakpoint");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
line.go | 78 // IsStmt indicates that Address is a recommended breakpoint 89 // breakpoint on entry to the containing function. 96 // breakpoint on exit from this function.
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
line.go | 78 // IsStmt indicates that Address is a recommended breakpoint 89 // breakpoint on entry to the containing function. 96 // breakpoint on exit from this function.
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_logl.c | 556 breakpoint(); 665 breakpoint();
|
/external/valgrind/coregrind/m_gdbserver/ |
m_gdbserver.c | 296 static void breakpoint (Bool insert, CORE_ADDR addr) function 302 /* insert a breakpoint at addr or upgrade its kind */ 304 add_gs_address (addr, GS_break, "m_gdbserver breakpoint insert"); 313 /* delete a breakpoint at addr or downgrade its kind */ 319 remove_gs_address (g, "m_gdbserver breakpoint remove"); 357 breakpoint (insert, addr); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/ |
ops.d | 290 177: ca breakpoint
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
trace.c | 146 * also emulate the instruction under the breakpoint. 639 arch_sw_singlestep(struct process *proc, struct breakpoint *sbp,
|
/art/runtime/ |
debugger.cc | 86 class Breakpoint : public ValueObject { 88 Breakpoint(ArtMethod* method, uint32_t dex_pc, DeoptimizationRequest::Kind deoptimization_kind) 97 Breakpoint(const Breakpoint& other) SHARED_REQUIRES(Locks::mutator_lock_) 116 // Returns true if the method of this breakpoint and the passed in method should be considered the 123 // The location of this breakpoint. 127 // Indicates whether breakpoint needs full deoptimization or selective deoptimization. 131 static std::ostream& operator<<(std::ostream& os, const Breakpoint& rhs) 133 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.Method()).c_str(), rhs.DexPc()); 154 // like BREAKPOINT or SINGLE_STEP (or even METHOD_EXIT if this is a RETURN instruction) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
stubs.go | 117 func breakpoint() func
|
asm_amd64p32.s | 90 TEXT runtime·breakpoint(SB),NOSPLIT,$0-0
|
asm_arm.s | 82 TEXT runtime·breakpoint(SB),NOSPLIT,$0-0 83 // gdb won't skip this breakpoint instruction automatically, 88 WORD $0xe7f001f0 // undefined instruction that gdb understands is a software breakpoint
|
asm_arm64.s | 96 TEXT runtime·breakpoint(SB),NOSPLIT,$-8-0
|
asm_ppc64x.s | 88 TEXT runtime·breakpoint(SB),NOSPLIT,$-8-0
|
/prebuilts/go/linux-x86/src/runtime/ |
stubs.go | 117 func breakpoint() func
|
asm_amd64p32.s | 90 TEXT runtime·breakpoint(SB),NOSPLIT,$0-0
|
asm_arm.s | 82 TEXT runtime·breakpoint(SB),NOSPLIT,$0-0 83 // gdb won't skip this breakpoint instruction automatically, 88 WORD $0xe7f001f0 // undefined instruction that gdb understands is a software breakpoint
|
/external/v8/src/arm64/ |
simulator-arm64.h | 498 struct Breakpoint { 502 std::vector<Breakpoint> breakpoints_; 503 void SetBreakpoint(Instruction* breakpoint); 508 // When this is set, the Simulator will insert a breakpoint after the next BL
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_windows.go | 70 5: "trace/breakpoint trap",
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_windows.go | 70 5: "trace/breakpoint trap",
|