Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp91 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
104 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
115 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
127 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
139 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
151 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
162 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
175 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
284 loc_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
372 loc_sp->GetTarget().GetAPIMutex()); in GetThreadName()
[all …]
H A DSBBreakpoint.cpp123 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
157 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
177 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
192 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
206 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
217 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
230 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot()
290 bkpt_sp->GetTarget().GetAPIMutex()); in GetCondition()
418 bkpt_sp->GetTarget().GetAPIMutex()); in GetThreadName()
445 bkpt_sp->GetTarget().GetAPIMutex()); in GetQueueName()
[all …]
H A DSBBreakpointName.cpp213 m_impl_up->GetTarget()->GetAPIMutex()); in SetEnabled()
237 m_impl_up->GetTarget()->GetAPIMutex()); in IsEnabled()
250 m_impl_up->GetTarget()->GetAPIMutex()); in SetOneShot()
264 m_impl_up->GetTarget()->GetAPIMutex()); in IsOneShot()
277 m_impl_up->GetTarget()->GetAPIMutex()); in SetIgnoreCount()
291 m_impl_up->GetTarget()->GetAPIMutex()); in GetIgnoreCount()
304 m_impl_up->GetTarget()->GetAPIMutex()); in SetCondition()
318 m_impl_up->GetTarget()->GetAPIMutex()); in GetCondition()
331 m_impl_up->GetTarget()->GetAPIMutex()); in SetAutoContinue()
426 m_impl_up->GetTarget()->GetAPIMutex()); in GetThreadName()
[all …]
H A DSBWatchpoint.cpp112 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()
127 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()
160 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()
173 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()
186 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
198 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
211 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()
221 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()
235 watchpoint_sp->GetTarget().GetAPIMutex()); in GetDescription()
295 watchpoint_sp->GetTarget().GetAPIMutex()); in GetType()
[all …]
H A DSBProcess.cpp136 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()
168 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
194 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
209 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
226 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
349 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
363 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
377 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()
516 process_sp->GetTarget().GetAPIMutex()); in GetExitDescription()
1150 process_sp->GetTarget().GetAPIMutex()); in IsInstrumentationRuntimePresent()
[all …]
H A DSBTarget.cpp78 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in AttachToProcess()
293 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Install()
314 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch()
391 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch()
530 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ConnectRemote()
591 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveLoadAddress()
609 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveFileAddress()
626 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolvePastLoadAddress()
661 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ReadMemory()
1214 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in BreakpointsCreateFromFile()
[all …]
H A DSBInstruction.cpp121 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetMnemonic()
140 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetOperands()
159 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetComment()
176 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetControlFlowKind()
H A DSBCommandInterpreter.cpp369 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetProcess()
458 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInGlobalDirectory()
481 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInHomeDirectory()
497 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInCurrentWorkingDirectory()
H A DSBSymbol.cpp122 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
H A DSBFunction.cpp124 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
H A DSBAddress.cpp114 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetLoadAddress()
H A DSBValue.cpp124 lock = std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in GetSP()
1186 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression()
H A DSBDebugger.cpp573 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in HandleCommand()
644 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in HandleProcessEvent()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp134 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext()
148 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext()
H A DTarget.cpp4957 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp213 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h608 std::recursive_mutex &GetAPIMutex();