| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 91 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() 185 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue() 196 loc_sp->GetTarget().GetAPIMutex()); in GetAutoContinue() [all …]
|
| H A D | SBBreakpoint.cpp | 123 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites() 137 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress() 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() 241 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot() 253 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal() [all …]
|
| H A D | SBBreakpointName.cpp | 213 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() 332 m_impl_up->GetTarget()->GetAPIMutex()); in SetAutoContinue() 346 m_impl_up->GetTarget()->GetAPIMutex()); in GetAutoContinue() [all …]
|
| H A D | SBWatchpoint.cpp | 112 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress() 127 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize() 140 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in SetEnabled() 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() [all …]
|
| H A D | SBProcess.cpp | 139 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch() 172 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID() 198 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads() 214 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread() 231 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread() 354 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread() 368 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID() 382 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID() 399 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex() 417 process_sp->GetTarget().GetAPIMutex()); in GetNumQueues() [all …]
|
| H A D | SBTarget.cpp | 78 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in AttachToProcess() 299 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Install() 318 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch() 393 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch() 531 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ConnectRemote() 590 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveLoadAddress() 607 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolveFileAddress() 623 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolvePastLoadAddress() 658 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ReadMemory() 710 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in BreakpointCreateByLocation() [all …]
|
| H A D | SBInstruction.cpp | 120 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetMnemonic() 139 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetOperands() 158 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetComment() 175 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetControlFlowKind()
|
| H A D | SBMutex.cpp | 36 target_sp, &target_sp->GetAPIMutex())) { in SBMutex()
|
| H A D | SBCommandInterpreter.cpp | 382 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetProcess() 471 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInGlobalDirectory() 494 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()
|
| H A D | SBSymbol.cpp | 122 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
|
| H A D | SBFunction.cpp | 125 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
|
| H A D | SBAddress.cpp | 114 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetLoadAddress()
|
| H A D | SBValue.cpp | 124 lock = std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in GetSP() 1242 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression()
|
| H A D | SBDebugger.cpp | 530 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in HandleCommand() 601 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in HandleProcessEvent()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 134 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 D | Target.cpp | 5176 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 961 lldb::SBMutex GetAPIMutex() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 210 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 651 std::recursive_mutex &GetAPIMutex();
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 62289 result = ((lldb::SBTarget const *)arg1)->GetAPIMutex(); in _wrap_SBTarget_GetAPIMutex()
|