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