boards nrf_bsim: Set native_gdb as debug runner

Set native_gdb as the runner for the debug build target

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-03 14:46:47 +02:00 committed by Carles Cufí
parent 9ce33d7512
commit b1515ac364

View file

@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
set(SUPPORTED_EMU_PLATFORMS native)
board_set_debugger_ifnset(native_gdb)
board_finalize_runner_args(native_gdb)