aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_hexutils.S
AgeCommit message (Collapse)Author
2011-07-12return lowecase hex chars to avoid conflict with gdb error responseTat-Chee Wan (USM)
GDB error response starts with E NN, which can be triggered if the hex value starts with an E digit. Use lowercase hex digits to avoid this conflict.
2011-06-14moved hex conversion routines to its own source fileTat-Chee Wan (USM)