Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Check for thread select instructions rather than output.
lldb/test/Shell/Register/Core/x86-64-linux-multithread.test | ||
---|---|---|
21 | Fun fact: it seems that register read outputs immediately while thread select can output after register read output. Weird. |
Comment Actions
@labath, could you give me at least a rough idea how you feel about this one? I'd like to know if I need to change the test code before I start adding coredumps for more architectures.
Fun fact: it seems that register read outputs immediately while thread select can output after register read output. Weird.