[lldb-dev] Stopping "stop reason = exec"

Chris Lattner via lldb-dev lldb-dev at lists.llvm.org
Mon Dec 4 15:29:32 PST 2017


Hi all,

Is there anything I can put into my lldb init script to prevent LLDB from stopping on exec?  Every time I run a program I get this super irritating behavior:

Thanks for any help!

-Chris


Process 20310 launched: '/Users/clattner/Projects/build/Xcode-ReleaseAssert+swift-DebugAssert/swift-macosx-x86_64/Debug/bin/swift' (x86_64)
Process 20310 stopped
* thread #2, stop reason = exec
    frame #0: 0x000000010984f000 dyld`_dyld_start
dyld`_dyld_start:
->  0x10984f000 <+0>: popq   %rdi
    0x10984f001 <+1>: pushq  $0x0
    0x10984f003 <+3>: movq   %rsp, %rbp
    0x10984f006 <+6>: andq   $-0x10, %rsp
Target 0: (swift) stopped.
(lldb)


More information about the lldb-dev mailing list