1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/debug/org.eclipse.cdt.debug.application.doc/reference
Jonah Graham b8bd15844b Bug 571722: Add ALL_FLAGS for scanner discovery
This change adds the ALL_FLAGS that does not limit tool options to
those declared as IOption::isForScannerDiscovery when launching the
compiler to discover compiler built-ins.

This is needed as many other flags, either entered manually in "Other
flags" or some of the existing flags with checkboxes such as "-ansi",
"-fPIC", and "-fstack-protector-all" which all affect scanner discovery
as they can all change what macros are built-in to the compiler.

The current solution has as a drawback that some settings, like -I and -D
then appear twice. For example in the "Includes" node in the "Project
Explorer"

My only reservation about this change is if there is an option
that can be specified successfully at build time, but when used
at scanner discovery time causes the compiler to fail, or return
incorrect results. Therefore I have added a new field,
excludeFromScannerDiscovery to tool options (buildDefinitions
extension point) that allows tool integrators to always exclude
a command line option from ALL_FLAGS. I have also added
a new "Other flags (excluded from discovery)" to the
"Miscellaneous" tab to allow compiler options to be entered
by the user.
2022-11-21 10:46:49 -05:00
..
cdt_o_ceditor_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_dbg_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_menu.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_o_mproj_pref.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_o_mproj_pref_macro.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_o_new_mproj.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_new_sproj.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_proj_prop_pages.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_prop_file.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_prop_folder.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_prop_proj.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_ref.htm Add missing reference to GDB Debugging Preferences (for DSF preferences) 2016-12-05 21:47:25 +00:00
cdt_o_run_dbg_pages.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_o_views.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_appearance_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_code_style_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_code_templates_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_color.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_con_assist.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_con_assist_adv.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_folding.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_gen.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_c_editor_hov.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_mark_occurrences.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_save_actions.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_scalability.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_editor_typing.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_file_types.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_c_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_call_hierarchy_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_code_temp.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_console_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_console_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_cproj_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_create_make_target.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dbg_breadcrumb.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dbg_brkpt_actions.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dbg_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dbg_src.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dbg_src_path_mapping.htm Bug 472765: User documentation for Path Mapping 2016-04-13 10:41:46 -05:00
cdt_u_dbg_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_debug.htm Bug 484900: Remove CDI User Documentation 2016-12-05 21:46:22 +00:00
cdt_u_discovery_preferences.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dissassembly_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_dsfgdb.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_editor_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_environment_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_inc.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_lang_mapp.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_lng.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_steps.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_sym.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fileprop_toolsettings.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_find_replace.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fprop_resource.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_fprop_toolsettings.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_icons.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_include_browser_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_indexer_preference.html Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_language_mapping_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_m_edit.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_file.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_navigate.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_project.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_refactor.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_run.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_search.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_source.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_m_window.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_make_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_make_settings_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_make_targets_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_makefile_settings_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_mem_view_pref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_memoryview.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_mfile_build.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_mfile_info.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_mfile_rcbs.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_mfile_tool_settings.htm Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
cdt_u_modules_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_navigator_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_new_proj_wiz.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_new_proj_wiz_config.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_new_proj_wiz_name.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_new_proj_wiz_toolchain.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_new_proj_wiz_type.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_behavior.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_buildset.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_def_symb.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_discovery_options.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_parser_binary.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_parser_error.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_newproj_platf.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_open_element.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_outline_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_build.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_build_error_parsers.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_build_scanner_discovery.htm Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
cdt_u_pref_build_vars.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_multi_cfg.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_prop_pages.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_task_tags.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_wizard_defaults.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_pref_wizard_toolchains.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_problems_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_project_explorer_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_all.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_discovery.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_environment.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_settings_artifact.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_settings_binparser.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_settings_errparser.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_settings_steps.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_settings_tool.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_toolchain.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_build_variables.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_builders.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_cfg_dialog.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_doc.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_exp.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_idx.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_lng.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_hier.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_inc.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_lib.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_libpath.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_out.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_ref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_src.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_pns_sym.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_scanner_discovery.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_sd_entries.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_sd_providers.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_general_typ.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_manage_dialog.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_manage_newdialog.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_manage_rendialog.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_ref.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_refactoring_history.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_resource.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_prop_rundebug.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_properties.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_properties_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_registersview.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_arg.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_comm.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_dbg.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_env.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_launch_group.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_main.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_run_dbg_srce.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_scanner_cfg_disc.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_search.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_search_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_signals_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_tasks_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_toolbar.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_type_hierarchy_view.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_view_executables.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00
cdt_u_views.htm Add CDT Standalone Debugger 2014-05-05 15:39:30 -04:00