| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 90 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress() 103 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled() 114 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled() 126 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount() 138 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount() 150 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount() 161 loc_sp->GetTarget().GetAPIMutex()); in SetCondition() 172 loc_sp->GetTarget().GetAPIMutex()); in GetCondition() 184 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue() 195 loc_sp->GetTarget().GetAPIMutex()); in GetAutoContinue() [all …]
|
| H A D | SBBreakpoint.cpp | 124 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites() 158 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress() 178 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID() 193 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex() 207 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled() 218 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled() 231 bkpt_sp->GetTarget().GetAPIMutex()); in SetOneShot() 242 bkpt_sp->GetTarget().GetAPIMutex()); in IsOneShot() 254 bkpt_sp->GetTarget().GetAPIMutex()); in IsInternal() 267 bkpt_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount() [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() 331 m_impl_up->GetTarget()->GetAPIMutex()); in SetAutoContinue() 345 m_impl_up->GetTarget()->GetAPIMutex()); in GetAutoContinue() [all …]
|
| H A D | SBProcess.cpp | 135 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch() 167 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID() 193 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads() 208 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread() 225 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread() 348 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread() 362 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID() 376 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID() 394 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex() 1128 process_sp->GetTarget().GetAPIMutex()); in IsInstrumentationRuntimePresent() [all …]
|
| H A D | SBWatchpoint.cpp | 102 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHardwareIndex() 117 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress() 132 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize() 145 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in SetEnabled() 165 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled() 178 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount() 191 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount() 203 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount() 214 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition() 226 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition() [all …]
|
| H A D | SBTarget.cpp | 77 std::lock_guard<std::recursive_mutex> guard(target.GetAPIMutex()); in AttachToProcess() 292 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Install() 313 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch() 390 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in Launch() 528 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ConnectRemote() 589 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() 624 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ResolvePastLoadAddress() 659 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in ReadMemory() 1212 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in BreakpointsCreateFromFile() [all …]
|
| H A D | SBInstruction.cpp | 119 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetMnemonic() 138 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetOperands() 157 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetComment()
|
| H A D | SBCommandInterpreter.cpp | 350 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in GetProcess() 439 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInGlobalDirectory() 462 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in SourceInitFileInHomeDirectory() 478 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 | 127 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 | 120 lock = std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in GetSP() 1192 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression()
|
| H A D | SBDebugger.cpp | 524 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in HandleCommand() 595 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in HandleProcessEvent()
|
| /llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 158 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in UpdateThreadList() 300 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateRegisterContextForThread() 387 std::unique_lock<std::recursive_mutex> api_lock(target.GetAPIMutex(), in CreateThread()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 133 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext() 147 lock = std::unique_lock<std::recursive_mutex>(m_target_sp->GetAPIMutex()); in ExecutionContext()
|
| H A D | Target.cpp | 4731 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 213 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Target.h | 584 std::recursive_mutex &GetAPIMutex();
|