| Issue |
179700
|
| Summary |
lldb --batch does not automatically quit if there are no commands to run
|
| Labels |
lldb
|
| Assignees |
|
| Reporter |
DavidSpickett
|
LLDB:
```
$ ./bin/lldb --batch
(lldb) q
```
I have to issue a quit myself.
GDB:
```
$ gdb --batch
$
```
GDB exits automatically. I think LLDB should too.
Here's how they both describe it:
```
$ ./bin/lldb --help | grep batch
--batch Tells the debugger to run the commands from -s, -S, -o & -O, and then quit
$ gdb --help | grep batch
--batch Exit after processing options.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs