/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 8 __all__ = ["BdbQuit","Bdb","Breakpoint"] 132 # The line itself has no breakpoint, but maybe the line is the 133 # first line of a function with breakpoint set by function name. 194 # Issue #13183: pdb skips frames after hitting a breakpoint and running 247 # Set_break prints out the breakpoint line and file:lineno. 249 # for bp in Breakpoint.bpbynumber: if bp: bp.bpprint(). 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 267 if (filename, lineno) not in Breakpoint.bplist: 277 return 'There is no breakpoint at %s:%d' % (filename, 281 for bp in Breakpoint.bplist[filename, lineno][:] [all...] |
pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 104 self.commands_bnum = None # The breakpoint number for which we are 161 """Call every command that was set for the current active breakpoint 166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit 276 a breakpoint command list definition. 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 323 bnum = len(bdb.Breakpoint.bpbynumber)-1 349 for bp in bdb.Breakpoint.bpbynumber: 414 # Check for reasonable breakpoint [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-shortcuts-with-console-opened.html | 14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
|
bp-in-named-eval-after-reload.html | 13 <li><p>In <code>(program) f1.js</code>, set a breakpoint on the first 15 <li><p>In <code>(program) f2.js</code>, set a breakpoint on the first 25 the previous breakpoint markers should be visible
|
/external/clang/test/CodeGenCXX/ |
cp-blocks-linetables.cpp | 31 /* Breakpoint for first Block function. */ 39 /* Breakpoint for second Block function. */
|
/external/valgrind/main/gdbserver_tests/ |
nlcontrolc.stdoutB.exp | 2 Program received signal SIGTRAP, Trace/breakpoint trap. 17 Program received signal SIGTRAP, Trace/breakpoint trap.
|
mcwatchpoints.stdoutB.exp | 0 Breakpoint 1 at 0x........: file watchpoints.c, line 7. 3 Breakpoint 1, breakme (line=19) at watchpoints.c:7
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-breakpoints.js | 35 + " return 'Z';\n" // Breakpoint line ( #6 ) 40 + " return 25;\n" // Breakpoint line ( #1 ) 45 // // Breakpoint line ( #6 ) 53 + " var b = 3;\n" // Breakpoint line ( #14 ) 83 // One breakpoint gets duplicated in a old version of script.
|
/external/v8/test/mjsunit/ |
debug-liveedit-breakpoints.js | 35 + " return 'Z';\n" // Breakpoint line ( #6 ) 40 + " return 25;\n" // Breakpoint line ( #1 ) 45 // // Breakpoint line ( #6 ) 53 + " var b = 3;\n" // Breakpoint line ( #14 ) 83 // One breakpoint gets duplicated in a old version of script.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 104 self.commands_bnum = None # The breakpoint number for which we are 161 """Call every command that was set for the current active breakpoint 166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit 276 a breakpoint command list definition. 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 323 bnum = len(bdb.Breakpoint.bpbynumber)-1 349 for bp in bdb.Breakpoint.bpbynumber: 414 # Check for reasonable breakpoint [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
cmdevtools.css | 52 .cm-breakpoint .CodeMirror-linenumber { 63 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber { 68 .cm-breakpoint .CodeMirror-linenumber { 71 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber { 76 .cm-breakpoint-disabled .CodeMirror-linenumber { 80 .breakpoints-deactivated .cm-breakpoint .CodeMirror-linenumber { 84 .breakpoints-deactivated .cm-breakpoint-disabled .CodeMirror-linenumber {
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-131994.js | 39 var breakpoint = exec_state.frame(0); 42 assertTrue(breakpoint.sourceLineText().indexOf("// Break") > -1); 44 assertEquals(3, breakpoint.evaluate('x').value());
|
/external/chromium_org/chrome/browser/nacl_host/test/ |
debug_stub_browser_tests.py | 62 # Set breakpoint 65 # Check that we stopped at breakpoint 73 # Remove breakpoint 91 elif name == 'breakpoint':
|
/external/qemu/ |
gdbstub.h | 6 /* GDB breakpoint/watchpoint types */
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
aggregate-indirect-arg.cpp | 4 // DEBUGGER: set breakpoint pending on
|
nested-struct.cpp | 8 // DEBUGGER: set breakpoint pending on
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
breakpoint_function.rs | 5 // DEBUGGER: set breakpoint pending on
|
breakpoint_inlined_function.rs | 5 // DEBUGGER: set breakpoint pending on
|
breakpoint_inlined_sourceline.rs | 5 // DEBUGGER: set breakpoint pending on
|
breakpoint_sourceline.rs | 5 // DEBUGGER: set breakpoint pending on
|
global_int.rs | 5 // DEBUGGER: set breakpoint pending on
|
/external/valgrind/main/docs/internals/ |
arm_thumb_notes_gdbserver.txt | 18 * 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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMBreakpointsSidebarPane.js | 139 message = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to its descendant %s."; 142 message = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to that node."; 144 message = "Paused on a \"%s\" breakpoint set on %s, because its descendant %s was removed."; 148 message = "Paused on a \"%s\" breakpoint set on %s."; 266 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Remove breakpoint" : "Remove Breakpoint"), removeBreakpoint.bind(this)); 287 element.classList.add("breakpoint-hit"); 294 this._highlightedElement.classList.remove("breakpoint-hit"); 309 var breakpoint = storedBreakpoints[i]; 310 if (breakpoint.url !== this._inspectedURL [all...] |
/external/llvm/docs/ |
DebuggingJITedCode.rst | 20 GDB attaches to a process, it puts a breakpoint in this function and loads all 22 function, GDB catches the breakpoint signal, loads the new object file from 93 Make breakpoint pending on future shared library load? (y or [n]) y 94 Breakpoint 1 (showdebug.c:6) pending. 99 Breakpoint 1, compute_factorial (n=5) at showdebug.c:6 110 Breakpoint 2 at 0x7ffff7ed404c: file showdebug.c, line 9. 114 Breakpoint 2, compute_factorial (n=1) at showdebug.c:9
|
/dalvik/vm/interp/ |
Interp.cpp | 59 * Initialize global breakpoint structures. 77 * This represents a breakpoint inserted in the instruction stream. 79 * The debugger may ask us to create the same breakpoint multiple times. 80 * We only remove the breakpoint when the last instance is cleared. 82 struct Breakpoint { 86 int setCount; /* #of times this breakpoint was set */ 96 /* vector of breakpoint structures */ 99 Breakpoint* breakpoints; 128 * Lock the breakpoint set. 146 * Unlock the breakpoint set [all...] |