commit | f2a4d2e8412e3943c480c8a534eaea56844a9e56 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Jul 06 20:27:00 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Jul 06 20:27:00 2010 +0000 |
tree | 1088b22a1b253e4e7e5d28e01dbaca77e21755a1 | |
parent | 2ee73ea4ce3aa899885fa6bd7ea7119b675e982d [diff] [blame] |
Applied pid.patch from Jean-Daniel Dupas. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@107692 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 7d22b9d..f58613b 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -616,7 +616,7 @@ } 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