Home
last modified time | relevance | path

Searched refs:GetChar (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp40 if (!line_extractor.GetBytesLeft() || (line_extractor.GetChar() != '-')) in ParseMemoryRegionInfoFromProcMapsLine()
49 if (!line_extractor.GetBytesLeft() || (line_extractor.GetChar() != ' ')) in ParseMemoryRegionInfoFromProcMapsLine()
69 const char read_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine()
79 const char write_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine()
89 const char exec_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine()
99 const char sharing_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine()
110 line_extractor.GetChar(); // Read the device id separator in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp341 if (packet.GetChar() == ':') { in Handle_qfProcessInfo()
520 if (packet.GetChar() == ',') { in Handle_vFile_Open()
522 if (packet.GetChar() == ',') { in Handle_vFile_Open()
578 if (packet.GetChar() == ',') { in Handle_vFile_pRead()
580 if (packet.GetChar() == ',') { in Handle_vFile_pRead()
616 if (packet.GetChar() == ',') { in Handle_vFile_pWrite()
618 if (packet.GetChar() == ',') { in Handle_vFile_pWrite()
711 packet.GetChar(); // Skip ',' char in Handle_vFile_symlink()
744 if (packet.GetChar() == ',') { in Handle_qPlatform_shell()
747 if (packet.GetChar() == ',') in Handle_qPlatform_shell()
[all …]
H A DGDBRemoteCommunicationClient.cpp699 if (response.GetChar() != 'm') { in ReadMemoryTags()
774 if (response.GetChar() == 'Q') { in GetCurrentProcessID()
775 if (response.GetChar() == 'C') { in GetCurrentProcessID()
863 if (response.GetChar() == 'E') { in LaunchProcess()
1195 if (response.GetChar() == 'Q' && response.GetChar() == 'C') { in GetDefaultThreadId()
2906 char ch = response.GetChar(); in GetCurrentProcessAndThreadIDs()
2920 ch = response.GetChar(); // Skip the command separator in GetCurrentProcessAndThreadIDs()
3005 if (response.GetChar() != 'F') in RunShellCommand()
3007 if (response.GetChar() != ',') in RunShellCommand()
3014 if (response.GetChar() != ',') in RunShellCommand()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp1723 packet.GetChar(); in Handle_vCont()
1731 const char action = packet.GetChar(); in Handle_vCont()
1774 packet.GetChar(); in Handle_vCont()
2269 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != '=')) in Handle_P()
2341 const char h_variant = packet.GetChar(); in Handle_H()
2505 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != ',')) in Handle_memory_read()
2539 char kind = packet.GetChar('?'); in Handle_memory_read()
2572 if (packet.GetChar() != ',') in Handle__M()
2576 switch (packet.GetChar()) { in Handle__M()
2652 if ((packet.GetBytesLeft() < 1) || (packet.GetChar() != ',')) in Handle_M()
[all …]
H A DGDBRemoteClientBase.cpp97 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse()
205 response.GetChar(); in ReadPacketWithOutputSupport()
H A DGDBRemoteCommunicationServerPlatform.cpp320 if (packet.GetChar() != ',') in Handle_qPathComplete()
H A DProcessGDBRemote.cpp1495 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()
2203 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo()
3792 if (response.GetBytesLeft() > 0 && response.GetChar('-') == ';') { in AsyncThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h58 char GetChar(char fail_value = '\0');
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp505 if (GetChar() == ';') { in GetStatus()
H A DStringExtractor.cpp43 char StringExtractor::GetChar(char fail_value) { in GetChar() function in StringExtractor
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp638 int GetChar() { return ::wgetch(m_window); } in GetChar() function in lldb_private::curses::Window
4335 ch = m_window_sp->GetChar(); in Run()
4341 int ch2 = m_window_sp->GetChar(); in Run()
4343 int ch3 = m_window_sp->GetChar(); in Run()
4367 int ch = m_window_sp->GetChar(); in Run()