Searched
full:breakpoint (Results
326 -
350 of
527) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/linux/ |
perf_event.h | 534 /* breakpoint */ 902 /* for now the breakpoint stuff also works as software event */
|
/external/qemu/target-mips/ |
helper.c | 559 [EXCP_DIB] = "debug instruction breakpoint", 565 [EXCP_DBp] = "debug breakpoint",
|
/external/strace/ |
defs.h | 369 long baddr; /* `Breakpoint' address */ 396 #define TCB_BPTSET 00100 /* "Breakpoint" set after fork(2) */
|
util.c | [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
README_DEVELOPERS | 101 command 'set breakpoint always-inserted'. 386 the following problem: wait for a breakpoint to be encountered,
|
signals.c | 49 {"SIGTRAP", "Trace/breakpoint trap"}, 198 {"EXC_BREAKPOINT", "Breakpoint"},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 218 """handleBreakpoint: return true to stop at a breakpoint 219 Required argument: the call frame of the breakpoint
|
/system/core/libpixelflinger/codeflinger/ |
disassem.c | 88 * k - breakpoint comment (bits 0-3, 8-19) 453 /* k - breakpoint comment (bits 0-3, 8-19) */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Metrowerks_Shell_Suite.py | [all...] |
/art/runtime/ |
debugger.cc | 86 struct Breakpoint { 89 Breakpoint(mirror::ArtMethod* method, uint32_t dex_pc) : method(method), dex_pc(dex_pc) {} 92 static std::ostream& operator<<(std::ostream& os, const Breakpoint& rhs) 94 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.method).c_str(), rhs.dex_pc); 194 static std::vector<Breakpoint> gBreakpoints GUARDED_BY(Locks::breakpoint_lock_); 203 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i]; [all...] |
debugger.h | 46 * Invoke-during-breakpoint support.
|
/art/compiler/sea_ir/ir/ |
instruction_tools.cc | 737 // EC BREAKPOINT
|
/dalvik/libdex/ |
DexOpcodes.h | 62 * A note about the "breakpoint" opcode. This instruction is special, [all...] |
/dalvik/vm/ |
Thread.h | 283 /* JDWP invoke-during-breakpoint support */
|
/external/chromium/chrome/browser/ |
jankometer.cc | 56 // Provide a special watchdog to make it easy to set the breakpoint on this
|
/external/chromium_org/chrome/browser/ |
jankometer.cc | 57 // Provide a special watchdog to make it easy to set the breakpoint on this
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SourcesPanel.js | 339 var breakpoint = WebInspector.breakpointManager.findBreakpoint(uiLocation.uiSourceCode, uiLocation.lineNumber); 340 if (!breakpoint) 342 this.sidebarPanes.jsBreakpoints.highlightBreakpoint(breakpoint); 343 this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused on a JavaScript breakpoint.")); [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts3d.test | 256 breakpoint
|
/external/chromium_org/v8/include/ |
v8-debug.h | 294 * 2. V8 is suspended on debug breakpoint; in this state V8 is dedicated
|
/external/chromium_org/v8/src/mips/ |
debug-mips.cc | 69 // TODO(mips): Open issue about using breakpoint instruction instead of nops.
|
simulator-mips.h | 393 // the breakpoint was hit or gone through.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 258 'Breakpoint', 'Builder::BlankSlate', 'Builder::XmlMarkup',
|
winbatch.php | 63 '#DefineFunction', 'Debug', 'Continue', 'Case', 'CallExt', 'Call', 'By', 'BreakPoint', 'Break' [all...] |
/external/llvm/docs/ |
Bugpoint.rst | 215 breakpoint after the call count based disabling and step through the code.
|
/external/srec/portable/src/ |
pmemblock.c | 142 /* for breakpoint setting */
|
Completed in 1130 milliseconds
<<11121314151617181920>>