| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dprintf: fix uninitialized pointer; return void | H. Peter Anvin | 2009-11-19 | 1 | -2/+2 |
| | | | | | | | | | Fix an uninitialized pointer bug; return void rather than returning int like normal printfs... if we're depending on the return value of a debugging function we're screwed when debugging is disabled. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
| * | dprintf: a generic debug-to-serial infrastructure | H. Peter Anvin | 2009-11-19 | 1 | -0/+22 |
| Actually provide real infrastructure for debug-to-serial. Very useful when debugging fullscreen applications, especially under an emulator like Qemu. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||||
