[all-commits] [llvm/llvm-project] 90a51a: [lldb] Implement bidirectional access for backing<...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Mon Feb 3 13:41:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90a51a443a2fc900e514279fa6ea8882c48b10fa
https://github.com/llvm/llvm-project/commit/90a51a443a2fc900e514279fa6ea8882c48b10fa
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M lldb/include/lldb/Target/Thread.h
M lldb/include/lldb/Target/ThreadList.h
M lldb/source/Plugins/Process/Utility/ThreadMemory.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Target/ThreadList.cpp
Log Message:
-----------
[lldb] Implement bidirectional access for backing<->backed thread relationship (#125300)
This enables finding the backed thread from the backing thread without
going through the thread list, and it will be useful for subsequent
commits.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list