Searched defs:GetPC (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s85 ENTRY(GetPC) function
92 SET_SIZE(GetPC)
H A Dstackwalker_selftest.cc220 // GetPC returns the program counter identifying the next instruction to
221 // execute after GetPC returns. It obtains this information from the
223 // GetPC. Because this function depends on the caller's use of a branch
225 static uint32_t GetPC() __attribute__((noinline));
226 static uint32_t GetPC() { function
273 // GetPC returns the program counter identifying the next instruction to
274 // execute after GetPC returns. It obtains this information from the
276 // GetPC. Because this function depends on the caller's use of a branch
278 static uint32_t GetPC() __attribute__((noinline));
279 static uint32_t GetPC() { function
[all...]
/external/lldb/include/lldb/Target/
H A DStackID.h55 GetPC() const function in class:lldb_private::StackID
/external/lldb/source/Target/
H A DRegisterContext.cpp94 RegisterContext::GetPC(uint64_t fail_value) function in class:RegisterContext
/external/lldb/source/API/
H A DSBFrame.cpp447 SBFrame::GetPC () const function in class:SBFrame
470 log->Printf ("SBFrame::GetPC () => error: could not reconstruct frame object for this SBFrame.");
476 log->Printf ("SBFrame::GetPC () => error: process is running");
481 log->Printf ("SBFrame(%p)::GetPC () => 0x%" PRIx64, frame, addr);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp320 MachThread::GetPC(uint64_t failValue) function in class:MachThread
323 return m_arch_ap->GetPC(failValue);
367 GetPC(INVALID_NUB_ADDRESS),
410 return m_process->Breakpoints().FindByAddress(GetPC());
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp45 DNBArchMachPPC::GetPC(uint64_t failValue) function in class:DNBArchMachPPC
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp142 DNBArchMachARM::GetPC(uint64_t failValue) function in class:DNBArchMachARM
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp278 DNBArchImplI386::GetPC(uint64_t failValue) function in class:DNBArchImplI386
650 nub_addr_t pc = GetPC(INVALID_NUB_ADDRESS);
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp120 DNBArchImplX86_64::GetPC(uint64_t failValue) function in class:DNBArchImplX86_64
604 nub_addr_t pc = GetPC(INVALID_NUB_ADDRESS);

Completed in 217 milliseconds