Lines Matching full:repl
211 REPL chapter
216 Alias for --repl=<flags>
218 .. option:: --repl-language <language>
220 Chooses the language for the REPL.
222 .. option:: --repl=<flags>
224 Runs lldb in REPL mode with a stub process with the given flags.
228 Alias for --repl-language
275 Passing --repl starts :program:`lldb` in REPL mode.
291 Note: In REPL mode no file is loaded, so commands specified to run after
317 If launched with a `REPL`_ option, it will first look for a REPL configuration
318 file, specific to the REPL language. The init file should be named as follow:
319 ``.lldbinit-<language>-repl`` (i.e. ``.lldbinit-swift-repl``). If this file doesn't
320 exist, or :program:`lldb` wasn't launch with `REPL`_, meaning there is neither
321 a REPL init file nor an application specific init file, ``lldb`` will fallback to