Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp90 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 DSBBreakpoint.cpp124 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 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()
345 m_impl_up->GetTarget()->GetAPIMutex()); in GetAutoContinue()
[all …]
H A DSBProcess.cpp135 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 DSBWatchpoint.cpp102 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 DSBTarget.cpp77 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 DSBInstruction.cpp119 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 DSBCommandInterpreter.cpp350 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 DSBSymbol.cpp122 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex()); in GetInstructions()
H A DSBFunction.cpp127 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.cpp120 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 DSBDebugger.cpp524 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 DOperatingSystemPython.cpp158 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 DExecutionContext.cpp133 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 DTarget.cpp4731 std::recursive_mutex &Target::GetAPIMutex() { in GetAPIMutex() function in Target
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp213 std::unique_lock<std::recursive_mutex>(target->GetAPIMutex()); in CheckRequirements()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h584 std::recursive_mutex &GetAPIMutex();