Lines Matching full:debugger
3 lldb -- The Debugger
16 :program:`lldb` is a next generation, high-performance debugger. It is built as
20 :program:`lldb` is the default debugger in Xcode on macOS and supports
31 Tells the debugger to attach to a process with the given name.
35 Tells the debugger to attach to a process with the given pid.
47 Tells the debugger to wait for a process with the given pid or name to launch before attaching.
58 Tells the debugger to run the commands from -s, -S, -o & -O, and then quit.
74 …Allow the debugger to parse the .lldbinit files in the current working directory, unless --no-lldb…
82 …Tells the debugger to execute this one-line lldb command before any file provided on the command l…
86 When in batch mode, tells the debugger to run this one-line lldb command if the target crashes.
90 …Tells the debugger to execute this one-line lldb command after any file provided on the command li…
106 …Tells the debugger to read in and execute the lldb commands in the given file, before any file has…
110 When in batch mode, tells the debugger to source this file of lldb commands if the target crashes.
114 …Tells the debugger not to echo commands while sourcing files or one-line commands provided on the …
118 …Tells the debugger to read in and execute the lldb commands in the given file, after any file has …
137 Tells the debugger to use the specified architecture when starting and running the program.
145 Tells the debugger to use the given filename for the reproducer.
149 Tells the debugger to capture a reproducer.
153 Tells the debugger to use the full path to <filename> as the core file.
161 Tells the debugger to print out extra information for debugging itself.
169 Tells the debugger to open source files using the host's "external editor" mechanism.
177 Tells the debugger to use the file <filename> as the program to be debugged.
185 Prints out the usage information for the LLDB debugger.
197 Tells the debugger to replay a reproducer from <filename>.
201 Prints out the current version number of the LLDB debugger.
251 Tells the debugger to use the specified scripting language for user-defined scripts.
256 The debugger can be started in several modes.