aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_runlooptasks.S
AgeCommit message (Collapse)Author
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)