Home
last modified time | relevance | path

Searched refs:GetAPIMutex (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp98 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 …]
DSBBreakpointName.cpp222 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 …]
DSBBreakpoint.cpp127 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 …]
DSBWatchpoint.cpp106 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 …]
DSBProcess.cpp144 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 …]
DSBTarget.cpp79 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 …]
DSBInstruction.cpp124 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()
DSBCommandInterpreter.cpp378 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()
DSBSymbol.cpp130 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
DSBFunction.cpp134 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
DSBAddress.cpp120 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetLoadAddress()
DSBValue.cpp122 lock = std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in GetSP()
1233 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression()
DSBDebugger.cpp481 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()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp170 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()
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp135 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()
DTarget.cpp4343 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp214 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h554 std::recursive_mutex &GetAPIMutex();