[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Multithread support

2019-11-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny abandoned this revision. mgorny added a comment. I'm going to upload a new series shortly. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64647/new/ https://reviews.llvm.org/D64647 ___ lldb-commits mailing list lldb-commits@lists.llvm

[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Multithread support

2019-10-31 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 227295. mgorny added a comment. Another WIP update. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64647/new/ https://reviews.llvm.org/D64647 Files: lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentBreakpo

[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Multithread support

2019-09-20 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Nevermind that long report, it actually turned out to be a bug in NetBSD kernel that resulted in the thread not being resumed. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64647/new/ https://reviews.llvm.org/D64647 ___

[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Multithread support

2019-09-19 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Herald added a subscriber: dexonsmith. So I've made some progress on this. However, I'm stuck and I'd use some help going forward. I've made a trivial two-threaded program: #include #include #include #include void* thread_func(void* x) { printf("

[Lldb-commits] [PATCH] D64647: [lldb] [Process/NetBSD] Multithread support

2019-09-19 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 220871. mgorny marked 5 inline comments as done. mgorny retitled this revision from "[lldb] [Process/NetBSD] Implement per-thread execution control" to " [lldb] [Process/NetBSD] Multithread support". mgorny edited the summary of this revision. Herald added a r