1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #5160 from kaspar030/native_make_term_through_gdb

native: compile with -g, "make term" runs through gdb
This commit is contained in:
Oleg Hahm 2016-03-24 00:20:40 +01:00
commit 4ae8980a6e
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ endif
endif
export DEBUGGER = gdb
export TERMPROG = $(ELF)
export TERMPROG ?= $(ELF)
export FLASHER = true
export VALGRIND ?= valgrind
export CGANNOTATE ?= cg_annotate

View File

@ -71,7 +71,7 @@ then
if [ "$BUILDTEST_MCU_GROUP" == "x86" ]
then
make -C ./tests/unittests all test BOARD=native || exit
make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
# TODO:
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
# resolved: