Home
last modified time | relevance | path

Searched refs:GetS32 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDStringExtractor.h121 GetS32 (int32_t fail_value, int base = 0);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp3682 int32_t result = response.GetS32 (-2); in ParseHostIOPacketResponse()
3687 int result_errno = response.GetS32 (-2); in ParseHostIOPacketResponse()
3780 const uint32_t mode = response.GetS32(-1); in GetFilePermissions()
3785 int response_errno = response.GetS32(-1); in GetFilePermissions()
3871 int response_errno = response.GetS32(-1); in WriteFile()
3912 int response_errno = response.GetS32(-1); in CreateSymlink()
3954 int response_errno = response.GetS32(-1); in Unlink()
HDGDBRemoteCommunicationServerCommon.cpp610 int fd = packet.GetS32(-1); in Handle_vFile_Close()
640 int fd = packet.GetS32(-1); in Handle_vFile_pRead()
HDGDBRemoteCommunicationServerLLGS.cpp2113 GDBStoppointType(packet.GetS32 (eStoppointInvalid)); in Handle_Z()
2205 GDBStoppointType(packet.GetS32 (eStoppointInvalid)); in Handle_z()
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDStringExtractor.cpp158 StringExtractor::GetS32 (int32_t fail_value, int base) in GetS32() function in StringExtractor