diff options
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 574cd0fd70c57..11fd40bce44f7 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -89,7 +89,7 @@ public:    /// Sends a GDB remote protocol 'A' packet that delivers program    /// arguments to the remote server.    /// -  /// \param[in] argv +  /// \param[in] launch_info    ///     A NULL terminated array of const C strings to use as the    ///     arguments.    /// @@ -155,7 +155,7 @@ public:    /// Sets the path to use for stdin/out/err for a process    /// that will be launched with the 'A' packet.    /// -  /// \param[in] path +  /// \param[in] file_spec    ///     The path to use for stdin/out/err    ///    /// \return @@ -596,6 +596,8 @@ protected:    Status GetQXferMemoryMapRegionInfo(lldb::addr_t addr,                                       MemoryRegionInfo ®ion); +  LazyBool GetThreadPacketSupported(lldb::tid_t tid, llvm::StringRef packetStr); +  private:    DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);  }; | 
