[Bug 14323] New: LLDB does not support debugging multi-threaded programs (Linux/FreeBSD)

http://llvm.org/bugs/show_bug.cgi?id=14323

             Bug #: 14323
           Summary: LLDB does not support debugging multi-threaded
                    programs (Linux/FreeBSD)
           Product: lldb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: lldb-dev@cs.uiuc.edu
        ReportedBy: daniel.malea@intel.com
    Classification: Unclassified

LLDB ToT is able to debug single-threaded programs, but in multi-threaded
programs, only the main (first) thread is displayed.

Daniel Malea changed bug 14323

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    Resolution | — | FIXED |

Comment # 1 on bug 14323 from Daniel Malea

Most multi-threaded use-cases now work on POSIX-like operating systems now.
There may be bugs lurking in corner cases... If we find threading-related
problems for Linux/FreeBSD, we should log separate bugs for them.

Good work everyone who helped enable threading on LLDB!