Searched refs:m_address (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DQueueItem.cpp21 m_address (),
54 return m_address;
60 m_address = addr;
H A DStopInfo.cpp118 m_address (LLDB_INVALID_ADDRESS),
131 m_address (LLDB_INVALID_ADDRESS),
156 m_address = bp_site_sp->GetLoadAddress();
289 else if (m_address == LLDB_INVALID_ADDRESS)
292 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_address);
527 lldb::addr_t m_address; // We use this to capture the breakpoint site address when we create the StopInfo, member in class:lldb_private::StopInfoBreakpoint
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp59 m_address (address),
68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get());
76 lldb::addr_t file_address = m_address.GetFileAddress();
84 m_value.GetScalar() = m_address.GetOffset();
95 m_address (address),
108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get());
116 lldb::addr_t file_address = m_address.GetFileAddress();
124 m_value.GetScalar() = m_address.GetOffset();
190 if (m_address.IsValid())
220 lldb::addr_t load_addr = m_address
[all...]
H A DValueObjectDynamicValue.cpp40 m_address (),
290 if (!m_address.IsValid() || m_address != dynamic_address)
292 if (m_address.IsValid())
296 m_address = dynamic_address;
298 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get());
317 if (m_address.IsValid() && m_dynamic_type_info)
H A DDisassembler.cpp557 m_address (address),
572 m_address_class = m_address.GetAddressClass();
592 m_address.Dump(&ss,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp50 m_address (addr),
58 Symbol *symbol = m_address.CalculateSymbolContextSymbol();
77 return m_address.GetOpcodeLoadAddress (&m_owner.GetTarget());
83 return m_address;
506 m_address.GetOpcodeLoadAddress (&m_owner.GetTarget()));
555 if (m_address.IsSectionOffset())
557 m_address.CalculateSymbolContext(&sc);
565 sc.DumpStopContext (s, m_owner.GetTarget().GetProcessSP().get(), m_address, false, true, false);
619 if (m_address.IsSectionOffset() && (level == eDescriptionLevelFull || level == eDescriptionLevelInitial))
631 m_address
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h118 Address m_address; ///< The variable that this value object is based upon member in class:lldb_private::ValueObjectDynamicValue
H A DValueObjectMemory.h69 Address m_address; ///< The variable that this value object is based upon member in class:lldb_private::ValueObjectMemory
H A DDisassembler.h42 return m_address;
77 m_address = addr;
129 Address m_address; // The section offset address of this instruction member in class:lldb_private::Instruction
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp255 DescriptorContainsAddress (dw_addr_t address) : m_address(address) {}
258 return (m_address >= desc.address) && (m_address < (desc.address + desc.length));
261 const dw_addr_t m_address; member in class:DescriptorContainsAddress
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueItem.h219 lldb_private::Address m_address; member in class:lldb_private::QueueItem
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h440 Address m_address; ///< The address defining this location. member in class:lldb_private::BreakpointLocation
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangUserExpression.h335 Address m_address; ///< The address the process is stopped in. member in class:lldb_private::ClangUserExpression
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp76 lldb::addr_t pc = m_address.GetFileAddress();
205 const addr_t pc = m_address.GetFileAddress();
257 lldb::addr_t pc = m_address.GetFileAddress();
274 const lldb::addr_t load_addr = m_address.GetLoadAddress(target);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp335 m_address = frame_sp->GetFrameCodeAddress();
354 if (m_address.IsValid())
359 return (0 == Address::CompareLoadAddress(m_address, frame_sp->GetFrameCodeAddress(), target_sp.get()));

Completed in 94 milliseconds