summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp2
-rw-r--r--lldb/source/Plugins/Platform/Linux/PlatformLinux.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
index f37a312cdfa..a9e390c99d0 100644
--- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
+++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
@@ -249,7 +249,7 @@ PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target,
}
lldb::ProcessSP
-PlatformLinux::Attach(lldb::pid_t pid,
+PlatformLinux::Attach(ProcessAttachInfo &attach_info,
Debugger &debugger,
Target *target,
Listener &listener,
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
index cbe18eb4055..10cdc6a55da 100644
--- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
+++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
@@ -95,8 +95,8 @@ namespace lldb_private {
BreakpointSite *bp_site);
virtual lldb::ProcessSP
- Attach(lldb::pid_t pid, Debugger &debugger, Target *target,
- Listener &listener, Error &error);
+ Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
+ Target *target, Listener &listener, Error &error);
protected:
OpenPOWER on IntegriCloud