Lines Matching refs:GDBRemoteCommunicationServerLLGS
72 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS
81 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
83 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
85 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
87 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
89 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
91 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
94 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
97 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
99 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
101 &GDBRemoteCommunicationServerLLGS::Handle_p); in RegisterPacketHandlers()
103 &GDBRemoteCommunicationServerLLGS::Handle_P); in RegisterPacketHandlers()
105 &GDBRemoteCommunicationServerLLGS::Handle_qC); in RegisterPacketHandlers()
108 &GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo); in RegisterPacketHandlers()
111 &GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress); in RegisterPacketHandlers()
114 &GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir); in RegisterPacketHandlers()
117 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo); in RegisterPacketHandlers()
120 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported); in RegisterPacketHandlers()
123 &GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo); in RegisterPacketHandlers()
126 &GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo); in RegisterPacketHandlers()
129 &GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState); in RegisterPacketHandlers()
132 &GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState); in RegisterPacketHandlers()
135 &GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR); in RegisterPacketHandlers()
138 &GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir); in RegisterPacketHandlers()
141 &GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo); in RegisterPacketHandlers()
144 &GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo); in RegisterPacketHandlers()
147 &GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo); in RegisterPacketHandlers()
150 &GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo); in RegisterPacketHandlers()
153 &GDBRemoteCommunicationServerLLGS::Handle_qXfer_auxv_read); in RegisterPacketHandlers()
155 &GDBRemoteCommunicationServerLLGS::Handle_s); in RegisterPacketHandlers()
158 &GDBRemoteCommunicationServerLLGS::Handle_stop_reason); // ? in RegisterPacketHandlers()
161 &GDBRemoteCommunicationServerLLGS::Handle_vAttach); in RegisterPacketHandlers()
164 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
167 &GDBRemoteCommunicationServerLLGS::Handle_vCont_actions); in RegisterPacketHandlers()
170 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
172 &GDBRemoteCommunicationServerLLGS::Handle_Z); in RegisterPacketHandlers()
174 &GDBRemoteCommunicationServerLLGS::Handle_z); in RegisterPacketHandlers()
177 &GDBRemoteCommunicationServerLLGS::Handle_QPassSignals); in RegisterPacketHandlers()
181 &GDBRemoteCommunicationServerLLGS::Handle_jTraceStart); in RegisterPacketHandlers()
184 &GDBRemoteCommunicationServerLLGS::Handle_jTraceRead); in RegisterPacketHandlers()
187 &GDBRemoteCommunicationServerLLGS::Handle_jTraceRead); in RegisterPacketHandlers()
190 &GDBRemoteCommunicationServerLLGS::Handle_jTraceStop); in RegisterPacketHandlers()
193 &GDBRemoteCommunicationServerLLGS::Handle_jTraceConfigRead); in RegisterPacketHandlers()
203 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo()
207 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess()
281 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess()
327 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate()
340 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
570 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread(
787 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited(
812 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped(
839 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged(
884 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) {
888 void GDBRemoteCommunicationServerLLGS::DataAvailableCallback() {
923 Status GDBRemoteCommunicationServerLLGS::InitializeConnection(
936 GDBRemoteCommunicationServerLLGS::SendONotification(const char *buffer,
950 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) {
972 void GDBRemoteCommunicationServerLLGS::StartSTDIOForwarding() {
993 void GDBRemoteCommunicationServerLLGS::StopSTDIOForwarding() {
997 void GDBRemoteCommunicationServerLLGS::SendProcessOutput() {
1028 GDBRemoteCommunicationServerLLGS::Handle_jTraceStart(
1094 GDBRemoteCommunicationServerLLGS::Handle_jTraceStop(
1129 GDBRemoteCommunicationServerLLGS::Handle_jTraceConfigRead(
1187 GDBRemoteCommunicationServerLLGS::Handle_jTraceRead(
1253 GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo(
1275 GDBRemoteCommunicationServerLLGS::Handle_qC(StringExtractorGDBRemote &packet) {
1297 GDBRemoteCommunicationServerLLGS::Handle_k(StringExtractorGDBRemote &packet) {
1318 GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR(
1329 GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir(
1339 GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir(
1352 GDBRemoteCommunicationServerLLGS::Handle_C(StringExtractorGDBRemote &packet) {
1433 GDBRemoteCommunicationServerLLGS::Handle_c(StringExtractorGDBRemote &packet) {
1473 GDBRemoteCommunicationServerLLGS::Handle_vCont_actions(
1482 GDBRemoteCommunicationServerLLGS::Handle_vCont(
1585 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) {
1594 void GDBRemoteCommunicationServerLLGS::SetContinueThreadID(lldb::tid_t tid) {
1602 GDBRemoteCommunicationServerLLGS::Handle_stop_reason(
1614 GDBRemoteCommunicationServerLLGS::SendStopReasonForState(
1653 GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo(
1857 GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo(
1892 GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo(
1900 GDBRemoteCommunicationServerLLGS::Handle_p(StringExtractorGDBRemote &packet) {
1977 GDBRemoteCommunicationServerLLGS::Handle_P(StringExtractorGDBRemote &packet) {
2062 GDBRemoteCommunicationServerLLGS::Handle_H(StringExtractorGDBRemote &packet) {
2140 GDBRemoteCommunicationServerLLGS::Handle_I(StringExtractorGDBRemote &packet) {
2175 GDBRemoteCommunicationServerLLGS::Handle_interrupt(
2201 GDBRemoteCommunicationServerLLGS::Handle_memory_read(
2283 GDBRemoteCommunicationServerLLGS::Handle_M(StringExtractorGDBRemote &packet) {
2363 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported(
2397 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo(
2466 GDBRemoteCommunicationServerLLGS::Handle_Z(StringExtractorGDBRemote &packet) {
2560 GDBRemoteCommunicationServerLLGS::Handle_z(StringExtractorGDBRemote &packet) {
2647 GDBRemoteCommunicationServerLLGS::Handle_s(StringExtractorGDBRemote &packet) {
2698 GDBRemoteCommunicationServerLLGS::Handle_qXfer_auxv_read(
2788 GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState(
2836 GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState(
2897 GDBRemoteCommunicationServerLLGS::Handle_vAttach(
2933 GDBRemoteCommunicationServerLLGS::Handle_D(StringExtractorGDBRemote &packet) {
2980 GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo(
2997 GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo(
3024 GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo(
3049 GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress(
3078 GDBRemoteCommunicationServerLLGS::Handle_QPassSignals(
3111 void GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection() {
3136 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix(
3188 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const {
3201 uint32_t GDBRemoteCommunicationServerLLGS::GetNextSavedRegistersID() {
3206 void GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData() {
3214 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path,