Searched refs:GetAPIMutex (Results 1 – 18 of 18) sorted by relevance
98 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()111 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()122 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()134 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()146 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()158 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()170 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()181 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()194 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()205 loc_sp->GetTarget().GetAPIMutex()); in GetAutoContinue()[all …]
222 m_impl_up->GetTarget()->GetAPIMutex()); in SetEnabled()246 m_impl_up->GetTarget()->GetAPIMutex()); in IsEnabled()259 m_impl_up->GetTarget()->GetAPIMutex()); in SetOneShot()273 m_impl_up->GetTarget()->GetAPIMutex()); in IsOneShot()286 m_impl_up->GetTarget()->GetAPIMutex()); in SetIgnoreCount()300 m_impl_up->GetTarget()->GetAPIMutex()); in GetIgnoreCount()314 m_impl_up->GetTarget()->GetAPIMutex()); in SetCondition()328 m_impl_up->GetTarget()->GetAPIMutex()); in GetCondition()342 m_impl_up->GetTarget()->GetAPIMutex()); in SetAutoContinue()356 m_impl_up->GetTarget()->GetAPIMutex()); in GetAutoContinue()[all …]
127 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()142 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()163 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()184 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()200 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()214 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()225 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()238 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()249 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot()261 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal()[all …]
106 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHardwareIndex()121 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()136 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()149 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in SetEnabled()169 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()182 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()195 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()207 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()218 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()231 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()[all …]
144 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()177 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()203 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()219 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()237 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()390 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()406 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()421 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()440 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex()457 process_sp->GetTarget().GetAPIMutex()); in GetNumQueues()[all …]
79 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in AttachToProcess()316 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Install()340 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch()420 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch()567 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ConnectRemote()631 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveLoadAddress()650 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveFileAddress()668 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolvePastLoadAddress()707 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ReadMemory()771 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in BreakpointCreateByLocation()[all …]
124 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetMnemonic()144 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetOperands()164 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetComment()
378 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetProcess()473 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInHomeDirectory()491 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInHomeDirectory()510 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInCurrentWorkingDirectory()
130 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
134 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
120 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetLoadAddress()
122 lock = std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in GetSP()1233 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression()
481 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in HandleCommand()561 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in HandleProcessEvent()
170 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in UpdateThreadList()312 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateRegisterContextForThread()399 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateThread()
135 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext()149 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext()
4343 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
214 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
554 std::recursive_mutex &GetAPIMutex();