Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h65 llvm::support::ubig64_t gdb_st_size; member
DGDBRemoteCommunicationServerCommon.cpp803 data.gdb_st_size = file_stats.st_size; in Handle_vFile_FStat()
DGDBRemoteCommunicationClient.cpp3148 return st ? st->gdb_st_size : UINT64_MAX; in GetFileSize()