reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4571 Options *GetOptions() override { return &m_options; } 4619 if (m_options.m_sym_ctx_specified) { 4623 if (!m_options.m_module_name.empty()) { 4625 m_options.m_module_name.c_str(), 4629 if (!m_options.m_class_name.empty()) { 4631 m_options.m_class_name.c_str(), 4635 if (!m_options.m_file_name.empty()) { 4636 specifier_up->AddSpecification(m_options.m_file_name.c_str(), 4640 if (m_options.m_line_start != 0) { 4642 m_options.m_line_start, 4646 if (m_options.m_line_end != UINT_MAX) { 4648 m_options.m_line_end, SymbolContextSpecifier::eLineEndSpecified); 4651 if (!m_options.m_function_name.empty()) { 4653 m_options.m_function_name.c_str(), 4663 if (m_options.m_thread_specified) { 4666 if (m_options.m_thread_id != LLDB_INVALID_THREAD_ID) { 4667 thread_spec->SetTID(m_options.m_thread_id); 4670 if (m_options.m_thread_index != UINT32_MAX) 4671 thread_spec->SetIndex(m_options.m_thread_index); 4673 if (!m_options.m_thread_name.empty()) 4674 thread_spec->SetName(m_options.m_thread_name.c_str()); 4676 if (!m_options.m_queue_name.empty()) 4677 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); 4682 new_hook_sp->SetAutoContinue(m_options.m_auto_continue); 4683 if (m_options.m_use_one_liner) { 4685 for (auto cmd : m_options.m_one_liner)