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
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
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
___
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("
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