diff options
author | Greg Clayton <gclayton@apple.com> | 2010-07-06 20:27:00 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-07-06 20:27:00 +0000 |
commit | 3afe8a9f1d2af931e02368f3d47006308d353352 (patch) | |
tree | 1804476810e035c51d1eb454bb6cc1cea2fe093f /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 34396292396879083b196c2f929d6903104379f8 (diff) | |
download | bcm5719-llvm-3afe8a9f1d2af931e02368f3d47006308d353352.tar.gz bcm5719-llvm-3afe8a9f1d2af931e02368f3d47006308d353352.zip |
Applied pid.patch from Jean-Daniel Dupas.
llvm-svn: 107692
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 7d22b9dca26..f58613b62f1 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -616,7 +616,7 @@ ProcessGDBRemote::DidLaunch () } Error -ProcessGDBRemote::DoAttach (pid_t attach_pid) +ProcessGDBRemote::DoAttach (lldb::pid_t attach_pid) { Error error; // Clear out and clean up from any current state |