diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp')
| -rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp index c5200d20b60..c8f69034e84 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp @@ -192,11 +192,10 @@ PlatformLinux::~PlatformLinux() } uint32_t -PlatformLinux::FindProcessesByName (const char *name_match, - NameMatchType name_match_type, - ProcessInfoList &process_infos) +PlatformLinux:: FindProcesses const ProcessInfoMatch &match_info, + ProcessInfoList &process_infos() { - return Host::FindProcessesByName (name_match, name_match_type, process_infos); + return Host:: FindProcesses (match_info, process_infos); } bool |

