Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h57 struct GDBRemoteFStatData { struct
72 static_assert(sizeof(GDBRemoteFStatData) == 64, argument
H A DGDBRemoteCommunicationClient.h354 std::optional<GDBRemoteFStatData> FStat(lldb::user_id_t fd);
358 std::optional<GDBRemoteFStatData> Stat(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3089 std::optional<GDBRemoteFStatData>
3102 GDBRemoteFStatData out; in FStat()
3113 std::optional<GDBRemoteFStatData>
3119 std::optional<GDBRemoteFStatData> st = FStat(fd); in Stat()
3147 std::optional<GDBRemoteFStatData> st = Stat(file_spec); in GetFileSize()
3218 if (std::optional<GDBRemoteFStatData> st = Stat(file_spec)) { in GetFilePermissions()
H A DGDBRemoteCommunicationServerCommon.cpp795 GDBRemoteFStatData data; in Handle_vFile_FStat()