mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
debug Makefile targets
svn-id: r35709
This commit is contained in:
parent
043ddf0ae6
commit
c43b790912
@ -61,6 +61,7 @@ LD = $(PREFIX)gcc
|
||||
AR = $(PREFIX)ar cru
|
||||
RANLIB = $(PREFIX)ranlib
|
||||
STRIP = $(PREFIX)strip -g
|
||||
GDB = $(PREFIX)gdb
|
||||
MKDIR = mkdir -p
|
||||
RM = rm -f
|
||||
RM_REC = rm -rf
|
||||
@ -162,6 +163,12 @@ else
|
||||
$(DEVKITPPC)/bin/wiiload $(TARGET).dol
|
||||
endif
|
||||
|
||||
gdb:
|
||||
$(GDB) -n $(TARGET).elf
|
||||
|
||||
debug:
|
||||
$(GDB) -n $(TARGET).elf -x gdb.txt
|
||||
|
||||
dist:
|
||||
$(MKDIR) dist/scummvm
|
||||
ifeq ($(GAMECUBE),1)
|
||||
|
4
backends/platform/wii/gdb.txt
Normal file
4
backends/platform/wii/gdb.txt
Normal file
@ -0,0 +1,4 @@
|
||||
target remote /dev/ttyUSB0
|
||||
info threads
|
||||
bt
|
||||
|
Loading…
x
Reference in New Issue
Block a user