Home
last modified time | relevance | path

Searched refs:GDBRemoteFStatData (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h57 struct GDBRemoteFStatData { struct
72 static_assert(sizeof(GDBRemoteFStatData) == 64, argument
H A DGDBRemoteCommunicationClient.h351 std::optional<GDBRemoteFStatData> FStat(lldb::user_id_t fd);
355 std::optional<GDBRemoteFStatData> Stat(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3086 std::optional<GDBRemoteFStatData>
3099 GDBRemoteFStatData out; in FStat()
3110 std::optional<GDBRemoteFStatData>
3116 std::optional<GDBRemoteFStatData> st = FStat(fd); in Stat()
3144 std::optional<GDBRemoteFStatData> st = Stat(file_spec); in GetFileSize()
3215 if (std::optional<GDBRemoteFStatData> st = Stat(file_spec)) { in GetFilePermissions()
H A DGDBRemoteCommunicationServerCommon.cpp795 GDBRemoteFStatData data; in Handle_vFile_FStat()