Lines Matching refs:colspan
25 <td class="header" colspan="2">Launch a process no arguments.</td>
43 … <td class="header" colspan="2">Launch a process with arguments <code><args></code>.</td>
61 …<td class="header" colspan="2">Launch a process for with arguments <b><code>a.out 1 2 3</code></b>…
87 <td class="header" colspan="2">Or:</td>
113 …<td class="header" colspan="2">Launch a process with arguments in new terminal window (macOS only)…
127 <td class="header" colspan="2">Launch a process with arguments in existing terminal
143 … <td class="header" colspan="2">Set environment variables for process before launching.</td>
161 … <td class="header" colspan="2">Unset environment variables for process before launching.</td>
177 …<td class="header" colspan="2">Show the arguments that will be or were passed to the program when …
196 …<td class="header" colspan="2">Set environment variables for process and launch process in one com…
208 <td class="header" colspan="2">Attach to a process with process ID 123.</td>
222 <td class="header" colspan="2">Attach to a process named "a.out".</td>
236 … <td class="header" colspan="2">Wait for a process named "a.out" to launch and attach.</td>
250 …<td class="header" colspan="2">Attach to a remote gdb protocol server running on system "eorgadd",…
262 …<td class="header" colspan="2">Attach to a remote gdb protocol server running on the local system,…
274 … <td class="header" colspan="2">Attach to a Darwin kernel in kdp mode on system "eorgadd".</td>
286 …<td class="header" colspan="2">Do a source level single step in the currently selected thread.</td>
304 …<td class="header" colspan="2">Do a source level single step over in the currently selected thread…
323 …<td class="header" colspan="2">Do an instruction level single step in the currently selected threa…
340 …<td class="header" colspan="2">Do an instruction level single step over in the currently selected …
356 <td class="header" colspan="2">Step out of the currently selected frame.</td>
372 …<td class="header" colspan="2">Return immediately from the currently selected frame, with an optio…
386 <td class="header" colspan="2">Backtrace and disassemble every time you stop.</td>
402 …<td class="header" colspan="2">Run until we hit line <b>12</b> or control leaves the current funct…
430 … <td class="header" colspan="2">Set a breakpoint at all functions named <b>main</b>.</td>
446 … <td class="header" colspan="2">Set a breakpoint in file <b>test.c</b> at line <b>12</b>.</td>
462 …<td class="header" colspan="2">Set a breakpoint at all C++ methods whose basename is <b>main</b>.<…
479 …<td class="header" colspan="2">Set a breakpoint at and object C function: <b>-[NSString stringWith…
495 …<td class="header" colspan="2">Set a breakpoint at all Objective-C methods whose selector is <b>co…
511 … <td class="header" colspan="2">Set a breakpoint by regular expression on function name.</td>
528 …<td class="header" colspan="2">Ensure that breakpoints by file and line work for #included .c/.cpp…
545 …<td class="header" colspan="2">Set a breakpoint by regular expression on source file contents.</td>
564 <td class="header" colspan="2">Set a conditional breakpoint</td>
581 <td class="header" colspan="2">List all breakpoints.</td>
597 <td class="header" colspan="2">Delete a breakpoint.</td>
613 <td class="header" colspan="2">Disable a breakpoint.</td>
629 <td class="header" colspan="2">Enable a breakpoint.</td>
661 … <td class="header" colspan="2">Set a watchpoint on a variable when it is written to.</td>
676 …<td class="header" colspan="2">Set a watchpoint on a memory location when it is written into. The …
691 <td class="header" colspan="2">Set a condition on a watchpoint.</td>
717 <td class="header" colspan="2">List all watchpoints.</td>
733 <td class="header" colspan="2">Delete a watchpoint.</td>
765 … <td class="header" colspan="2">Show the arguments and local variables for the current frame.</td>
784 <td class="header" colspan="2">Show the local variables for the current frame.</td>
800 <td class="header" colspan="2">Show the contents of local variable "bar".</td>
818 … <td class="header" colspan="2">Show the contents of local variable "bar" formatted as hex.</td>
834 <td class="header" colspan="2">Show the contents of global variable "baz".</td>
850 …<td class="header" colspan="2">Show the global/static variables defined in the current source file…
866 … <td class="header" colspan="2">Display the variables "argc" and "argv" every time you stop.</td>
888 …<td class="header" colspan="2">Display the variables "argc" and "argv" only when you stop in the f…
902 …<td class="header" colspan="2">Display the variable "*this" only when you stop in c class named <b…
916 …<td class="header" colspan="2">Print an array of integers in memory, assuming we have a pointer li…
945 … <td class="header" colspan="2">Evaluating a generalized expression in the current frame.</td>
965 … <td class="header" colspan="2">Creating and assigning a value to a convenience variable.</td>
992 <td class="header" colspan="2">Printing the ObjC "description" of an object.</td>
1009 … <td class="header" colspan="2">Print the dynamic type of the result of an expression.</td>
1030 …<td class="header" colspan="2">Calling a function so you can stop at a breakpoint in the function.…
1046 …<td class="header" colspan="2">Calling a function that crashes, and stopping when the function cra…
1077 <td class="header" colspan="2">List the threads in your program.</td>
1091 … <td class="header" colspan="2">Select thread 1 as the default thread for subsequent commands.</td>
1107 <td class="header" colspan="2">Show the stack backtrace for the current thread.</td>
1123 <td class="header" colspan="2">Show the stack backtraces for all threads.</td>
1137 … <td class="header" colspan="2">Backtrace the first five frames of the current thread.</td>
1153 …<td class="header" colspan="2">Select a different stack frame by index for the current thread.</td>
1170 …<td class="header" colspan="2">List information about the currently selected frame in the current …
1182 … <td class="header" colspan="2">Select the stack frame that called the current stack frame.</td>
1197 …<td class="header" colspan="2">Select the stack frame that is called by the current stack frame.</…
1214 … <td class="header" colspan="2">Select a different stack frame using a relative offset.</td>
1237 … <td class="header" colspan="2">Show the general purpose registers for the current thread.</td>
1251 …<td class="header" colspan="2">Write a new decimal value '123' to the current thread register 'rax…
1265 …<td class="header" colspan="2">Skip 8 bytes ahead of the current program counter (instruction poin…
1279 …<td class="header" colspan="2">Show the general purpose registers for the current thread formatted…
1298 …<td class="header" colspan="2">Show all registers in all register sets for the current thread.</td>
1314 …<td class="header" colspan="2">Show the values for the registers named "rax", "rsp" and "rbp" in t…
1328 …<td class="header" colspan="2">Show the values for the register named "rax" in the current thread …
1351 …<td class="header" colspan="2">Read memory from address 0xbffff3c0 and show 4 hex uint32_t values.…
1378 <td class="header" colspan="2">Read memory starting at the expression "argv[0]".</td>
1396 …<td class="header" colspan="2">Read 512 bytes of memory from address 0xbffff3c0 and save results t…
1420 …<td class="header" colspan="2">Save binary memory data starting at 0x1000 and ending at 0x2000 to …
1434 …<td class="header" colspan="2">Get information about a specific heap allocation (available on macO…
1450 …<td class="header" colspan="2">Get information about a specific heap allocation and cast the resul…
1463 …<td class="header" colspan="2">Find all heap blocks that contain a pointer specified by an express…
1476 …<td class="header" colspan="2">Find all heap blocks that contain a C string anywhere in the block …
1489 … <td class="header" colspan="2">Disassemble the current function for the current frame.</td>
1503 <td class="header" colspan="2">Disassemble any functions named <b>main</b>.</td>
1517 <td class="header" colspan="2">Disassemble an address range.</td>
1532 <td class="header" colspan="2">Disassemble 20 instructions from a given address.</td>
1547 …<td class="header" colspan="2">Show mixed source and disassembly for the current function for the …
1561 …<td class="header" colspan="2">Disassemble the current function for the current frame and show the…
1575 … <td class="header" colspan="2">Disassemble the current source line for the current frame.</td>
1604 … <td class="header" colspan="2">List the main executable and all dependent shared libraries.</td>
1618 …<td class="header" colspan="2">Look up information for a raw address in the executable or any shar…
1634 … <td class="header" colspan="2">Look up functions matching a regular expression in a binary.</td>
1655 <td class="header" colspan="2">Find full source line information.</td>
1674 … <td class="header" colspan="2">Look up information for an address in <b>a.out</b> only.</td>
1688 … <td class="header" colspan="2">Look up information for for a type <code>Point</code> by name.</td>
1704 …<td class="header" colspan="2">Dump all sections from the main executable and any shared libraries…
1718 <td class="header" colspan="2">Dump all sections in the <b>a.out</b> module.</td>
1730 …<td class="header" colspan="2">Dump all symbols from the main executable and any shared libraries.…
1742 … <td class="header" colspan="2">Dump all symbols in <b>a.out</b> and <b>liba.so</b>.</td>
1769 <td class="header" colspan="2">Search command help for a keyword.</td>
1783 <td class="header" colspan="2">Echo text to the screen.</td>
1797 …<td class="header" colspan="2">Remap source file pathnames for the debug session. If your source f…
1811 … <td class="header" colspan="2">Supply a catchall directory to search for source files in.</td>