Searched refs:ReadSignedIntegerFromMemory (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 144 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 D | ItaniumABILanguageRuntime.cpp | 254 const int64_t offset_to_top = process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 462 int64_t value = process_sp->ReadSignedIntegerFromMemory( in NSNumberSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Process.h | 1546 int64_t ReadSignedIntegerFromMemory(lldb::addr_t load_addr, size_t byte_size,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 2078 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 D | TypeSystemClang.cpp | 270 return process.ReadSignedIntegerFromMemory(base_offset_addr, 4, INT64_MAX, in ReadVBaseOffsetFromVTable() 284 return process.ReadSignedIntegerFromMemory(base_offset_addr, base_offset_size, in ReadVBaseOffsetFromVTable()
|