Home
last modified time | relevance | path

Searched refs:gdb_st_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h65 llvm::support::ubig64_t gdb_st_size; member
H A DGDBRemoteCommunicationServerCommon.cpp803 data.gdb_st_size = file_stats.st_size; in Handle_vFile_FStat()
H A DGDBRemoteCommunicationClient.cpp3174 return st ? st->gdb_st_size : UINT64_MAX; in GetFileSize()