OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLoadAddress
(Results
26 - 50
of
75
) sorted by null
1
2
3
/external/lldb/source/Breakpoint/
BreakpointSite.cpp
97
s->Printf ("breakpoint site: %d at 0x%8.8" PRIx64, GetID(),
GetLoadAddress
());
Watchpoint.cpp
146
Address watch_address(
GetLoadAddress
());
243
GetLoadAddress
(),
WatchpointList.cpp
78
if ((*pos)->
GetLoadAddress
() == addr) {
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h
240
GetLoadAddress
();
ProcessKDP.cpp
294
addr_t kernel_load_addr = m_comm.
GetLoadAddress
();
690
if (m_comm.SendRequestBreakpoint(true, bp_site->
GetLoadAddress
()))
723
if (m_comm.SendRequestBreakpoint(false, bp_site->
GetLoadAddress
()))
[
all
...]
/external/lldb/source/Target/
ThreadPlanStepThrough.cpp
58
m_backstop_addr = return_frame_sp->GetFrameCodeAddress().
GetLoadAddress
(m_thread.CalculateTarget().get());
ThreadPlanStepInRange.cpp
217
if (curr_addr == func_start_address.
GetLoadAddress
(m_thread.CalculateTarget().get()))
223
if (curr_addr == func_start_address.
GetLoadAddress
(m_thread.CalculateTarget().get()))
ThreadPlanStepRange.cpp
176
else if (new_context.line_entry.range.GetBaseAddress().
GetLoadAddress
(m_thread.CalculateTarget().get())
382
run_to_address.
GetLoadAddress
(&m_thread.GetProcess()->GetTarget()));
ThreadPlanStepOut.cpp
100
m_return_addr = return_frame_sp->GetFrameCodeAddress().
GetLoadAddress
(&m_thread.GetProcess()->GetTarget());
StackFrame.cpp
120
m_id (pc_addr.
GetLoadAddress
(thread_sp->CalculateTarget().get()), cfa, NULL),
[
all
...]
/external/lldb/test/python_api/thread/
TestThreadAPI.py
268
start_addr = lineEntry.GetStartAddress().
GetLoadAddress
(target)
269
end_addr = lineEntry.GetEndAddress().
GetLoadAddress
(target)
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp
581
DynamicLoaderDarwinKernel::KextImageInfo::
GetLoadAddress
() const
622
if (m_name == rhs.GetName() && m_load_address == rhs.
GetLoadAddress
())
[
all
...]
DynamicLoaderDarwinKernel.h
197
GetLoadAddress
() const; // Address of the Mach-O header for this binary
/external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp
295
return addr.
GetLoadAddress
(target);
671
addr_t addr = wp->
GetLoadAddress
();
738
addr_t addr = wp->
GetLoadAddress
();
/external/lldb/test/python_api/sbdata/
TestSBData.py
132
foobar_addr = star_foobar.
GetLoadAddress
()
209
self.assertTrue(new_object.
GetLoadAddress
() == 0xFFFFFFFFFFFFFFFF, '
GetLoadAddress
() == invalid')
/external/lldb/include/lldb/API/
SBValue.h
166
// this has no address! GetAddress() and
GetLoadAddress
() as well as AddressOf()
251
GetLoadAddress
();
/external/lldb/source/API/
SBSection.cpp
145
SBSection::
GetLoadAddress
(lldb::SBTarget &sb_target)
SBWatchpoint.cpp
130
ret_addr = watchpoint_sp->
GetLoadAddress
();
SBValue.cpp
[
all
...]
/external/lldb/source/Core/
ValueObjectDynamicValue.cpp
223
lldb::addr_t load_address = m_address.
GetLoadAddress
(target_sp.get());
/external/lldb/source/Symbol/
Variable.cpp
226
addr_t loclist_base_load_addr = function->GetAddressRange().GetBaseAddress().
GetLoadAddress
(target_sp.get());
233
frame->GetFrameCodeAddress().
GetLoadAddress
(target_sp.get()));
[
all
...]
/external/lldb/examples/python/
diagnose_unwind.py
44
function_start = sym_ctx.GetSymbol().GetStartAddress().
GetLoadAddress
(target)
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp
237
lldb::addr_t offset_to_top_location = offset_to_top_address.
GetLoadAddress
(target);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp
336
lldb::addr_t objc_debug_class_hash_addr = symbol->GetAddress().
GetLoadAddress
(&process->GetTarget());
/external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp
[
all
...]
Completed in 1046 milliseconds
1
2
3