diff options
author | Greg Clayton <gclayton@apple.com> | 2010-12-17 15:50:20 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-12-17 15:50:20 +0000 |
commit | 442d7544acd775d297a4a1fb72bb0e8412f21cee (patch) | |
tree | 38d703c767f3583c14c1c807bf9066191a924d1b /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | |
parent | 77815438d1a74f65bc23f0aeec96303106a171cf (diff) | |
download | bcm5719-llvm-442d7544acd775d297a4a1fb72bb0e8412f21cee.tar.gz bcm5719-llvm-442d7544acd775d297a4a1fb72bb0e8412f21cee.zip |
Removed libunwind sources as we aren't using them anymore.
llvm-svn: 122059
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp index c1b5fa47d93..f5491cb9202 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp @@ -20,11 +20,9 @@ #include "lldb/Target/Unwind.h" #include "lldb/Breakpoint/WatchpointLocation.h" -#include "LibUnwindRegisterContext.h" #include "ProcessGDBRemote.h" #include "ProcessGDBRemoteLog.h" #include "Utility/StringExtractorGDBRemote.h" -#include "UnwindLibUnwind.h" #include "UnwindMacOSXFrameBackchain.h" #include "UnwindLLDB.h" |