Lines Matching full:program

6 .. program:: lldb
11 | :program:`lldb` [*options*] *executable*
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
137 Tells the debugger to use the specified architecture when starting and running the program.
177 Tells the debugger to use the file <filename> as the program to be debugged.
263 lldb --arch x86_64 /path/to/program program argument -- --arch armv7
267 lldb --arch x86_64 -- /path/to/program program argument --arch armv7
269 Passing one of the attach options causes :program:`lldb` to immediately attach
275 Passing --repl starts :program:`lldb` in REPL mode.
279 Passing --core causes :program:`lldb` to debug the core file.
283 Command options can be combined with these modes and cause :program:`lldb` to
297 In :program:`lldb` there is a help command which can be used to find
298 descriptions and examples of all :program:`lldb` commands. To get help on
309 :program:`lldb` reads things like settings, aliases and commands from the
312 First, :program:`lldb` will try to read the application specific init file
314 program. This would be ~/.lldbinit-lldb for the command line :program:`lldb`
316 file, :program:`lldb` will look for an init file in the home directory.
320 exist, or :program:`lldb` wasn't launch with `REPL`_, meaning there is neither
325 For security reasons, :program:`lldb` will print a warning and not source this
343 for :program:`lldb` users ‐‐ the gdb/lldb command equivalence page