[all-commits] [llvm/llvm-project] 21f98f: [lldb-dap] Fix format string on Mac OS (#169933)
Nicolas Miller via All-commits
all-commits at lists.llvm.org
Wed Dec 3 15:34:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21f98f978c65d5f98cc1453adbdb86c36fda1fd5
https://github.com/llvm/llvm-project/commit/21f98f978c65d5f98cc1453adbdb86c36fda1fd5
Author: Nicolas Miller <nicolas.pierre.miller at gmail.com>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M lldb/tools/lldb-dap/Handler/AttachRequestHandler.cpp
Log Message:
-----------
[lldb-dap] Fix format string on Mac OS (#169933)
On Mac `unsigned long long` corresponds to `uint64_t` so `%llu` is
needed.
Simply always using `%llu` and upcasting to `unsigned long long` should
make it work fine.
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