Home
last modified time | relevance | path

Searched refs:GetHexByteString (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp346 extractor.GetHexByteString(file); in Handle_qfProcessInfo()
646 packet.GetHexByteString(path); in Handle_vFile_Size()
668 packet.GetHexByteString(path); in Handle_vFile_Mode()
689 packet.GetHexByteString(path); in Handle_vFile_Exists()
711 packet.GetHexByteString(src); in Handle_vFile_symlink()
727 packet.GetHexByteString(path); in Handle_vFile_unlink()
746 packet.GetHexByteString(working_dir); in Handle_qPlatform_shell()
832 packet.GetHexByteString(path); in Handle_vFile_MD5()
856 packet.GetHexByteString(path); in Handle_qPlatform_mkdir()
876 packet.GetHexByteString(pat in Handle_qPlatform_chmod()
[all...]
H A DGDBRemoteCommunicationClient.cpp1246 extractor.GetHexByteString(triple); in GetHostInfo()
1250 extractor.GetHexByteString(m_host_distribution_id); in GetHostInfo()
1254 extractor.GetHexByteString(m_os_build); in GetHostInfo()
1258 extractor.GetHexByteString(m_hostname); in GetHostInfo()
1262 extractor.GetHexByteString(m_os_kernel); in GetHostInfo()
1613 name_extractor.GetHexByteString(name); in GetMemoryRegionInfo()
1648 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo()
1934 response.GetHexByteString(cwd); in SetWorkingDir()
2035 extractor.GetHexByteString(triple); in DecodeProcessInfoResponse()
2042 extractor.GetHexByteString(nam in DecodeProcessInfoResponse()
[all...]
H A DGDBRemoteClientBase.cpp114 response.GetHexByteString(inferior_stdout); in SendContinuePacketAndWaitForResponse()
207 if (response.GetHexByteString(output)) in ReadPacketWithOutputSupport()
H A DGDBRemoteCommunicationServerPlatform.cpp417 packet.GetHexByteString(path); in Handle_qPathComplete()
459 packet.GetHexByteString(path); in Handle_QSetWorkingDir()
H A DGDBRemoteCommunicationServerLLGS.cpp1493 packet.GetHexByteString(path); in Handle_QSetWorkingDir()
3459 if (!packet.GetHexByteString(process_name)) in Handle_vAttachWait()
3498 if (!packet.GetHexByteString(process_name)) in Handle_vAttachOrWait()
3533 arg_ext.GetHexByteString(arg); in Handle_vRun()
3692 packet.GetHexByteString(file_name); in Handle_qFileLoadAddress()
3930 StringExtractor(x).GetHexByteString(path_hint); in Handle_qSaveCore()
H A DProcessGDBRemote.cpp2196 json_extractor.GetHexByteString(json); in SetThreadStopInfo()
2205 name_extractor.GetHexByteString(thread_name); in SetThreadStopInfo()
2217 name_extractor.GetHexByteString(queue_name); in SetThreadStopInfo()
2232 desc_extractor.GetHexByteString(description); in SetThreadStopInfo()
3670 extractor.GetHexByteString(desc_string); in AsyncThread()
5342 StringExtractor(x).GetHexByteString(path); in CommandObjectProcessGDBRemotePacketXferSize()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h92 size_t GetHexByteString(std::string &str);
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp508 GetHexByteString(error_messg); in GetStatus()
H A DStringExtractor.cpp298 size_t StringExtractor::GetHexByteString(std::string &str) { in GetHexByteString() function in StringExtractor