Skip to content

Commit

Permalink
[lldb/Host] s/FindProcesses/FindProcessesImpl/ in windows/Host.cpp
Browse files Browse the repository at this point in the history
Fix the Windows build.
  • Loading branch information
JDevlieghere committed Mar 13, 2020
1 parent 01387c4 commit 20e36f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lldb/source/Host/windows/Host.cpp
Expand Up @@ -131,8 +131,8 @@ FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) {
return module_filespec;
}

uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info,
ProcessInstanceInfoList &process_infos) {
uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
ProcessInstanceInfoList &process_infos) {
process_infos.clear();

AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
Expand Down

0 comments on commit 20e36f3

Please sign in to comment.