Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp347 extractor.GetHexByteString(file); in Handle_qfProcessInfo()
645 packet.GetHexByteString(path); in Handle_vFile_Size()
667 packet.GetHexByteString(path); in Handle_vFile_Mode()
688 packet.GetHexByteString(path); in Handle_vFile_Exists()
710 packet.GetHexByteString(src); in Handle_vFile_symlink()
726 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.cpp1251 extractor.GetHexByteString(triple); in GetHostInfo()
1255 extractor.GetHexByteString(m_host_distribution_id); in GetHostInfo()
1259 extractor.GetHexByteString(m_os_build); in GetHostInfo()
1263 extractor.GetHexByteString(m_hostname); in GetHostInfo()
1267 extractor.GetHexByteString(m_os_kernel); in GetHostInfo()
1620 name_extractor.GetHexByteString(name); in GetMemoryRegionInfo()
1650 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo()
1936 response.GetHexByteString(cwd); in GetWorkingDir()
2037 extractor.GetHexByteString(triple); in DecodeProcessInfoResponse()
2044 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.cpp323 packet.GetHexByteString(path); in Handle_qKillSpawnedProcess()
365 packet.GetHexByteString(path); in KillSpawnedProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp1496 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()
3693 packet.GetHexByteString(file_name); in Handle_qFileLoadAddress()
3931 StringExtractor(x).GetHexByteString(path_hint); in Handle_qSaveCore()
H A DProcessGDBRemote.cpp2237 json_extractor.GetHexByteString(json); in SetThreadStopInfo()
2246 name_extractor.GetHexByteString(thread_name); in SetThreadStopInfo()
2258 name_extractor.GetHexByteString(queue_name); in SetThreadStopInfo()
2273 desc_extractor.GetHexByteString(description); in SetThreadStopInfo()
3727 extractor.GetHexByteString(desc_string); in AsyncThread()
5404 StringExtractor(x).GetHexByteString(path); in ParseStructuredDataPacket()
/llvm-project/lldb/tools/debugserver/source/
H A DStdStringExtractor.h84 size_t GetHexByteString(std::string &str);
H A DStdStringExtractor.cpp283 size_t StdStringExtractor::GetHexByteString(std::string &str) { in GetHexByteString() function in StdStringExtractor
H A DRNBRemote.cpp2340 packet.GetHexByteString(m_ctx.GetSTDIN()); in HandlePacket_QSetSTDIO()
2345 packet.GetHexByteString(m_ctx.GetSTDOUT()); in HandlePacket_QSetSTDIO()
2350 packet.GetHexByteString(m_ctx.GetSTDERR()); in HandlePacket_QSetSTDIO()
2368 if (packet.GetHexByteString(m_ctx.GetWorkingDir())) { in HandlePacket_QSetSTDIO()
/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h92 size_t GetHexByteString(std::string &str);
/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp506 GetHexByteString(error_messg); in GetStatus()
H A DStringExtractor.cpp298 size_t StringExtractor::GetHexByteString(std::string &str) { in GetHexByteString() function in StringExtractor