summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-08display ctrl-c explicitly in debug informationTat-Chee Wan (USM)
2011-07-06fix syntax errorsTat-Chee Wan (USM)
2011-07-06updated arm condtion code check algorithmTC Wan
2011-07-06update comment on nak message processingTat-Chee Wan (USM)
2011-07-06made nak processing more robustTat-Chee Wan (USM)
2011-07-06the previous transmitted message checksum must be cleared before retransmittingTat-Chee Wan (USM)
2011-07-06send nak '-' immediately upon receiptTat-Chee Wan (USM)
2011-07-06attempt to fix gdb nak retransmit endless loopTat-Chee Wan (USM)
2011-07-06reorder arm opcode decode table entries to check for more specific instr firstTat-Chee Wan (USM)
2011-07-06fix bug in b and bl offset calculation, code cleanup.Tat-Chee Wan (USM)
2011-07-05added gdb step command execution example routineTat-Chee Wan (USM)
2011-07-05refactoring, moved opcode parsing logic to separate fileTat-Chee Wan (USM)
2011-07-05fix step command responseTat-Chee Wan (USM)
2011-07-04thumb instruction parser cleanupsTat-Chee Wan (USM)
2011-07-04code cleanup, moved constant defines to debug_internals.hTat-Chee Wan (USM)
2011-07-04update arm opcode parser for ldm instructionTat-Chee Wan (USM)
2011-07-04work in progress, done prelim audit of arm opcode parsingTat-Chee Wan (USM)
2011-07-04work in progress, further cleanupsTat-Chee Wan (USM)
2011-07-02work in progress: fix thumb instruction evaluation, update arm data instructi...Tat-Chee Wan (USM)
2011-07-02optimization, removed one instruction from _dbg_cond_complex_checkTat-Chee Wan (USM)
2011-07-01work in progress, cleaning up code handler apiTat-Chee Wan (USM)
2011-07-01fix invalid table name in _dbg_armDecodeEntry macro, improved comments in arm...Tat-Chee Wan (USM)
2011-07-01work in progress, clean up _dbg_check_arm_condcodeTat-Chee Wan (USM)
2011-07-01work in progress to fix bugs in arm opcode parserTat-Chee Wan (USM)
2011-07-01simple code optimizationTat-Chee Wan (USM)
2011-06-29remove wait delay in comm transmitTat-Chee Wan (USM)
2011-06-29fix bug in dbg__sendcommmsg where it did not set the return valueTat-Chee Wan (USM)
2011-06-29added 1 ms delay to run loopTat-Chee Wan (USM)
2011-06-22power down brick when kill command receivedTat-Chee Wan (USM)
2011-06-22more refactoring, moved platform specific includes to debug_runlooptasks.hTat-Chee Wan (USM)
2011-06-22added message overrun protectionTat-Chee Wan (USM)
2011-06-21exported debug_outcommbuf and debug_incommbuf symbolsTat-Chee Wan (USM)
2011-06-21moved platform specific code from debug_comm to debug_runlooptasksTat-Chee Wan (USM)
2011-06-20continue calling dIOCtrlTransfer until avr is doneTat-Chee Wan (USM)
2011-06-20implement detach and kill command supportTat-Chee Wan (USM)
2011-06-20made parser more tolerant of multiple ack/nak symbolsTat-Chee Wan (USM)
2011-06-20declared variables and functions as globals for inter-module accessTat-Chee Wan (USM)
2011-06-20fix typo error in header filenameTat-Chee Wan (USM)
2011-06-20include header file for nxt firmware supportTat-Chee Wan (USM)
2011-06-18rearrange parsing order of detach commandTat-Chee Wan (USM)
2011-06-18fix silly syntax error for pop instructionTat-Chee Wan (USM)
2011-06-18updated comments for detach commandTat-Chee Wan (USM)
2011-06-18added detach command supportTat-Chee Wan (USM)
2011-06-18preliminary kill command supportTat-Chee Wan (USM)
2011-06-17fix return status check for nx_usb_data_writtenTat-Chee Wan (USM)
2011-06-16fix condition check in _dbg__sendCommMsg due to c vs. armdebug encodingTat-Chee Wan (USM)
2011-06-16revamped nxos debugger invocation interfaceTat-Chee Wan (USM)
2011-06-15renamed routines due to refactoringTat-Chee Wan (USM)
2011-06-15made routines global due to refactoringTat-Chee Wan (USM)
2011-06-15referenced external variableTat-Chee Wan (USM)