[all-commits] [llvm/llvm-project] bd9030: [debugserver] Move constants into TaskPortForProce...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 5 16:32:57 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd9030e762c0bd27f536a3e81d8e8e6c012b49d6
https://github.com/llvm/llvm-project/commit/bd9030e762c0bd27f536a3e81d8e8e6c012b49d6
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/MachTask.h
M lldb/tools/debugserver/source/MacOSX/MachTask.mm
Log Message:
-----------
[debugserver] Move constants into TaskPortForProcessID (NFC) (#166670)
I was looking at the calls to `usleep` in debugserver and noticed that
these default arguments are never overwritten. I converted them to
constants in the function, which makes it easier to reason about.
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