Skip to content

Commit

Permalink
Disable new gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 21, 2025
1 parent 22ef4b7 commit 7fd2e2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/cmake/project.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ function(__project_info test_components)
idf_build_get_property(COMPONENT_KCONFIGS_PROJBUILD KCONFIG_PROJBUILDS)
idf_build_get_property(debug_prefix_map_gdbinit DEBUG_PREFIX_MAP_GDBINIT)

__generate_gdbinit()
idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
__get_openocd_options(debug_arguments_openocd)
# __generate_gdbinit()
# idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
# idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
# idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
# idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
# __get_openocd_options(debug_arguments_openocd)

if(CONFIG_APP_BUILD_TYPE_RAM)
set(PROJECT_BUILD_TYPE ram_app)
Expand Down

0 comments on commit 7fd2e2b

Please sign in to comment.