summaryrefslogtreecommitdiff
path: root/Debugger/debug_test.S
AgeCommit message (Expand)Author
2011-07-12avoid endless loop in test_arm_2 routineTat-Chee Wan (USM)
2011-07-12use r3 in test_arm_3 to avoid clobbering r2Tat-Chee Wan (USM)
2011-07-12more logic bugs in arm loop branch testTat-Chee Wan (USM)
2011-07-12fix branch logic in arm test caseTat-Chee Wan (USM)
2011-07-12more fixes to arm test routineTat-Chee Wan (USM)
2011-07-12fix loop logic in arm test routineTat-Chee Wan (USM)
2011-07-12arm subroutines called from thumb mode must be declared globalTat-Chee Wan (USM)
2011-07-12revised loop constants againTat-Chee Wan (USM)
2011-07-12fix syntax error for hex constantTat-Chee Wan (USM)
2011-07-12updated thumb test case compare limits to shorten single stepping durationTat-Chee Wan (USM)
2011-07-12fix thumb target address missing thumb flag for bx instructionTat-Chee Wan (USM)
2011-07-12modified debug test case for shorter loops to enable single steppingTat-Chee Wan (USM)
2011-07-11test pc relative loads to pcTat-Chee Wan (USM)
2011-07-09thumb mode tests, modified arm mode test for signed comparesTat-Chee Wan (USM)
2011-07-05added gdb step command execution example routineTat-Chee Wan (USM)
2011-02-22refactored to use gcc generated veneer for arm-thumb interworkingTat-Chee Wan (USM)
2011-01-10added manual breakpoint test routines to simplify testing of debugger logicTC Wan