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.h45 struct GDBRemoteFStatData { struct
60 static_assert(sizeof(GDBRemoteFStatData) == 64, argument
H A DGDBRemoteCommunicationClient.h364 std::optional<GDBRemoteFStatData> FStat(lldb::user_id_t fd);
368 std::optional<GDBRemoteFStatData> Stat(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3138 std::optional<GDBRemoteFStatData>
3151 GDBRemoteFStatData out; in FStat()
3162 std::optional<GDBRemoteFStatData>
3168 std::optional<GDBRemoteFStatData> st = FStat(fd); in Stat()
3196 std::optional<GDBRemoteFStatData> st = Stat(file_spec); in GetFileSize()
3267 if (std::optional<GDBRemoteFStatData> st = Stat(file_spec)) { in GetFilePermissions()
H A DGDBRemoteCommunicationServerCommon.cpp797 GDBRemoteFStatData data; in Handle_vFile_FStat()