Searched refs:ReadSignedIntegerFromMemory (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 145 int32_t offset_p_list = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 148 ReadSignedIntegerFromMemory(FindSymbol("proc_off_p_pid"), 4, -1, error); in DoUpdateThreadList() 149 int32_t offset_p_threads = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 151 int32_t offset_p_comm = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 154 int32_t offset_td_tid = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 156 int32_t offset_td_plist = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 158 int32_t offset_td_pcb = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 160 int32_t offset_td_oncpu = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 162 int32_t offset_td_name = ReadSignedIntegerFromMemory( in DoUpdateThreadList() 174 ReadSignedIntegerFromMemory(FindSymbol("dumptid"), 4, -1, error); in DoUpdateThreadList() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 602 const int32_t kld_off_address = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 608 const int32_t kld_off_next = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 613 const int32_t kld_off_filename = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() 620 const int32_t kld_off_pathname = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods()
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 475 int64_t value = process_sp->ReadSignedIntegerFromMemory( in NSNumberSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 1649 int64_t ReadSignedIntegerFromMemory(lldb::addr_t load_addr, size_t byte_size,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 273 return process.ReadSignedIntegerFromMemory(base_offset_addr, 4, INT64_MAX, in ReadVBaseOffsetFromVTable() 287 return process.ReadSignedIntegerFromMemory(base_offset_addr, base_offset_size, in ReadVBaseOffsetFromVTable()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2245 int64_t Process::ReadSignedIntegerFromMemory(lldb::addr_t vm_addr, in ReadSignedIntegerFromMemory() function in Process
|