Skip to content

Commit 1e853d6

Browse files
authored
Update project.cmake
1 parent ea1a763 commit 1e853d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/cmake/project.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,12 @@ function(__project_info test_components)
353353
idf_build_get_property(COMPONENT_KCONFIGS_PROJBUILD KCONFIG_PROJBUILDS)
354354
idf_build_get_property(debug_prefix_map_gdbinit DEBUG_PREFIX_MAP_GDBINIT)
355355

356-
# __generate_gdbinit()
357-
# idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
358-
# idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
359-
# idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
360-
# idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
361-
# __get_openocd_options(debug_arguments_openocd)
356+
__generate_gdbinit()
357+
idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
358+
idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
359+
idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
360+
idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
361+
__get_openocd_options(debug_arguments_openocd)
362362

363363
if(CONFIG_APP_BUILD_TYPE_RAM)
364364
set(PROJECT_BUILD_TYPE ram_app)

0 commit comments

Comments
 (0)