summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-24undo fpscr support as gdb complains that packet reply is too longTat-Chee Wan (USM)
2011-03-24added fpscr register get and set support to make gdb happyTat-Chee Wan (USM)
2011-03-24ascii2hex_varlen_be should not autoincrement buffer pointerTat-Chee Wan (USM)
2011-03-24cater for variable length address parametersTat-Chee Wan (USM)
2011-03-24cleaned up register get and set routinesTat-Chee Wan (USM)
2011-03-24rewrite char2hex to avoid trashing register r1Tat-Chee Wan (USM)
2011-03-24fix incoming message packet acknowlegement parsing logicTat-Chee Wan (USM)
2011-03-23fix routine renaming issues, set register command handlerTC Wan
2011-03-23cannot use teq for negative one constant value comparisonTC Wan
2011-03-23variable length big endian hex value conversion routine for gdb param parsingTC Wan
2011-03-23cannot use rol, covert to ror insteadTC Wan
2011-03-23rewrite multibyte ascii to hex conversion routines to take care of little end...TC Wan
2011-03-23work in progressTat-Chee Wan (USM)
2011-03-23changed output routines to use little endian as defaultTat-Chee Wan (USM)
2011-03-23modify get and set all regs to handle r0-r15 followed by cpsrTat-Chee Wan (USM)
2011-03-23add missing conditional branch to command checking logicTat-Chee Wan (USM)
2011-03-23added more test messagesTat-Chee Wan (USM)
2011-03-23more gdb request response cleanupTat-Chee Wan (USM)
2011-03-23changed response for unrecognized command to return empty gdb messageTat-Chee Wan (USM)
2011-03-23fix char2hex to allow lower case ascii hex charsTat-Chee Wan (USM)
2011-03-23receive from nxt only when we actually sent something to itTat-Chee Wan (USM)
2011-03-23fix if preprocessor syntax errorTat-Chee Wan (USM)
2011-03-23cleanup breakpoint waitcmd loopTat-Chee Wan (USM)
2011-03-23fix syntax error for msr spsr instructionTat-Chee Wan (USM)
2011-03-23do not push lr to stack in continue command handlerTat-Chee Wan (USM)
2011-03-22continue execution wipTat-Chee Wan (USM)
2011-03-22continue command wipTat-Chee Wan (USM)
2011-03-22updated gdb command checking assert logicTat-Chee Wan (USM)
2011-03-22clarified comments regarding usb and gdb message formatsTat-Chee Wan (USM)
2011-03-22rework message handling logic to take care of packet acknowledgements sent by...Tat-Chee Wan (USM)
2011-03-22Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-22cleaned up error message handlersTat-Chee Wan (USM)
2011-03-21fixed comments for breakpoint command supportTat-Chee Wan (USM)
2011-03-21added eol to last command lineTat-Chee Wan (USM)
2011-03-21should be mov not moveq when copying numbytes to register r4Tat-Chee Wan (USM)
2011-03-21cannot pop lr in thumb modeTat-Chee Wan (USM)
2011-03-21dumb mistake, forgot to preserve lrTat-Chee Wan (USM)
2011-03-21fixed incorrect argument size comparison for debug_modeTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21added gdb memory access commandsTat-Chee Wan (USM)
2011-03-21disabled nxos compilation for nowNXTFIRMWARE_BUILDTat-Chee Wan (USM)
2011-03-21fix syntax errors, thumb mode constant issuesTat-Chee Wan (USM)
2011-03-19implemented memory write command, renumbered error messagesTat-Chee Wan (USM)
2011-03-19added read memory commandTat-Chee Wan (USM)
2011-03-19added r1 read commandTat-Chee Wan (USM)
2011-03-18second attempt at determining whether we are in debug modeTat-Chee Wan (USM)
2011-03-18status flags ares not consisent after popTat-Chee Wan (USM)
2011-03-18we cannot use immediate operands for and in thumb modeTat-Chee Wan (USM)
2011-03-18we should only invoke bkpt in ccommhandledebug in normal operation modeTat-Chee Wan (USM)
2011-03-18fixed incorrect parameter lengths for setoneregTat-Chee Wan (USM)