summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-06-23 03:17:01 +0000
committerChaoren Lin <chaorenl@google.com>2015-06-23 03:17:01 +0000
commit7a30608026825c7c558f029384d257d016992775 (patch)
treea01e080331f15f194376c62d6e8e1748190f0858 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parent7e37afb77e067ce939f101955bf88d8ef8df389c (diff)
downloadbcm5719-llvm-7a30608026825c7c558f029384d257d016992775.tar.gz
bcm5719-llvm-7a30608026825c7c558f029384d257d016992775.zip
Revert "Reduced packet counts to the remote GDB server where possible."
This reverts commit 0cc0745ea9c68d7fdcadc9904cee3f13c96dae60. Due to breakage on Linux build bot: http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/3436 llvm-svn: 240371
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index 29ca17ef9cb..02f449ffca4 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -323,9 +323,6 @@ protected:
void
GetMaxMemorySize();
- bool
- CalculateThreadStopInfo (ThreadGDBRemote *thread);
-
//------------------------------------------------------------------
/// Broadcaster event bits definitions.
//------------------------------------------------------------------
@@ -349,7 +346,6 @@ protected:
typedef std::vector< std::pair<lldb::tid_t,int> > tid_sig_collection;
typedef std::map<lldb::addr_t, lldb::addr_t> MMapMap;
tid_collection m_thread_ids; // Thread IDs for all threads. This list gets updated after stopping
- StructuredData::ObjectSP m_threads_info_sp; // Stop info for all threads if "jThreadsInfo" packet is supported
tid_collection m_continue_c_tids; // 'c' for continue
tid_sig_collection m_continue_C_tids; // 'C' for continue with signal
tid_collection m_continue_s_tids; // 's' for step
@@ -383,19 +379,6 @@ protected:
lldb::StateType
SetThreadStopInfo (StringExtractor& stop_packet);
- lldb::StateType
- SetThreadStopInfo (StructuredData::Dictionary *thread_dict);
-
- lldb::ThreadSP
- SetThreadStopInfo (lldb::tid_t tid,
- uint8_t signo,
- const std::string &thread_name,
- const std::string &reason,
- const std::string &description,
- uint32_t exc_type,
- const std::vector<lldb::addr_t> &exc_data,
- lldb::addr_t thread_dispatch_qaddr);
-
void
HandleStopReplySequence ();
OpenPOWER on IntegriCloud