<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear developers,<div><br></div><div>according to lldb -h the option -b / --batch should return to the command prompt if the underlying process hits a crash, something that does not happen in my case: </div><div><br></div><div># echo "run" > /tmp/after_load.txt<br></div><div># lldb -s /tmp/after_load.txt -b -- helloworld 2</div><div><div>(lldb) target create "helloworld"</div><div>Current executable set to 'helloworld' (x86_64).</div><div>(lldb) settings set -- target.run-args  "2"</div><div>(lldb) command source -s 0 '/tmp/after_load.txt'</div><div>Executing commands in '/tmp/after_load.txt'.</div><div>(lldb) run</div><div>Process 26342 exited with status = 0 (0x00000000) </div><div><br></div><div>Process 26342 launched: '/tmp/helloworld' (x86_64)</div></div><div># lldb -s /tmp/after_load.txt -b -- helloworld 3 </div><div>(lldb) target create "helloworld"</div><div>Current executable set to 'helloworld' (x86_64).</div><div>(lldb) settings set -- target.run-args  "3"</div><div>(lldb) command source -s 0 '/tmp/after_load.txt'</div><div>Executing commands in '/tmp/after_load.txt'.</div><div>(lldb) run</div><div>Process 26423 stopped</div><div>* thread #1, name = 'helloworld', stop reason = unknown crash reason</div><div>    frame #0: 0x00007ffff7a86d7f libc.so.6`__GI_raise + 271</div><div>libc.so.6`__GI_raise:</div><div>->  0x7ffff7a86d7f <+271>: movq   0x108(%rsp), %rcx</div><div>    0x7ffff7a86d87 <+279>: xorq   %fs:0x28, %rcx</div><div>    0x7ffff7a86d90 <+288>: movl   %r8d, %eax</div><div>    0x7ffff7a86d93 <+291>: jne    0x7ffff7a86dae            ; <+318></div><div><br></div><div>Process 26423 launched: '/tmp/helloworld' (x86_64)</div><div># </div><div><br></div><div>lldb terminated again and the control went back to the shell.</div><div><br></div><div>Let me know if any fix or workaround is available. </div><div><br></div><div>lldb 7.0.1, arch linux x64.</div><div><br></div><div>Yours,</div><div>Quaquaraqua</div></div></div></div></div></div>