aboutsummaryrefslogtreecommitdiff
path: root/Host
AgeCommit message (Expand)Author
2012-09-05updated readme file with newer dependenciesTat-Chee Wan (USM)
2012-08-10automated python version invocation for cross-platform supportTat-Chee Wan (USM)
2012-08-10modified exception handler to remove extraneous error message when pyfantom i...Tat-Chee Wan (USM)
2012-02-08do not use pyfantom when not availableTat-Chee Wan (USM)
2011-08-03recheckin with tab-space cleanupTat-Chee Wan (USM)
2011-08-03exit after gdb client disconnect in nowait modeTat-Chee Wan (USM)
2011-07-28cleanup exception handling to check for valid brick objectARMDEBUG_RC1Tat-Chee Wan (USM)
2011-07-28cleanup socket if user exception caughtTat-Chee Wan (USM)
2011-07-22provide verbose, nowait options for invoking nxt-gdb-serverTat-Chee Wan (USM)
2011-07-18added explicit wait for nxt brick to be ready before client connectionTat-Chee Wan (USM)
2011-07-11remove commented out codeTat-Chee Wan (USM)
2011-07-11handle proper brick socket open and close sequenceTat-Chee Wan (USM)
2011-07-08display ctrl-c explicitly in debug informationTat-Chee Wan (USM)
2011-07-06made nak processing more robustTat-Chee Wan (USM)
2011-07-06send nak '-' immediately upon receiptTat-Chee Wan (USM)
2011-06-20made parser more tolerant of multiple ack/nak symbolsTat-Chee Wan (USM)
2011-06-08update python paths for nxt-python with fantom supportTat-Chee Wan (USM)
2011-05-24fix variable reassignment error where socket s is replaced by segment sTat-Chee Wan (USM)
2011-05-23added script to invoke nxt-gdb-server.py with custom nxt-pyton codeTat-Chee Wan (USM)
2011-04-01update server to send ctrl-c messageTat-Chee Wan (USM)
2011-04-01trap ctrl-c from gdb clientTat-Chee Wan (USM)
2011-03-25fixed checksum for continue commandTat-Chee Wan (USM)
2011-03-25updated get cpsr and fpscr register commandTat-Chee Wan (USM)
2011-03-25fixed blocking message exchange logicTC Wan
2011-03-24added commands to resume executionTC Wan
2011-03-23added more test messagesTat-Chee Wan (USM)
2011-03-23receive from nxt only when we actually sent something to itTat-Chee Wan (USM)
2011-03-22updated gdb command checking assert logicTat-Chee Wan (USM)
2011-03-21added eol to last command lineTat-Chee Wan (USM)
2011-03-21added gdb memory access commandsTat-Chee Wan (USM)
2011-03-19added r1 read commandTat-Chee Wan (USM)
2011-03-18updated libusb version info, fixed checksum error in setonereg exampleTat-Chee Wan (USM)
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-22added hand coded gdb server commands for testingTat-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-04updated required libs versions to use pyusb 0.4.xTC Wan
2011-01-04added basic readmeTC Wan