https://bugs.llvm.org/show_bug.cgi?id=48264

David Blaikie <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from David Blaikie <[email protected]> ---
That sounds correct to me - the program forked, so two processes reached those
two lines. lldb probably only follows one of those processes.

Try adding a printf/output between line 9 and 10, and you'll see it prints out
twice.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to