summaryrefslogtreecommitdiff
path: root/Host/nxt-gdb-server.py
AgeCommit message (Expand)Author
2011-03-17added length check for gdb commandTat-Chee Wan (USM)
2011-03-15dont add newline to debug messageTat-Chee Wan (USM)
2011-03-15fix scoping error for data variableTat-Chee Wan (USM)
2011-03-15added support for blocking libusb, ignore some errors for usb sendTat-Chee Wan (USM)
2011-02-23fixed syntax error for appending stringsTat-Chee Wan (USM)
2011-02-22fixed scoping issue when referring to local routineTat-Chee Wan (USM)
2011-02-21fix boolean and operator syntaxTat-Chee Wan (USM)
2011-02-21fix syntax errors in python scriptTat-Chee Wan (USM)
2011-01-24cleanup syntaxTC Wan
2011-01-18in reassemble, avoid busy wait for messages when no messages are pendingTat-Chee Wan (USM)
2011-01-17fixed python syntax errors, cleanupTC Wan
2011-01-14modify server to accept and reassemble segmented messages from nxtTC Wan
2011-01-10updatex server to handle segmentation to nxt and message boundary checkingTC Wan
2011-01-04added segment_no support logic to receive routineTC Wan
2011-01-04adjusted nxt message to 3 byte header formatTC Wan
2011-01-04added some diagnostics output messagesTC Wan
2011-01-04added python nxt gdb-server interfaceTC Wan