Searched refs:GetPC (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h34 // the single (inline) function GetPC. GetPC is used in a signal
78 // GetPC can try to identify this situation, on architectures where it
137 inline void* GetPC(const ucontext_t& signal_ucontext) { function
173 inline void* GetPC(const struct ucontext_t& signal_ucontext) { function
174 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
180 inline void* GetPC(const ucontext_t& signal_ucontext) { function
192 inline void* GetPC(const ucontext_t& signal_ucontext) { function
H A Dprofiler.cc273 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/lldb/source/Target/
H A DStackID.cpp52 return lhs.GetPC() == rhs.GetPC();
67 return lhs.GetPC() != rhs.GetPC();
H A DThreadPlanStepInstruction.cpp46 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0);
119 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr)
139 addr_t stop_addr = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC();
142 addr_t return_addr = return_frame->GetRegisterContext()->GetPC();
183 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr)
H A DThreadPlanShouldStopHere.cpp57 lldb::addr_t current_addr = m_owner->GetThread().GetRegisterContext()->GetPC(0);
H A DThreadPlanStepOverBreakpoint.cpp41 m_breakpoint_addr = m_thread.GetRegisterContext()->GetPC();
116 lldb::addr_t pc_addr = m_thread.GetRegisterContext()->GetPC();
H A DThreadPlanStepThrough.cpp49 m_start_address = GetThread().GetRegisterContext()->GetPC(0);
102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0);
H A DThreadPlanStepRange.cpp138 lldb::addr_t pc_load_addr = m_thread.GetRegisterContext()->GetPC();
218 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC();
340 lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC();
H A DThreadPlanStepOverRange.cpp76 s.Address (m_thread.GetRegisterContext()->GetPC(),
360 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC();
H A DThreadPlanStepUntil.cpp60 m_step_from_insn = frame_sp->GetStackID().GetPC();
70 m_return_addr = return_frame_sp->GetStackID().GetPC();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h34 // the single (inline) function GetPC. GetPC is used in a signal
76 // GetPC can try to identify this situation, on architectures where it
134 inline void* GetPC(const ucontext_t& signal_ucontext) { function
170 inline void* GetPC(const struct ucontext_t& signal_ucontext) { function
171 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n");
180 inline void* GetPC(const ucontext_t& signal_ucontext) { function
H A Dprofiler.cc271 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/lldb/examples/python/
H A Ddiagnose_unwind.py70 address_list = [cur_thread.GetFrameAtIndex(0).GetPC()]
71 this_module = backtrace_print_frame (target, 0, cur_thread.GetFrameAtIndex(0).GetPC(), initial_fp)
182 this_module = backtrace_print_frame (target, frame_num, frame.GetPC(), frame.GetFP())
187 addresses_seen.append (frame.GetPC())
223 print "Disassembly of %s, frame %d, address 0x%x" % (frame.GetFunctionName(), frame.GetFrameID(), frame.GetPC())
226 debugger.HandleCommand('disassemble -F att -a 0x%x' % frame.GetPC())
228 debugger.HandleCommand('disassemble -a 0x%x' % frame.GetPC())
229 if frame.GetPC() in additional_addresses_to_disassemble:
230 additional_addresses_to_disassemble.remove (frame.GetPC())
252 debugger.HandleCommand('image show-unwind -a "0x%x"' % frame.GetPC())
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dgetpc_test.cc33 // This verifies that GetPC works correctly. This test uses a minimum
35 // O/Ses and CPUs and test that GetPC is working.
45 static volatile void* getpc_retval = NULL; // what GetPC returns
50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dgetpc_test.cc33 // This verifies that GetPC works correctly. This test uses a minimum
35 // O/Ses and CPUs and test that GetPC is working.
45 static volatile void* getpc_retval = NULL; // what GetPC returns
50 getpc_retval = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
/external/lldb/include/lldb/Target/
H A DStackID.h55 GetPC() const function in class:lldb_private::StackID
/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py10 obj.GetPC()
/external/lldb/scripts/Python/interface/
H A DSBFrame.i67 GetPC () const;
279 __swig_getmethods__["pc"] = GetPC
281 if _newclass: pc = property(GetPC, SetPC)
/external/lldb/test/expression_command/call-throws/
H A DTestCallThatThrows.py39 self.assertTrue (self.orig_frame_pc == frame.GetPC(), "Restored the zeroth frame correctly")
69 self.orig_frame_pc = frame.GetPC()
/external/lldb/test/expression_command/call-restarts/
H A DTestCallThatRestarts.py43 self.assertTrue (self.orig_frame_pc == frame.GetPC(), "Restored the zeroth frame correctly")
85 self.orig_frame_pc = frame.GetPC()
143 self.assertTrue (frame.GetPC() == self.orig_frame_pc, "Continuing returned to the place we started.")
/external/lldb/include/lldb/API/
H A DSBFrame.h40 GetPC () const;
/external/lldb/tools/debugserver/source/
H A DDNBArch.h70 virtual uint64_t GetPC (uint64_t failValue) = 0; // Get program counter
/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.h43 virtual uint64_t GetPC(uint64_t failValue); // Get program counter
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp109 cursor.pc = reg_ctx->GetPC (LLDB_INVALID_ADDRESS);
208 cursor.pc = reg_ctx->GetPC (LLDB_INVALID_ADDRESS);

Completed in 288 milliseconds

123