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.cpp338 if (packet.GetChar() == ':') { in Handle_qfProcessInfo()
506 if (packet.GetChar() == ',') { in Handle_vFile_Open()
577 if (packet.GetChar() == ',') { in Handle_vFile_pRead()
579 if (packet.GetChar() == ',') { in Handle_vFile_pRead()
615 if (packet.GetChar() == ',') { in Handle_vFile_pWrite()
617 if (packet.GetChar() == ',') { in Handle_vFile_pWrite()
742 if (packet.GetChar() == ',') { in Handle_qPlatform_shell()
745 if (packet.GetChar() == ',') in Handle_qPlatform_shell()
854 if (packet.GetChar() == ',') { in Handle_qPlatform_mkdir()
874 if (packet.GetChar() == ',') { in Handle_qPlatform_chmod()
[all …]
H A DGDBRemoteCommunicationClient.cpp658 if (response.GetChar() != 'm') { in ReadMemoryTags()
821 if (response.GetChar() == 'E') { in LaunchProcess()
1159 if (response.GetChar() == 'Q' && response.GetChar() == 'C') { in GetDefaultThreadId()
2957 if (response.GetChar() != 'F') in RunShellCommand()
2959 if (response.GetChar() != ',') in RunShellCommand()
2966 if (response.GetChar() != ',') in RunShellCommand()
2971 if (response.GetChar() != ',') in RunShellCommand()
2996 if (response.GetChar() != 'F') in MakeDirectory()
3017 if (response.GetChar() != 'F') in SetFilePermissions()
3037 if (response.GetChar() != 'F') in ParseHostIOPacketResponse()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp1719 packet.GetChar(); in Handle_vCont()
1770 packet.GetChar(); in Handle_vCont()
2545 char kind = packet.GetChar('?'); in Handle_memory_read()
2578 if (packet.GetChar() != ',') in Handle__M()
2582 switch (packet.GetChar()) { in Handle__M()
3243 if (offset_data.GetChar() != ',') in Handle_qXfer()
3561 if (packet.GetChar() != ';') in Handle_D()
3663 if (packet.GetChar() != ':') in Handle_qWatchpointSupportInfo()
3721 char separator = packet.GetChar(); in Handle_QPassSignals()
3766 char previous_char = packet.GetChar(); in Handle_qMemTags()
[all …]
H A DGDBRemoteClientBase.cpp97 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse()
205 response.GetChar(); in ReadPacketWithOutputSupport()
H A DGDBRemoteCommunicationServerPlatform.cpp412 if (packet.GetChar() != ',') in Handle_qPathComplete()
H A DProcessGDBRemote.cpp1418 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()
2099 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo()
3652 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.cpp507 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.cpp637 int GetChar() { return ::wgetch(m_window); } in GetChar() function in curses::Window
4334 ch = m_window_sp->GetChar(); in Run()
4340 int ch2 = m_window_sp->GetChar(); in Run()
4342 int ch3 = m_window_sp->GetChar(); in Run()
4366 int ch = m_window_sp->GetChar(); in Run()