Searched refs:SBAddress (Results 26 - 50 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp11 #include "lldb/API/SBAddress.h"
77 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start,
78 const SBAddress &end,
81 (const lldb::SBAddress &, const lldb::SBAddress &, bool),
86 SBAddress addr;
220 (const lldb::SBAddress &, const lldb::SBAddress &, bool));
H A DSBSymbolContext.cpp217 SBSymbolContext::GetParentOfInlinedScope(const SBAddress &curr_frame_pc,
218 SBAddress &parent_frame_addr) const {
221 (const lldb::SBAddress &, lldb::SBAddress &),
267 (const lldb::SBAddress &, lldb::SBAddress &));
H A DSBModule.cpp11 #include "lldb/API/SBAddress.h"
211 SBAddress SBModule::ResolveFileAddress(lldb::addr_t vm_addr) {
212 LLDB_RECORD_METHOD(lldb::SBAddress, SBModule, ResolveFileAddress,
215 lldb::SBAddress sb_addr;
226 SBModule::ResolveSymbolContextForAddress(const SBAddress &addr,
230 (const lldb::SBAddress &, uint32_t), addr, resolve_scope);
658 lldb::SBAddress SBModule::GetObjectFileHeaderAddress() const {
659 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBModule,
662 lldb::SBAddress sb_addr;
672 lldb::SBAddress SBModul
[all...]
H A DSBBreakpointLocation.cpp11 #include "lldb/API/SBAddress.h"
78 SBAddress SBBreakpointLocation::GetAddress() {
79 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBBreakpointLocation, GetAddress);
83 return LLDB_RECORD_RESULT(SBAddress(&loc_sp->GetAddress()));
86 return LLDB_RECORD_RESULT(SBAddress());
486 LLDB_REGISTER_METHOD(lldb::SBAddress, SBBreakpointLocation, GetAddress, ());
H A DSBInstruction.cpp12 #include "lldb/API/SBAddress.h"
104 SBAddress SBInstruction::GetAddress() {
105 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBInstruction, GetAddress);
107 SBAddress sb_addr;
357 LLDB_REGISTER_METHOD(lldb::SBAddress, SBInstruction, GetAddress, ());
H A DSBTarget.cpp604 lldb::SBAddress SBTarget::ResolveLoadAddress(lldb::addr_t vm_addr) {
605 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolveLoadAddress,
608 lldb::SBAddress sb_addr;
623 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) {
624 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolveFileAddress,
627 lldb::SBAddress sb_addr;
640 lldb::SBAddress SBTarget::ResolvePastLoadAddress(uint32_t stop_id,
642 LLDB_RECORD_METHOD(lldb::SBAddress, SBTarget, ResolvePastLoadAddress,
645 lldb::SBAddress sb_addr;
661 SBTarget::ResolveSymbolContextForAddress(const SBAddress
[all...]
H A DSBReproducer.cpp13 #include "lldb/API/SBAddress.h"
35 RegisterMethods<SBAddress>(R);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h12 #include "lldb/API/SBAddress.h"
466 /// An SBAddress which will be valid if...
467 lldb::SBAddress ResolveFileAddress(lldb::addr_t file_addr);
476 /// An SBAddress which will be valid if \a vm_addr was
478 /// invalid SBAddress if \a vm_addr doesn't resolve to a section
480 lldb::SBAddress ResolveLoadAddress(lldb::addr_t vm_addr);
498 /// An SBAddress which will be valid if \a vm_addr was
500 /// invalid SBAddress if \a vm_addr doesn't resolve to a section
502 lldb::SBAddress ResolvePastLoadAddress(uint32_t stop_id,
505 SBSymbolContext ResolveSymbolContextForAddress(const SBAddress
[all...]
H A DSBCompileUnit.h75 friend class SBAddress;
H A DSBSection.h86 friend class SBAddress;
H A DSBBreakpointLocation.h34 lldb::SBAddress GetAddress();
H A DSBInstruction.h38 SBAddress GetAddress();
H A DSBFrame.h45 lldb::SBAddress GetPCAddress() const;
H A DSBStream.h56 friend class SBAddress;
H A DSBDefines.h22 class LLDB_API SBAddress; member in namespace:lldb
H A DSBBreakpoint.h140 AddLocation(SBAddress &address);
H A DSBProcess.h397 friend class SBAddress;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunction.i74 lldb::SBAddress
77 lldb::SBAddress
121 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''')
122 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
H A DSBBreakpointLocation.i39 lldb::SBAddress
H A DSBTarget.i526 An SBAddress which will be valid if...") ResolveFileAddress;
527 lldb::SBAddress
530 lldb::SBAddress
533 lldb::SBAddress
537 ResolveSymbolContextForAddress (const SBAddress& addr,
562 ReadMemory (const SBAddress addr, void *buf, size_t size, lldb::SBError &error);
681 BreakpointCreateBySBAddress (SBAddress &sb_address);
892 CreateValueFromAddress (const char *name, lldb::SBAddress addr, lldb::SBType type);
909 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
912 ReadInstructions (lldb::SBAddress base_add
[all...]
H A DSBInstruction.i31 lldb::SBAddress
95 addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that represents the address (lldb.SBAddress) for this instruction.''')
H A DSBSection.i130 return SBAddress(self, 0)
133 addr = property(get_addr, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this section.''')
H A DSBModule.i190 lldb::SBAddress
194 ResolveSymbolContextForAddress (const lldb::SBAddress& addr,
341 lldb::SBAddress
344 lldb::SBAddress
H A DSBBreakpoint.i232 AddLocation(SBAddress &address);
H A DSBFrame.i88 lldb::SBAddress
335 addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''')

Completed in 201 milliseconds

123