summaryrefslogtreecommitdiff
path: root/Debugger/debug_runlooptasks.S
AgeCommit message (Collapse)Author
2011-07-11export dbg__display_abort_info symbolTat-Chee Wan (USM)
2011-07-09added preliminary abort mode supportTat-Chee Wan (USM)
Interface to platform specific LCD Display routines
2011-06-29remove wait delay in comm transmitTat-Chee Wan (USM)
dbg__sendCommMsg does not need 1 ms delay. Removed. dbg__runloopTasks needs the 1 ms delay, otherwise Armdebug doess not reliably detect incoming messages in comm buffer. This probably masks synchronization issues related to the USB Receive Buffer checking and handling, and should be fixed (eventually).
2011-06-29fix bug in dbg__sendcommmsg where it did not set the return valueTat-Chee Wan (USM)
correctly Implemented delay in dbg__sendCommMsg to improve reliability
2011-06-29added 1 ms delay to run loopTat-Chee Wan (USM)
2011-06-22power down brick when kill command receivedTat-Chee Wan (USM)
Instead of rebooting, power down the brick when kill command received, to be consistent with NXT firmware behavior
2011-06-22more refactoring, moved platform specific includes to debug_runlooptasks.hTat-Chee Wan (USM)
2011-06-21exported debug_outcommbuf and debug_incommbuf symbolsTat-Chee Wan (USM)
debug_runlooptasks.S need to access some symbols, so export them
2011-06-21moved platform specific code from debug_comm to debug_runlooptasksTat-Chee Wan (USM)
Reimplement debugger message handling code Moved platform specific code from debug_comm.S to debug_runlooptasks.S
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-20fix typo error in header filenameTat-Chee Wan (USM)
2011-06-20include header file for nxt firmware supportTat-Chee Wan (USM)
2011-06-18preliminary kill command supportTat-Chee Wan (USM)
When GDB Kill command received, reboot the brick. Conditionalize Step command support based on compiler flags.
2011-06-16revamped nxos debugger invocation interfaceTat-Chee Wan (USM)
2011-06-15renamed routines due to refactoringTat-Chee Wan (USM)
2011-06-15referenced external variableTat-Chee Wan (USM)
2011-06-15use irq_stack_frame_address to access top level interrupted instruction infoTat-Chee Wan (USM)
2011-06-15split platform specific code from generic debug codeTat-Chee Wan (USM)
Move platform specific routines from debug_stub.S into debug_runlooptasks.S
2011-03-14must preserve lr in routineTat-Chee Wan (USM)
2011-02-11added preliminary run loop separationTat-Chee Wan (USM)