[all-commits] [llvm/llvm-project] 84285e: [NFC][lldb][Windows] Clean up DebuggerThread (#202...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Wed Jun 10 03:41:47 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84285e4b27c7a286e864823904dc4a67aa09cca5
https://github.com/llvm/llvm-project/commit/84285e4b27c7a286e864823904dc4a67aa09cca5
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
M lldb/source/Plugins/Process/Windows/Common/DebuggerThread.h
Log Message:
-----------
[NFC][lldb][Windows] Clean up DebuggerThread (#202719)
- Fix typos in a llvm_unreachable string and a local variable name.
- Replace a C-style downcast to HostProcessWindows with static_cast.
- Drop redundant braces around a single-statement if and add the
namespace-closer comment in the header.
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