Home
last modified time | relevance | path

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

/freebsd/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.h353 std::optional<GDBRemoteFStatData> FStat(lldb::user_id_t fd);
357 std::optional<GDBRemoteFStatData> Stat(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3115 std::optional<GDBRemoteFStatData>
3128 GDBRemoteFStatData out; in FStat()
3139 std::optional<GDBRemoteFStatData>
3145 std::optional<GDBRemoteFStatData> st = FStat(fd); in Stat()
3173 std::optional<GDBRemoteFStatData> st = Stat(file_spec); in GetFileSize()
3244 if (std::optional<GDBRemoteFStatData> st = Stat(file_spec)) { in GetFilePermissions()
H A DGDBRemoteCommunicationServerCommon.cpp795 GDBRemoteFStatData data; in Handle_vFile_FStat()