summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-08script to invoke nxtgdbserver from eclipseGDB_RC_1Tat-Chee Wan (USM)
2011-08-08updated makefile for new armdebug featuresTat-Chee Wan (USM)
2011-08-08Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-08-08added eclipse external builder support for building nxt-firmwareTat-Chee Wan (USM)
2011-08-08updated eclipse project file for cdt debugging supportTat-Chee Wan (USM)
2011-08-08companion patch to 3da40837f44584e84a10f90291dcecfe613b9618Tat-Chee Wan (USM)
2011-08-08gcc: add support for unwinderNicolas Schodet
2011-08-03recheckin with tab-space cleanupTat-Chee Wan (USM)
2011-08-03exit after gdb client disconnect in nowait modeTat-Chee Wan (USM)
2011-07-28cleanup exception handling to check for valid brick objectARMDEBUG_RC1Tat-Chee Wan (USM)
2011-07-28cleanup socket if user exception caughtTat-Chee Wan (USM)
2011-07-22provide verbose, nowait options for invoking nxt-gdb-serverTat-Chee Wan (USM)
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-18added explicit wait for nxt brick to be ready before client connectionTat-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-12return lowecase hex chars to avoid conflict with gdb error responseTat-Chee Wan (USM)
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-12added bx pc support for arm instruction decoding, updated commentsTat-Chee Wan (USM)
2011-07-12fix thumb mode bx pc target address calculationTat-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-11fix thumb instruction parser for pop pcTat-Chee Wan (USM)
2011-07-11most set thumb flag for non-matching thumb instruction decode caseTat-Chee Wan (USM)
2011-07-11do not set thumb flag before calling thumb instruction handler routinesTat-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-11fix invalid values for abort signalsTat-Chee Wan (USM)
2011-07-11update signal output to handle prefetch and data abortsTat-Chee Wan (USM)
2011-07-11revert b9bb70c16dba4c945b75f1a4b929e2ec304d2874, revise fixTat-Chee Wan (USM)
2011-07-11fix incorrect stack pointer offset for debug stack save of abort stateTat-Chee Wan (USM)
2011-07-11remove commented out codeTat-Chee Wan (USM)
2011-07-11handle proper brick socket open and close sequenceTat-Chee Wan (USM)