Home
last modified time | relevance | path

Searched refs:m_thread (Results 1 – 25 of 56) sorted by relevance

123

/external/lldb/source/Target/
DThreadPlan.cpp33 m_thread (thread), in ThreadPlan()
158 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in WillResume()
165 m_thread.GetIndexID(), in WillResume()
166 &m_thread, in WillResume()
167 m_thread.GetID(), in WillResume()
244 m_thread.GetID(), in ValidatePlan()
245 m_thread.GetProtocolID()); in ValidatePlan()
251 m_thread.GetID(), in ValidatePlan()
252 m_thread.GetProtocolID()); in ValidatePlan()
263 m_thread.GetID(), in ShouldStop()
[all …]
DThreadPlanStepOut.cpp58 m_step_from_insn = m_thread.GetRegisterContext()->GetPC(0); in ThreadPlanStepOut()
60 StackFrameSP return_frame_sp (m_thread.GetStackFrameAtIndex(frame_idx + 1)); in ThreadPlanStepOut()
61 StackFrameSP immediate_return_from_sp (m_thread.GetStackFrameAtIndex (frame_idx)); in ThreadPlanStepOut()
69 StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in ThreadPlanStepOut()
80 m_step_out_plan_sp.reset (new ThreadPlanStepOut(m_thread, in ThreadPlanStepOut()
100 …m_return_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(&m_thread.GetProcess()->GetT… in ThreadPlanStepOut()
105 … Breakpoint *return_bp = m_thread.CalculateTarget()->CreateBreakpoint (m_return_addr, true).get(); in ThreadPlanStepOut()
108 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepOut()
129 m_thread.QueueThreadPlan(m_step_out_plan_sp, false); in DidPush()
131 m_thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush()
[all …]
DThreadPlanBase.cpp44 ThreadPlanTracerSP new_tracer_sp (new ThreadPlanAssemblyTracer (m_thread)); in ThreadPlanBase()
46 ThreadPlanTracerSP new_tracer_sp (new ThreadPlanTracer (m_thread)); in ThreadPlanBase()
48 new_tracer_sp->EnableTracing (m_thread.GetTraceEnabledState()); in ThreadPlanBase()
84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop()
126 …an discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID()); in ShouldStop()
127 m_thread.DiscardThreadPlans(false); in ShouldStop()
154 …se plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID()); in ShouldStop()
155 m_thread.DiscardThreadPlans(false); in ShouldStop()
162 …f("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID()); in ShouldStop()
163 m_thread.DiscardThreadPlans(false); in ShouldStop()
[all …]
DThreadPlanStepInstruction.cpp46 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0); in ThreadPlanStepInstruction()
47 StackFrameSP m_start_frame_sp(m_thread.GetStackFrameAtIndex(0)); in ThreadPlanStepInstruction()
52 StackFrameSP parent_frame_sp = m_thread.GetStackFrameAtIndex(1); in ThreadPlanStepInstruction()
115 StackID cur_frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop()
119 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in ShouldStop()
130 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get(); in ShouldStop()
139 … addr_t stop_addr = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in ShouldStop()
140 … s.Address (stop_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
143 … s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
150 m_thread.QueueThreadPlanForStepOut(false, in ShouldStop()
[all …]
DThreadPlanStepThrough.cpp54 StackFrameSP return_frame_sp = m_thread.GetFrameWithStackID (m_stack_id); in ThreadPlanStepThrough()
58 …m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(m_thread.CalculateTarget()… in ThreadPlanStepThrough()
59 …Breakpoint *return_bp = m_thread.GetProcess()->GetTarget().CreateBreakpoint (m_backstop_addr, true… in ThreadPlanStepThrough()
62 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepThrough()
90 …m_sub_plan_sp = m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread,… in LookForPlanToStepThroughFromCurrentPC()
94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC()
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
242 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id); in ClearBackstopBreakpoint()
270 StopInfoSP stop_info_sp(m_thread.GetStopInfo()); in HitOurBackstopBreakpoint()
274 …BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
[all …]
DThreadPlanStepOverRange.cpp76 s.Address (m_thread.GetRegisterContext()->GetPC(), in ShouldStop()
77 m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
103 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
112 StackFrameSP older_frame_sp = m_thread.GetStackFrameAtIndex(1); in ShouldStop()
145 new_plan_sp = m_thread.QueueThreadPlanForStepOut (false, in ShouldStop()
155 … new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
176 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
191 StackFrameSP frame_sp = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
257 … new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans, in ShouldStop()
349 bool in_inlined_stack = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
[all …]
DThreadPlanTracer.cpp39 m_thread (thread), in ThreadPlanTracer()
47 m_thread (thread), in ThreadPlanTracer()
62 TargetSP target_sp (m_thread.CalculateTarget()); in GetLogStream()
79 m_thread.GetStackFrameAtIndex(0)->Dump (stream, show_frame_index, show_fullpaths); in Log()
91 lldb::StopInfoSP stop_info = m_thread.GetStopInfo(); in TracerExplainsStop()
123 …m_disassembler_sp = Disassembler::FindPlugin(m_thread.GetProcess()->GetTarget().GetArchitecture(),… in GetDisassembler()
132 TargetSP target_sp (m_thread.CalculateTarget()); in GetIntPointerType()
155 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in TracingStarted()
186 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in Log()
189 ProcessSP process_sp (m_thread.GetProcess()); in Log()
[all …]
DThreadPlanStepRange.cpp59 m_stack_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in ThreadPlanStepRange()
120 … m_address_ranges[0].Dump (s, m_thread.CalculateTarget().get(), Address::DumpStyleLoadAddress); in DumpRanges()
127 … m_address_ranges[i].Dump (s, m_thread.CalculateTarget().get(), Address::DumpStyleLoadAddress); in DumpRanges()
138 lldb::addr_t pc_load_addr = m_thread.GetRegisterContext()->GetPC(); in InRange()
143 …ret_value = m_address_ranges[i].ContainsLoadAddress(pc_load_addr, m_thread.CalculateTarget().get()… in InRange()
151 StackFrame *frame = m_thread.GetStackFrameAtIndex(0).get(); in InRange()
167 m_thread.CalculateTarget().get(), in InRange()
176 …else if (new_context.line_entry.range.GetBaseAddress().GetLoadAddress(m_thread.CalculateTarget().g… in InRange()
191 m_thread.CalculateTarget().get(), in InRange()
218 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in InSymbol()
[all …]
DThreadPlanStepOverBreakpoint.cpp41 m_breakpoint_addr = m_thread.GetRegisterContext()->GetPC(); in ThreadPlanStepOverBreakpoint()
42 …m_breakpoint_site_id = m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress (m_breakpoi… in ThreadPlanStepOverBreakpoint()
99 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in DoWillResume()
101 m_thread.GetProcess()->DisableBreakpointSite (bp_site_sp.get()); in DoWillResume()
116 lldb::addr_t pc_addr = m_thread.GetRegisterContext()->GetPC(); in MischiefManaged()
142 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in ReenableBreakpointSite()
145 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get()); in ReenableBreakpointSite()
DThreadPlanStepUntil.cpp55 TargetSP target_sp (m_thread.CalculateTarget()); in ThreadPlanStepUntil()
57 StackFrameSP frame_sp (m_thread.GetStackFrameAtIndex (frame_idx)); in ThreadPlanStepUntil()
61 lldb::user_id_t thread_id = m_thread.GetID(); in ThreadPlanStepUntil()
66 StackFrameSP return_frame_sp (m_thread.GetStackFrameAtIndex(frame_idx + 1)); in ThreadPlanStepUntil()
80 m_stack_id = m_thread.GetStackFrameAtIndex(frame_idx)->GetStackID(); in ThreadPlanStepUntil()
108 TargetSP target_sp (m_thread.CalculateTarget()); in Clear()
192 …BreakpointSiteSP this_site = m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp… in AnalyzeStop()
242 StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in AnalyzeStop()
250 StackFrameSP older_frame_sp = m_thread.GetStackFrameAtIndex(1); in AnalyzeStop()
348 TargetSP target_sp (m_thread.CalculateTarget()); in DoWillResume()
[all …]
DThreadPlanStepInRange.cpp101 s.Address (m_thread.GetRegisterContext()->GetPC(), in ShouldStop()
102 m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
148 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
185 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
205 lldb::StackFrameSP curr_frame = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
209 lldb::addr_t curr_addr = m_thread.GetRegisterContext()->GetPC(); in ShouldStop()
217 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
223 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
234 … m_sub_plan_sp = m_thread.QueueThreadPlanForRunToAddress(false, func_start_address,true); in ShouldStop()
463 bool step_without_resume = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
[all …]
DRegisterContext.cpp28 m_thread (thread), in RegisterContext()
44 ProcessSP process_sp (m_thread.GetProcess()); in InvalidateIfNeeded()
107 StackFrameSP frame_sp(m_thread.GetFrameWithConcreteFrameIndex (m_concrete_frame_idx)); in SetPC()
111 m_thread.ClearStackFrames (); in SetPC()
210 RegisterContextSP frame_zero_context = m_thread.GetRegisterContext(); in CopyFromRegisterContext()
243 return m_thread.GetID(); in GetThreadID()
333 ProcessSP process_sp (m_thread.GetProcess()); in ReadRegisterValueFromMemory()
380 ProcessSP process_sp (m_thread.GetProcess()); in WriteRegisterValueToMemory()
424 return m_thread.CalculateTarget(); in CalculateTarget()
431 return m_thread.CalculateProcess (); in CalculateProcess()
[all …]
DStackFrameList.cpp46 m_thread (thread), in StackFrameList()
88 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
127 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
146 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
169 … BreakpointSiteSP bp_site_sp(m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth()
250 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
257 if (m_thread.IsValid() == false) in GetFramesUpTo()
264 Unwind *unwinder = m_thread.GetUnwinder (); in GetFramesUpTo()
299 RegisterContextSP reg_ctx_sp (m_thread.GetRegisterContext()); in GetFramesUpTo()
[all …]
DThreadPlanRunToAddress.cpp42 m_addresses.push_back (address.GetOpcodeLoadAddress (m_thread.CalculateTarget().get())); in ThreadPlanRunToAddress()
57 m_addresses.push_back(m_thread.CalculateTarget()->GetOpcodeLoadAddress(address)); in ThreadPlanRunToAddress()
91 breakpoint = m_thread.CalculateTarget()->CreateBreakpoint (m_addresses[i], true).get(); in SetInitialBreakpoints()
95 breakpoint->SetThreadID(m_thread.GetID()); in SetInitialBreakpoints()
106 m_thread.CalculateTarget()->RemoveBreakpointByID (m_break_ids[i]); in ~ThreadPlanRunToAddress()
157 … Breakpoint *breakpoint = m_thread.CalculateTarget()->GetBreakpointByID (m_break_ids[i]).get(); in GetDescription()
240 m_thread.CalculateTarget()->RemoveBreakpointByID (m_break_ids[i]); in MischiefManaged()
256 lldb::addr_t current_address = m_thread.GetRegisterContext()->GetPC(); in AtOurAddress()
DThreadPlanCallFunction.cpp251 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in ReportRegisterState()
289 ProcessSP process_sp (m_thread.GetProcess()); in DoTakedown()
294 … m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent); in DoTakedown()
298 …called for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid,… in DoTakedown()
300 m_stop_address = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in DoTakedown()
302 m_thread.RestoreRegisterStateFromCheckpoint(m_stored_thread_state); in DoTakedown()
312 … no-op for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid,… in DoTakedown()
331 TargetSP target_sp (m_thread.CalculateTarget()); in GetDescription()
398 ProcessSP process_sp (m_thread.CalculateProcess()); in DoPlanExplainsStop()
527 m_subplan_sp.reset(new ThreadPlanRunToAddress(m_thread, m_start_addr, m_stop_other_threads)); in DidPush()
[all …]
/external/deqp/framework/delibs/decpp/
DdeThread.cpp38 : m_thread(0) in Thread()
51 if (m_thread) in ~Thread()
52 deThread_destroy(m_thread); in ~Thread()
85 DE_ASSERT(!m_thread); in start()
86 m_thread = deThread_create(threadFunc, this, &m_attribs); in start()
87 if (!m_thread) in start()
102 DE_ASSERT(m_thread); in join()
103 if (!deThread_join(m_thread)) in join()
106 deThread_destroy(m_thread); in join()
107 m_thread = 0; in join()
/external/lldb/tools/lldb-perf/darwin/sketch/
Dsketch.cpp219 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"properties"); in TestStep()
220 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"[properties description]"); in TestStep()
221 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"typeName"); in TestStep()
222 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"data"); in TestStep()
223 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"[data description]"); in TestStep()
238 next_action.StepOver(m_thread); in TestStep()
245 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"layoutManager"); in TestStep()
246 m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"contents"); in TestStep()
247 next_action.StepOver(m_thread); in TestStep()
254 next_action.StepOver(m_thread); in TestStep()
[all …]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp70 m_thread.GetProcess()->AddPreResumeAction (PreResumeInitializeClangFunction, (void *) this); in DidPush()
79 m_args_addr = m_trampoline_handler->SetupDispatchFunction(m_thread, m_input_values); in InitializeClangFunction()
89 m_thread.CalculateExecutionContext(exc_ctx); in InitializeClangFunction()
97 m_thread.QueueThreadPlan (m_func_sp, false); in InitializeClangFunction()
170 m_thread.CalculateExecutionContext(exc_ctx); in ShouldStop()
189 … SymbolContext sc = m_thread.GetStackFrameAtIndex(0)->GetSymbolContext(eSymbolContextEverything); in ShouldStop()
190 m_run_to_sp.reset(new ThreadPlanStepOut (m_thread, in ShouldStop()
197 m_thread.QueueThreadPlan(m_run_to_sp, false); in ShouldStop()
213 m_run_to_sp.reset(new ThreadPlanRunToAddress(m_thread, target_so_addr, m_stop_others)); in ShouldStop()
214 m_thread.QueueThreadPlan(m_run_to_sp, false); in ShouldStop()
[all …]
/external/deqp/framework/platform/android/
DtcuAndroidRenderActivity.cpp282 , m_thread (DE_NULL) in RenderActivity()
294 m_thread = thread; in setThread()
307 m_thread->resume(); in onResume()
315 m_thread->pause(); in onPause()
331 m_thread->enqueue(Message(MESSAGE_WINDOW_CREATED, window)); in onNativeWindowCreated()
337 m_thread->enqueue(Message(MESSAGE_WINDOW_RESIZED, window)); in onNativeWindowResized()
348 m_thread->enqueue(Message(MESSAGE_WINDOW_DESTROYED, window)); in onNativeWindowDestroyed()
349 m_thread->sync(); // Block until thread has processed all messages. in onNativeWindowDestroyed()
355 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_CREATED, queue)); in onInputQueueCreated()
361 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_DESTROYED, queue)); in onInputQueueDestroyed()
[all …]
/external/lldb/include/lldb/Target/
DThreadPlan.h289 return m_thread; in GetThread()
295 return m_thread; in GetThread()
301 return m_thread.GetProcess()->GetTarget(); in GetTarget()
307 return m_thread.GetProcess()->GetTarget(); in GetTarget()
443 m_thread.PushPlan (thread_plan_sp); in PushPlan()
501 return m_thread.GetStopInfo (); in GetRealStopInfo()
545 return m_thread.GetPreviousPlan (this); in GetPreviousPlan()
554 return m_thread.GetPrivateStopInfo (); in GetPrivateStopInfo()
560 m_thread.SetStopInfo (stop_reason_sp); in SetStopInfo()
578 Thread &m_thread; variable
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp48 m_thread(thread), in RegisterContextLLDB()
92 ExecutionContext exe_ctx(m_thread.shared_from_this()); in InitializeZerothFrame()
93 RegisterContextSP reg_ctx_sp = m_thread.GetRegisterContext(); in InitializeZerothFrame()
193 …active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeZerothFrame()
240 if (!m_thread.GetRegisterContext()) in InitializeNonZerothFrame()
271 ExecutionContext exe_ctx(m_thread.shared_from_this()); in InitializeNonZerothFrame()
475 …active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeNonZerothFrame()
489 …active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeNonZerothFrame()
591 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind (m_thread); in GetFastUnwindPlanForFrame()
627 ExecutionContext exe_ctx(m_thread.shared_from_this()); in GetFullUnwindPlanForFrame()
[all …]
DRegisterContextMacOSXFrameBackchain.cpp58 return m_thread.GetRegisterContext()->GetRegisterCount(); in GetRegisterCount()
64 return m_thread.GetRegisterContext()->GetRegisterInfoAtIndex(reg); in GetRegisterInfoAtIndex()
70 return m_thread.GetRegisterContext()->GetRegisterSetCount(); in GetRegisterSetCount()
78 return m_thread.GetRegisterContext()->GetRegisterSet (reg_set); in GetRegisterSet()
197 return m_thread.GetRegisterContext()->WriteAllRegisterValues(data_sp); in WriteAllRegisterValues()
204 return m_thread.GetRegisterContext()->ConvertRegisterKindToRegisterNumber (kind, num); in ConvertRegisterKindToRegisterNumber()
DUnwindLLDB.cpp46 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameCount()
77 RegisterContextLLDBSP reg_ctx_sp (new RegisterContextLLDB (m_thread, in AddFirstFrame()
119 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB (m_thread, in AddOneMoreFrame()
221 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameInfoAtIndex()
244 return m_thread.GetRegisterContext(); in DoCreateRegisterContextForFrame()
253 ProcessSP process_sp (m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.cpp81 …m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetGPR, (t… in GetGPRState()
92 …m_state.SetError(e_regSetFPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetFPR, (t… in GetFPRState()
103 …m_state.SetError(e_regSetEXC, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetEXC, (t… in GetEXCState()
114 …m_state.SetError(e_regSetVEC, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetVEC, (t… in GetVECState()
122 …m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetGPR, (… in SetGPRState()
129 …m_state.SetError(e_regSetFPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetFPR, (… in SetFPRState()
136 …m_state.SetError(e_regSetEXC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetEXC, (… in SetEXCState()
143 …m_state.SetError(e_regSetVEC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetVEC, (… in SetVECState()
153 if (m_thread->IsStepping()) in ThreadWillResume()
172 if (m_thread->IsStepping()) in ThreadDidStop()
[all …]
/external/valgrind/drd/tests/
Dpth_broadcast.c60 pthread_t m_thread; member
67 p->m_thread = 0; in cthread_ctr()
154 pthread_create(&p->m_thread, 0, in main()
172 pthread_join(thread_vec[i].m_thread, 0); in main()

123