summaryrefslogtreecommitdiff
path: root/Debugger
AgeCommit message (Expand)Author
2011-05-23Don't send another ack after responding to ctrl-c from debuggerTat-Chee Wan (USM)
2011-05-23don't reset nxtcommchannel in _dbg__comm_readbuf_reset since it is called aft...Tat-Chee Wan (USM)
2011-04-21reenable nxos test compilation, added comment regarding buffer usageTC Wan
2011-04-15modified communications module to handle bluetooth comms for nxt firmwareTat-Chee Wan (USM)
2011-04-04optimized access to carry flagTat-Chee Wan (USM)
2011-04-04left out adc opcode supportTat-Chee Wan (USM)
2011-04-04thumb bcond handlerTat-Chee Wan (USM)
2011-04-04work in progress to pass cpsr condition codes to thumb routine handlerTat-Chee Wan (USM)
2011-04-04work in progress for thumb branch-conditional supportTat-Chee Wan (USM)
2011-04-04draft thumb instruction decoder with optional blx supportTat-Chee Wan (USM)
2011-04-04work in progress for thumb instruction handlingTat-Chee Wan (USM)
2011-04-04optimized reference to halfword bitmask valuesTat-Chee Wan (USM)
2011-04-02work in progress for arm code eval handlerTat-Chee Wan (USM)
2011-04-02work in progress for arm instruction decoderTat-Chee Wan (USM)
2011-04-02removed unused macrosTat-Chee Wan (USM)
2011-04-02added exception vector addressesTat-Chee Wan (USM)
2011-04-01work in progressTat-Chee Wan (USM)
2011-04-01defined rrx processing logicTat-Chee Wan (USM)
2011-04-01work in progress to support instruction steppingTat-Chee Wan (USM)
2011-04-01debug handler must be passed in non-banked registerTat-Chee Wan (USM)
2011-04-01fixed thumb breakpoint detection logic in undef handlerTat-Chee Wan (USM)
2011-04-01update armdebug to handle ctrl-c messagesTat-Chee Wan (USM)
2011-04-01fix init for debug_curr_breakpoint due to change to byte type variableTat-Chee Wan (USM)
2011-04-01refactored message ack or nak routines to always send a reply to any gdb messageTat-Chee Wan (USM)
2011-03-30fixup obsolete autobreakpoint return codeTat-Chee Wan (USM)
2011-03-30draft step handlerTat-Chee Wan (USM)
2011-03-28split out internal constants from debug_stub.hTat-Chee Wan (USM)
2011-03-28work in progressTat-Chee Wan (USM)
2011-03-26continue for normal breakpoints wipTat-Chee Wan (USM)
2011-03-25separated breakpoint type from debugger stateTat-Chee Wan (USM)
2011-03-25fix register get and set register enum to match gdb requirementsTat-Chee Wan (USM)
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-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)