Searched refs:ReadSignedIntegerFromMemory (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ProcessFreeBSDKernel.cpp | 144 int32_t offset_p_list = ReadSignedIntegerFromMemory( 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() 179 ReadSignedIntegerFromMemory(FindSymbol("pcb_size"), 4, -1, error); in DoUpdateThreadList() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 603 const int32_t kld_off_address = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 609 const int32_t kld_off_next = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 614 const int32_t kld_off_filename = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 621 const int32_t kld_off_pathname = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 352 const int64_t offset_to_top = m_process->ReadSignedIntegerFromMemory( in GetDynamicTypeAndAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 475 int64_t value = process_sp->ReadSignedIntegerFromMemory( in NSNumberSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 1624 int64_t ReadSignedIntegerFromMemory(lldb::addr_t load_addr, size_t byte_size,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 272 return process.ReadSignedIntegerFromMemory(base_offset_addr, 4, INT64_MAX, in ReadVBaseOffsetFromVTable() 286 return process.ReadSignedIntegerFromMemory(base_offset_addr, base_offset_size, in ReadVBaseOffsetFromVTable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2090 int64_t Process::ReadSignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadSignedIntegerFromMemory() function in Process
|