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/ProcessGDBRemote.h | |
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/ProcessGDBRemote.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index a2b5898b34e..74905d0e646 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -29,7 +29,6 @@ #include "GDBRemoteCommunication.h" #include "Utility/StringExtractor.h" #include "GDBRemoteRegisterContext.h" -#include "libunwind/include/libunwind.h" class ThreadGDBRemote; @@ -335,8 +334,6 @@ protected: lldb::addr_t m_dispatch_queue_offsets_addr; uint32_t m_packet_timeout; size_t m_max_memory_size; // The maximum number of bytes to read/write when reading and writing memory - lldb_private::unw_targettype_t m_libunwind_target_type; - lldb_private::unw_addr_space_t m_libunwind_addr_space; // libunwind address space object for this process. bool m_waiting_for_attach; bool m_local_debugserver; // Is the debugserver process we are talking to local or on another machine. @@ -384,11 +381,6 @@ private: //------------------------------------------------------------------ DISALLOW_COPY_AND_ASSIGN (ProcessGDBRemote); - lldb_private::unw_addr_space_t - GetLibUnwindAddressSpace (); - - void - DestoryLibUnwindAddressSpace (); }; #endif // liblldb_ProcessGDBRemote_h_ |