We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01387c4 commit 20e36f3Copy full SHA for 20e36f3
lldb/source/Host/windows/Host.cpp
@@ -131,8 +131,8 @@ FileSpec Host::GetModuleFileSpecForHostAddress(const void *host_addr) {
131
return module_filespec;
132
}
133
134
-uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info,
135
- ProcessInstanceInfoList &process_infos) {
+uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
+ ProcessInstanceInfoList &process_infos) {
136
process_infos.clear();
137
138
AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0));
0 commit comments