Skip to content

Commit 20e36f3

Browse files
committed
[lldb/Host] s/FindProcesses/FindProcessesImpl/ in windows/Host.cpp
Fix the Windows build.
1 parent 01387c4 commit 20e36f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Host/windows/Host.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) {
131131
return module_filespec;
132132
}
133133

134-
uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info,
135-
ProcessInstanceInfoList &process_infos) {
134+
uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
135+
ProcessInstanceInfoList &process_infos) {
136136
process_infos.clear();
137137

138138
AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));

0 commit comments

Comments
 (0)