aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-02-21we can't use teq for true value since it is 32-bitsTat-Chee Wan (USM)
2011-02-21more refactory to support nxt firmware, cleanup codeTat-Chee Wan (USM)
2011-02-21checkin refactored code for nxt firmware supportTat-Chee Wan (USM)
2011-02-14removed assert call to avoid bloating executableTat-Chee Wan (USM)
2011-02-14Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-02-14made _copy_msg_to_usbbuf conditional since we need different logic for nxt ↵Tat-Chee Wan (USM)
firmware
2011-02-14added hooks to invoke debugger from nxt firmware comm moduleTat-Chee Wan (USM)
2011-02-14Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-02-14initial nxt firmware support hooksTat-Chee Wan (USM)
2011-02-14Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-02-14made debugger conditionalTat-Chee Wan (USM)
2011-02-11added preliminary run loop separationTat-Chee Wan (USM)
2011-01-24cleanup syntaxTC Wan
2011-01-18fix error in breakpoint index calculationTat-Chee Wan (USM)
Register R0 is overwritten in macro call. R1 has to be used instead.
2011-01-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-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-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-01-18in reassemble, avoid busy wait for messages when no messages are pendingTat-Chee Wan (USM)
2011-01-17Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-01-17fixed python syntax errors, cleanupTC Wan
2011-01-14Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-01-14modify server to accept and reassemble segmented messages from nxtTC Wan
2011-01-12Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-01-12updated breakpoint waitcmd routine due to change in debug_commTat-Chee Wan (USM)
2011-01-12implement usb message fragmentation and send logicTat-Chee Wan (USM)
2011-01-12updated comments for macrosTat-Chee Wan (USM)
2011-01-12checkin wipTC Wan
2011-01-12checkin wipTC Wan
2011-01-12fix logical errors in dbg__getDebugMsgTC Wan
2011-01-12cleanup ascii to hex conversion routinesTC Wan
Work in Progress. Restructured ASCII to Hex conversion routines, removed ASCIIZ insertion into ASCII buffer. dbg__getDebugMsg complete, and dbg__putDebugMsg is WIP.
2011-01-12added ctrl-c definition, not supported currentlyTC Wan
2011-01-11implemented segment reassemblyTC Wan
2011-01-11added comment regarding stack frame orderTC Wan
2011-01-10Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-01-10added manual breakpoint test routines to simplify testing of debugger logicTC Wan
2011-01-10fixed obsolete response header constantsTC Wan
2011-01-10Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-01-10updatex server to handle segmentation to nxt and message boundary checkingTC Wan
2011-01-07added references to nxt firmware usb read and write routinesTat-Chee Wan (USM)
2011-01-05Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-01-04fixed comment regarding header length for telegram size calculationTC Wan
2011-01-04added segment_no support logic to receive routineTC Wan
2011-01-04adjusted nxt message to 3 byte header formatTC Wan
Adjusted NXT Message Header to use 3 byte header format to support future expansion of multi-segmented GDB messages. This is not used at this moment.
2011-01-04updated required libs versions to use pyusb 0.4.xTC Wan
Need to use PyUSB 0.4.x instead of the newer 1.0x version since the new version is not stable yet.
2011-01-04Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTC Wan
2011-01-04added basic readmeTC Wan
2011-01-04removed external packages from repositoryTC Wan
The external dependencies are expected to be provided via system installed libraries.
2011-01-04added some diagnostics output messagesTC Wan