index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
debug.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
Thomas Martitz
2010-09-20
*
Fix DEBUG builds when CONFIG_CPU != SH7034 and HAVE_GDB_API isn't defined
Rafaël Carré
2009-07-02
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-05-03
*
Fix SH1 debug builds.
Jens Arnold
2007-03-02
*
Fixed warnings in the iFP target.
Tomasz Malesinski
2006-02-12
*
Added GDB API - a way to call stub procedures from a DEBUG build.
Tomasz Malesinski
2006-02-04
*
Enlarged the buffer for DEBUGF()
Linus Nielsen Feltzing
2005-08-16
*
More dead code...
Jens Arnold
2005-05-08
*
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-22
*
Unified build system to use SOURCES for sim builds too, a single Makefile-look
Daniel Stenberg
2005-02-18
*
Made almost the entire file dependent on SH7034. This probably needs attention.
Daniel Stenberg
2005-01-27
*
SH stuff only on SH
Daniel Stenberg
2005-01-27
*
Const policed pointer arguments to functions, part 1
Jens Arnold
2004-08-16
*
Fixed compression bug
Linus Nielsen Feltzing
2004-07-27
*
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-10-20
*
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Björn Stenberg
2002-07-15
*
Now uses power.c/h
Linus Nielsen Feltzing
2002-07-04
*
Added MP3 CRC error count
Linus Nielsen Feltzing
2002-07-04
*
Removed charger and IDE control from the player debug menu
Linus Nielsen Feltzing
2002-07-04
*
Added Player debug menu
Linus Nielsen Feltzing
2002-07-04
*
Added IDE power control to the debug screen
Linus Nielsen Feltzing
2002-07-03
*
Added battery measurement
Linus Nielsen Feltzing
2002-07-02
*
Added recorder debug code
Linus Nielsen Feltzing
2002-07-02
*
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-06-04
*
fixed a section bagder missed
Robert Hak
2002-05-31
*
remove compiler warnings by using '#ifdef DEBUG' on a large section
Daniel Stenberg
2002-05-31
*
debugbuf and debugmembuf does not have to be global
Björn Stenberg
2002-05-30
*
Added gdb stub serial port setup
Björn Stenberg
2002-05-17
*
make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAY
Daniel Stenberg
2002-05-06
*
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-05-02
*
Added Gary's snprintf() and changed all places to use it.
Björn Stenberg
2002-05-02
*
added #ifdef CRT_DISPLAY to provide a printf version of debug()
Stuart Martin
2002-04-30
*
Removed a warning
Linus Nielsen Feltzing
2002-04-24
*
Better handling of gdb CTRL-C during debug output
Linus Nielsen Feltzing
2002-04-23
*
First commit
Linus Nielsen Feltzing
2002-04-20