Home | History | Annotate | Download | only in Target

Lines Matching refs:Address

514     // Use this to create a breakpoint from a load address
519 // Use this to create Address breakpoints:
521 CreateBreakpoint (Address &addr,
644 /// Get \a load_addr as a callable code load address for this target
646 /// Take \a load_addr and potentially add any address bits that are
647 /// needed to make the address callable. For ARM this can set bit
649 /// If \a addr_class is set to eAddressClassInvalid, then the address
650 /// adjustment will always happen. If it is set to an address class
660 /// Take \a load_addr and potentially strip any address bits that are
661 /// needed to make the address point to an opcode. For ARM this can
664 /// If \a addr_class is set to eAddressClassInvalid, then the address
665 /// adjustment will always happen. If it is set to an address class
874 ReadMemoryFromFileCache (const Address& addr,
890 ReadMemory (const Address& addr,
898 ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error);
901 ReadCStringFromMemory (const Address& addr, char *dst, size_t dst_max_len, Error &result_error);
904 ReadScalarIntegerFromMemory (const Address& addr,
912 ReadUnsignedIntegerFromMemory (const Address& addr,
919 ReadPointerFromMemory (const Address& addr,
922 Address &pointer_addr);