summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
AgeCommit message (Expand)Author
2011-03-19implemented memory write command, renumbered error messagesTat-Chee Wan (USM)
2011-03-19added read memory commandTat-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)
2011-02-14initial nxt firmware support hooksTat-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-12added ctrl-c definition, not supported currentlyTC Wan
2011-01-11implemented segment reassemblyTC Wan
2011-01-10fixed obsolete response header constantsTC Wan
2011-01-04adjusted nxt message to 3 byte header formatTC Wan
2010-12-28xfer between usb and message buffersTC Wan
2010-12-23checkin wip for communications supportTC Wan
2010-12-21more syntax error fun with static and extern in breakpoint prototypesTC Wan
2010-12-21forgot to add static keyword to breakpoint prototypesTC Wan
2010-12-20updated bitmasks and debugger stack contents descriptionUSER_STACKTC Wan
2010-12-20switch to static inline to avoid multiple definitionsTC Wan
2010-12-17use defines instead of hardcoding constants for breakpoint instructionTC Wan
2010-12-16correct name of steve furber's bookTC Wan
2010-12-16fix undef handler instruction address calculation, arm7 does not recognize bk...TC Wan
2010-12-14fix compile errorsTC Wan
2010-12-14fix compile errorsTC Wan
2010-12-14fixed compilation errors in nxos, added condition code parser tableTC 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