Lines Matching full:debugger

40 \fBlldb\fP is a next generation, high\-performance debugger. It is built as
44 \fBlldb\fP is the default debugger in Xcode on macOS and supports
53 Tells the debugger to attach to a process with the given name.
58 Tells the debugger to attach to a process with the given pid.
73 Tells the debugger to wait for a process with the given pid or name to launch before attaching.
84 Tells the debugger to run the commands from \-s, \-S, \-o & \-O, and then quit.
104 Allow the debugger to parse the .lldbinit files in the current working directory, unless \-\-no\-ll…
114 Tells the debugger to execute this one\-line lldb command before any file provided on the command l…
119 When in batch mode, tells the debugger to run this one\-line lldb command if the target crashes.
124 Tells the debugger to execute this one\-line lldb command after any file provided on the command li…
144 Tells the debugger to read in and execute the lldb commands in the given file, before any file has …
149 When in batch mode, tells the debugger to source this file of lldb commands if the target crashes.
154 Tells the debugger to execute this one\-line lldb command before any file has been loaded.
159 Tells the debugger to read in and execute the lldb commands in the given file, after any file has b…
180 Tells the debugger to use the specified architecture when starting and running the program.
190 Tells the debugger to use the given filename for the reproducer.
195 Tells the debugger to capture a reproducer.
200 Tells the debugger to use the full path to <filename> as the core file.
210 Tells the debugger to print out extra information for debugging itself.
220 Tells the debugger to open source files using the host\(aqs "external editor" mechanism.
230 Tells the debugger to use the file <filename> as the program to be debugged.
240 Prints out the usage information for the LLDB debugger.
255 Tells the debugger to replay a reproducer from <filename>.
260 Prints out the current version number of the LLDB debugger.
312 Tells the debugger to use the specified scripting language for user\-defined scripts.
316 The debugger can be started in several modes.