Home
last modified time | relevance | path

Searched refs:ReadSignedIntegerFromMemory (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp144 int32_t offset_p_list = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
147 ReadSignedIntegerFromMemory(FindSymbol("proc_off_p_pid"), 4, -1, error); in DoUpdateThreadList()
148 int32_t offset_p_threads = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
150 int32_t offset_p_comm = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
153 int32_t offset_td_tid = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
155 int32_t offset_td_plist = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
157 int32_t offset_td_pcb = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
159 int32_t offset_td_oncpu = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
161 int32_t offset_td_name = ReadSignedIntegerFromMemory( in DoUpdateThreadList()
173 ReadSignedIntegerFromMemory(FindSymbol("dumptid"), 4, -1, error); in DoUpdateThreadList()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp254 const int64_t offset_to_top = process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp462 int64_t value = process_sp->ReadSignedIntegerFromMemory( in NSNumberSummaryProvider()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1546 int64_t ReadSignedIntegerFromMemory(lldb::addr_t load_addr, size_t byte_size,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2078 int64_t Process::ReadSignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadSignedIntegerFromMemory() function in Process
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp270 return process.ReadSignedIntegerFromMemory(base_offset_addr, 4, INT64_MAX, in ReadVBaseOffsetFromVTable()
284 return process.ReadSignedIntegerFromMemory(base_offset_addr, base_offset_size, in ReadVBaseOffsetFromVTable()