summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/RNBContext.h')
-rw-r--r--lldb/tools/debugserver/source/RNBContext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/tools/debugserver/source/RNBContext.h b/lldb/tools/debugserver/source/RNBContext.h
index c2a0d3374d7..9159057329f 100644
--- a/lldb/tools/debugserver/source/RNBContext.h
+++ b/lldb/tools/debugserver/source/RNBContext.h
@@ -42,9 +42,7 @@ public:
all_event_bits = sticky_event_bits | normal_event_bits
} event_t;
- //------------------------------------------------------------------
// Constructors and Destructors
- //------------------------------------------------------------------
RNBContext()
: m_pid(INVALID_NUB_PROCESS), m_pid_stop_count(0),
m_events(0, all_event_bits), m_pid_pthread(), m_launch_status(),
@@ -127,9 +125,7 @@ public:
bool GetDetachOnError() { return m_detach_on_error; }
protected:
- //------------------------------------------------------------------
// Classes that inherit from RNBContext can see and modify these
- //------------------------------------------------------------------
nub_process_t m_pid;
std::string m_stdin;
std::string m_stdout;
@@ -153,9 +149,7 @@ protected:
static void *ThreadFunctionProcessStatus(void *arg);
private:
- //------------------------------------------------------------------
// Outlaw copy and assignment operators
- //------------------------------------------------------------------
RNBContext(const RNBContext &rhs);
RNBContext &operator=(const RNBContext &rhs);
};
OpenPOWER on IntegriCloud