[Scummvm-cvs-logs] SF.net SVN: scummvm:[35709] scummvm/trunk/backends/platform/wii

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Jan 3 20:26:44 CET 2009


Revision: 35709
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35709&view=rev
Author:   dhewg
Date:     2009-01-03 19:26:44 +0000 (Sat, 03 Jan 2009)

Log Message:
-----------
debug Makefile targets

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/Makefile

Added Paths:
-----------
    scummvm/trunk/backends/platform/wii/gdb.txt

Modified: scummvm/trunk/backends/platform/wii/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wii/Makefile	2009-01-03 19:20:24 UTC (rev 35708)
+++ scummvm/trunk/backends/platform/wii/Makefile	2009-01-03 19:26:44 UTC (rev 35709)
@@ -61,6 +61,7 @@
 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 @@
 	$(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)

Added: scummvm/trunk/backends/platform/wii/gdb.txt
===================================================================
--- scummvm/trunk/backends/platform/wii/gdb.txt	                        (rev 0)
+++ scummvm/trunk/backends/platform/wii/gdb.txt	2009-01-03 19:26:44 UTC (rev 35709)
@@ -0,0 +1,4 @@
+target remote /dev/ttyUSB0
+info threads
+bt
+


Property changes on: scummvm/trunk/backends/platform/wii/gdb.txt
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list