summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.S
AgeCommit message (Expand)Author
2011-07-20disable setting of fpscr dummy registerTC Wan
2011-07-20updated comments for fp reg processing, set one reg logicTat-Chee Wan (USM)
2011-07-20revised get register logicTat-Chee Wan (USM)
2011-07-20fix register usage clobbered by revised output macrosTat-Chee Wan (USM)
2011-07-20refactoring of message copying macrosTat-Chee Wan (USM)
2011-07-20fix register corruption when using setstate macroTat-Chee Wan (USM)
2011-07-20implement query current thread supportTat-Chee Wan (USM)
2011-07-13remote autobreakpoint code from master branchTat-Chee Wan (USM)
2011-07-12conditionally exclude dead code from breakpoint handling logicTat-Chee Wan (USM)
2011-07-12fix register corruption in __dbg__iterate_breakpoint_arrayTat-Chee Wan (USM)
2011-07-11fix comment textTat-Chee Wan (USM)
2011-07-11fix data abort error due to thumb bit set in instruction addressTat-Chee Wan (USM)
2011-07-11updated gdb signal numbers based on ecos headerTat-Chee Wan (USM)
2011-07-11update signal output to handle prefetch and data abortsTat-Chee Wan (USM)
2011-07-09cleanup abort handler to armdebug interfaceTat-Chee Wan (USM)
2011-07-08code cleanup, fix breakpoint handling logic on entry to debuggerTat-Chee Wan (USM)
2011-07-06fix bug in b and bl offset calculation, code cleanup.Tat-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-20implement detach and kill command supportTat-Chee Wan (USM)
2011-06-20declared variables and functions as globals for inter-module accessTat-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-15made routines global due to refactoringTat-Chee Wan (USM)
2011-06-15split platform specific code from generic debug codeTat-Chee Wan (USM)
2011-06-13commented out redundant instruction in breakpoint processing logicTat-Chee Wan (USM)
2011-06-13disable interrupts when switching from undef handler to debuggerTat-Chee Wan (USM)
2011-06-08removed extraneous call to restore_single_stepTat-Chee Wan (USM)
2011-06-08fix bug in activate_one_breakpoint where it is clearing the breakpoint instru...Tat-Chee Wan (USM)
2011-06-06work in progress, cleanup nxos support codeTat-Chee Wan (USM)
2011-06-04work in progress to integrate fantom message filtering for nxosTat-Chee Wan (USM)
2011-05-28pass isr return address into nxos debug handlerTat-Chee Wan (USM)
2011-05-27added nxos configuration routine to handle debug mode switchingTat-Chee Wan (USM)
2011-05-23Don't send another ack after responding to ctrl-c from debuggerTat-Chee Wan (USM)
2011-04-04optimized access to carry flagTat-Chee Wan (USM)