summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.S
AgeCommit message (Expand)Author
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-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-15specify 4-byte alignment explicitly to avoid assembler issueTat-Chee Wan (USM)
2011-03-15buffer pointer variable not accessible from debug_stub moduleTat-Chee Wan (USM)
2011-03-15misc bugfixes for gdb message parsing and error reportingTat-Chee Wan (USM)
2011-02-21fixed debugger waitcmd loop to not check indefinitely for messagesTat-Chee Wan (USM)
2011-02-21return from dbg__bkpt_init using bx lr since we may have been called from thu...Tat-Chee Wan (USM)
2011-02-14initial nxt firmware support hooksTat-Chee Wan (USM)
2011-02-11added preliminary run loop separationTat-Chee Wan (USM)
2011-01-18fix error in breakpoint index calculationTat-Chee Wan (USM)
2011-01-18implemented get/set registers and insert/remove breakpoints commandsTat-Chee Wan (USM)
2011-01-18fixing command decoder after changes made to comm routinesTat-Chee Wan (USM)
2011-01-12updated breakpoint waitcmd routine due to change in debug_commTat-Chee Wan (USM)
2011-01-11added comment regarding stack frame orderTC Wan
2010-12-28xfer between usb and message buffersTC Wan
2010-12-28updated gdb remote serial protocol commands infoTC Wan
2010-12-23checkin wip for communications supportTC Wan
2010-12-20updated bitmasks and debugger stack contents descriptionUSER_STACKTC Wan
2010-12-15added stub routines for debug_procsetregs and debug_procsetoneregTC Wan
2010-12-15added arm condition code check routineTC Wan
2010-12-14checking condition code check routineTC Wan
2010-12-14fix compile errorsTC Wan
2010-12-14fixed compilation errors in nxos, added condition code parser tableTC Wan
2010-12-02added instruction decode tablesTC Wan
2010-12-02changed the license clause, misc cleanupsTC Wan
2010-12-01fix undef_handler, initial design for next instruction decodeTC Wan
2010-12-01restructure repositoryTC Wan