diff options
author | Jim Ingham <jingham@apple.com> | 2014-02-21 22:36:11 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2014-02-21 22:36:11 +0000 |
commit | eac0aa47b4f7217f4ea3e115dee5b20ed46a23c6 (patch) | |
tree | a488ca0600e3498da7ae6cd798ec8e9fc033fbf6 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 9d67cc59c462f8321b41ee8ec9155d88b6ec1b6b (diff) | |
download | bcm5719-llvm-eac0aa47b4f7217f4ea3e115dee5b20ed46a23c6.tar.gz bcm5719-llvm-eac0aa47b4f7217f4ea3e115dee5b20ed46a23c6.zip |
Oops, probably ought to turn on that fix...
llvm-svn: 201897
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 5e3ba3f19ef..96701bd830a 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -2022,7 +2022,7 @@ ProcessGDBRemote::DoDestroy () if (packet_cmd == 'W' || packet_cmd == 'X') { -#if 0 && defined(__APPLE__) +#if defined(__APPLE__) // For Native processes on Mac OS X, we launch through the Host Platform, then hand the process off // to debugserver, which becomes the parent process through "PT_ATTACH". Then when we go to kill // the process on Mac OS X we call ptrace(PT_KILL) to kill it, then we call waitpid which returns |