Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp646 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()
832 packet.GetHexByteString(path); in Handle_vFile_MD5()
856 packet.GetHexByteString(path); in Handle_qPlatform_mkdir()
922 packet.GetHexByteString(path); in Handle_QSetSTDIN()
938 packet.GetHexByteString(path); in Handle_QSetSTDOUT()
954 packet.GetHexByteString(path); in Handle_QSetSTDERR()
[all …]
H A DGDBRemoteCommunicationClient.cpp1233 extractor.GetHexByteString(triple); in GetHostInfo()
1601 name_extractor.GetHexByteString(name); in GetMemoryRegionInfo()
1917 response.GetHexByteString(cwd); in GetWorkingDir()
2018 extractor.GetHexByteString(triple); in DecodeProcessInfoResponse()
2025 extractor.GetHexByteString(name); in DecodeProcessInfoResponse()
2137 extractor.GetHexByteString(triple); in GetCurrentProcessInfo()
2366 if (response.GetHexByteString(name) * 2 == in GetUserName()
2626 extractor.GetHexByteString(socket_name); in LaunchGDBServer()
3798 extractor.GetHexByteString(uuid); in GetModuleInfo()
3803 extractor.GetHexByteString(triple); in GetModuleInfo()
[all …]
H A DGDBRemoteClientBase.cpp114 response.GetHexByteString(inferior_stdout); in SendContinuePacketAndWaitForResponse()
207 if (response.GetHexByteString(output)) in ReadPacketWithOutputSupport()
H A DGDBRemoteCommunicationServerPlatform.cpp415 packet.GetHexByteString(path); in Handle_qPathComplete()
457 packet.GetHexByteString(path); in Handle_QSetWorkingDir()
H A DGDBRemoteCommunicationServerLLGS.cpp1493 packet.GetHexByteString(path); in Handle_QSetWorkingDir()
3457 if (!packet.GetHexByteString(process_name)) in Handle_vAttachWait()
3496 if (!packet.GetHexByteString(process_name)) in Handle_vAttachOrWait()
3531 arg_ext.GetHexByteString(arg); in Handle_vRun()
3690 packet.GetHexByteString(file_name); in Handle_qFileLoadAddress()
3928 StringExtractor(x).GetHexByteString(path_hint); in Handle_qSaveCore()
H A DProcessGDBRemote.cpp2175 json_extractor.GetHexByteString(json); in SetThreadStopInfo()
2184 name_extractor.GetHexByteString(thread_name); in SetThreadStopInfo()
2196 name_extractor.GetHexByteString(queue_name); in SetThreadStopInfo()
2211 desc_extractor.GetHexByteString(description); in SetThreadStopInfo()
3659 extractor.GetHexByteString(desc_string); in AsyncThread()
5165 StringExtractor(x).GetHexByteString(path); in SaveCore()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h92 size_t GetHexByteString(std::string &str);
/freebsd-14.2/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