diff options
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r-- | lldb/source/Target/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index fb43c407af0..e517d6c35a4 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -170,7 +170,7 @@ void Target::DeleteCurrentProcess() { } const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, - const char *plugin_name, + llvm::StringRef plugin_name, const FileSpec *crash_file) { DeleteCurrentProcess(); m_process_sp = Process::FindPlugin(shared_from_this(), plugin_name, |