llvm-project
b8002933 - [lldb] Add missing return statements in ThreadMemory (#126128)

Commit
308 days ago
[lldb] Add missing return statements in ThreadMemory (#126128) These prevented ThreadMemory from correctly returning the Name/Queue/Info of the backing thread. Note about testing: this test only finds regressions if the system sets a name or queue for the backing thread. While this may not be true everywhere, it still provides coverage in some systems, e.g. in Apple platforms.
Parents
Loading