[all-commits] [llvm/llvm-project] 83be20: [NFC][lldb] move m_stop_info and m_stop_descriptio...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Mon Jun 8 04:46:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83be200f418f8581f30415b0315d105965a63727
https://github.com/llvm/llvm-project/commit/83be200f418f8581f30415b0315d105965a63727
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M lldb/include/lldb/Host/common/NativeThreadProtocol.h
M lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
M lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h
M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
M lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h
M lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
M lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h
Log Message:
-----------
[NFC][lldb] move m_stop_info and m_stop_description up a class (#201858)
Now that Windows also clears stale thread info on resume
(https://github.com/llvm/llvm-project/pull/201595), `m_stop_description`
and `m_stop_info` can be moved into `NativeThreadProtocol`.
rdar://178725507
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