Skip to content
Snippets Groups Projects
Commit fb2b629d authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Update PlatformLinux::Attach signature.

llvm-svn: 145020
parent 0e7e3fc1
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target, ...@@ -249,7 +249,7 @@ PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target,
} }
lldb::ProcessSP lldb::ProcessSP
PlatformLinux::Attach(lldb::pid_t pid, PlatformLinux::Attach(ProcessAttachInfo &attach_info,
Debugger &debugger, Debugger &debugger,
Target *target, Target *target,
Listener &listener, Listener &listener,
......
...@@ -95,8 +95,8 @@ namespace lldb_private { ...@@ -95,8 +95,8 @@ namespace lldb_private {
BreakpointSite *bp_site); BreakpointSite *bp_site);
virtual lldb::ProcessSP virtual lldb::ProcessSP
Attach(lldb::pid_t pid, Debugger &debugger, Target *target, Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
Listener &listener, Error &error); Target *target, Listener &listener, Error &error);
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment