|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Interpreter/Options.h 297 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
References
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp 248 m_all_options.Append(&m_python_class_options, LLDB_OPT_SET_1|LLDB_OPT_SET_2,
250 m_all_options.Append(&m_bp_opts,
253 m_all_options.Append(&m_dummy_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL);
826 m_options.Append(&m_bp_opts,
829 m_options.Append(&m_dummy_opts, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL);
1655 m_option_group.Append(&m_bp_opts,
1658 m_option_group.Append(&m_access_options,
1661 m_option_group.Append(&m_bp_id,
1756 m_option_group.Append(&m_name_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL);
1835 m_option_group.Append(&m_name_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL);
1904 m_option_group.Append(&m_name_options, LLDB_OPT_SET_3, LLDB_OPT_SET_ALL);
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp 206 m_all_options.Append(&m_func_options, LLDB_OPT_SET_2 | LLDB_OPT_SET_3,
tools/lldb/source/Commands/CommandObjectExpression.cpp 280 m_option_group.Append(&m_format_options,
285 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL,
287 m_option_group.Append(&m_repl_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3);
tools/lldb/source/Commands/CommandObjectFrame.cpp 440 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
441 m_option_group.Append(&m_option_format,
445 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
tools/lldb/source/Commands/CommandObjectMemory.cpp 326 m_option_group.Append(&m_format_options,
330 m_option_group.Append(&m_format_options,
334 m_option_group.Append(&m_format_options,
338 m_option_group.Append(&m_outfile_options, LLDB_OPT_SET_ALL,
340 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3);
1275 m_option_group.Append(&m_format_options,
1278 m_option_group.Append(&m_format_options,
1281 m_option_group.Append(&m_memory_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_2);
tools/lldb/source/Commands/CommandObjectPlatform.cpp 154 m_option_group.Append(&m_platform_options, LLDB_OPT_SET_ALL, 1);
401 m_options.Append(&m_option_working_dir, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
tools/lldb/source/Commands/CommandObjectRegister.cpp 65 m_option_group.Append(&m_format_options,
tools/lldb/source/Commands/CommandObjectTarget.cpp 248 m_option_group.Append(&m_arch_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
249 m_option_group.Append(&m_core_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
250 m_option_group.Append(&m_platform_path, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
251 m_option_group.Append(&m_symbol_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
252 m_option_group.Append(&m_remote_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
253 m_option_group.Append(&m_add_dependents, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
598 m_option_group.Append(&m_all_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
599 m_option_group.Append(&m_cleanup_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
730 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
731 m_option_group.Append(&m_option_variable, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
732 m_option_group.Append(&m_option_format,
736 m_option_group.Append(&m_option_compile_units, LLDB_OPT_SET_ALL,
738 m_option_group.Append(&m_option_shared_libraries, LLDB_OPT_SET_ALL,
2463 m_option_group.Append(&m_uuid_option_group, LLDB_OPT_SET_ALL,
2465 m_option_group.Append(&m_symbol_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
2628 m_option_group.Append(&m_uuid_option_group, LLDB_OPT_SET_ALL,
2630 m_option_group.Append(&m_file_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
2631 m_option_group.Append(&m_load_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
2632 m_option_group.Append(&m_pc_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
2633 m_option_group.Append(&m_slide_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
4014 m_option_group.Append(&m_uuid_option_group, LLDB_OPT_SET_ALL,
4016 m_option_group.Append(&m_file_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
4017 m_option_group.Append(&m_current_frame_option, LLDB_OPT_SET_2,
tools/lldb/source/Commands/CommandObjectThread.cpp 549 m_all_options.Append(&m_class_options,
tools/lldb/source/Commands/CommandObjectType.cpp 626 m_option_group.Append(&m_format_options,
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp 776 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL,
962 m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 5140 m_option_group.Append(&m_num_packets, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5141 m_option_group.Append(&m_max_send, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5142 m_option_group.Append(&m_max_recv, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5143 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp 725 APPEND_OPT(m_dump_all);
726 APPEND_OPT(m_dump_directory);
727 APPEND_OPT(m_dump_linux_cpuinfo);
728 APPEND_OPT(m_dump_linux_proc_status);
729 APPEND_OPT(m_dump_linux_lsb_release);
730 APPEND_OPT(m_dump_linux_cmdline);
731 APPEND_OPT(m_dump_linux_environ);
732 APPEND_OPT(m_dump_linux_auxv);
733 APPEND_OPT(m_dump_linux_maps);
734 APPEND_OPT(m_dump_linux_proc_stat);
735 APPEND_OPT(m_dump_linux_proc_uptime);
736 APPEND_OPT(m_dump_linux_proc_fd);
737 APPEND_OPT(m_dump_linux_all);
738 APPEND_OPT(m_fb_app_data);
739 APPEND_OPT(m_fb_build_id);
740 APPEND_OPT(m_fb_version);
741 APPEND_OPT(m_fb_java_stack);
742 APPEND_OPT(m_fb_dalvik);
743 APPEND_OPT(m_fb_unwind);
744 APPEND_OPT(m_fb_error_log);
745 APPEND_OPT(m_fb_app_state);
746 APPEND_OPT(m_fb_abort);
747 APPEND_OPT(m_fb_thread);
748 APPEND_OPT(m_fb_logcat);
749 APPEND_OPT(m_fb_all);