Lines Matching refs:m_process
60 if (m_process && vtable_load_addr != LLDB_INVALID_ADDRESS) { in GetTypeInfoFromVTableAddress()
63 Target &target = m_process->GetTarget(); in GetTypeInfoFromVTableAddress()
448 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
462 Target &target = m_process->GetTarget(); in CreateExceptionBreakpoint()
474 if (!m_process) in SetExceptionBreakpoints()
496 if (!m_process) in ClearExceptionBreakpoints()
510 if (!m_process) in ExceptionBreakpointsExplainStop()
517 return m_process->GetBreakpointSiteList().BreakpointSiteContainsBreakpoint( in ExceptionBreakpointsExplainStop()
527 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
541 options.SetTimeout(m_process->GetUtilityExpressionTimeout()); in GetExceptionObjectForThread()
545 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
559 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
570 size_t ptr_size = m_process->GetAddressByteSize(); in GetExceptionObjectForThread()
573 m_process->ReadPointerFromMemory(result_ptr - ptr_size, error); in GetExceptionObjectForThread()
580 *m_process); in GetExceptionObjectForThread()
582 "exception", exception_isw.GetAsData(m_process->GetByteOrder()), exe_ctx, in GetExceptionObjectForThread()