Searched refs:RNBRemote (Results 1 - 6 of 6) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBDefs.h52 class RNBRemote;
53 typedef std::shared_ptr<RNBRemote> RNBRemoteSP;
68 #define LOG_RNB_REMOTE ((LOG_LO_USER) << 4) // Log remote (RNBRemote)
H A DRNBRemote.cpp1 //===-- RNBRemote.cpp -------------------------------------------*- C++ -*-===//
14 #include "RNBRemote.h"
63 RNBRemote::RNBRemote () : function in class:RNBRemote
86 RNBRemote::~RNBRemote()
93 RNBRemote::CreatePacketTable ()
96 // 1 - Add new enumeration to RNBRemote::PacketEnum
97 // 2 - Create a the RNBRemote::HandlePacket_ function if a new function is needed
106 // in RNBRemote
[all...]
H A DRNBRemote.h1 //===-- RNBRemote.h ---------------------------------------------*- C++ -*-===//
33 class RNBRemote class
125 typedef rnb_err_t (RNBRemote::*HandlePacketCallback)(const char *p);
127 RNBRemote ();
128 ~RNBRemote ();
242 RNBRemote (const RNBRemote &);
295 rnb_err_t GetPacket (std::string &packet_data, RNBRemote::Packet& packet_info, bool wait);
H A Dlibdebugserver.cpp25 #include "RNBRemote.h"
64 RNBRemote* remote = remoteSP.get();
78 RNBRemote::PacketEnum type;
83 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait)
350 g_remoteSP.reset (new RNBRemote);
352 RNBRemote *remote = g_remoteSP.get();
H A Ddebugserver.cpp35 #include "RNBRemote.h"
77 RNBRunLoopGetStartModeFromRemote (RNBRemote* remote)
103 RNBRemote::PacketEnum type;
108 if (type == RNBRemote::vattach || type == RNBRemote::vattachwait || type == RNBRemote::vattachorwait)
126 if (type == RNBRemote::set_argv)
163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio)
264 RNBRemote::PacketEnum type;
273 if (type != RNBRemote
[all...]
H A DRNBContext.cpp19 #include "RNBRemote.h"
140 RNBRemote* remote = remoteSP.get();

Completed in 200 milliseconds