[all-commits] [llvm/llvm-project] 2981ec: [debugserver] Share code between Enable/DisableHar...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sat Jan 18 11:38:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2981eceec337c26befe5f5d1b1031b254240e21d
https://github.com/llvm/llvm-project/commit/2981eceec337c26befe5f5d1b1031b254240e21d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
M lldb/tools/debugserver/source/MacOSX/MachThreadList.h
Log Message:
-----------
[debugserver] Share code between Enable/DisableHardwareWatchpoint (NFC)
This extract the common functionality of enabling and disabling hardware
watchpoints into a single function.
Differential revision: https://reviews.llvm.org/D72971
More information about the All-commits
mailing list