summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-22updated gdb command checking assert logicTat-Chee Wan (USM)
2011-03-22Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-22clarified comments regarding usb and gdb message formatsTat-Chee Wan (USM)
2011-03-22rework message handling logic to take care of packet acknowledgements sent ↵Tat-Chee Wan (USM)
by gdb server
2011-03-22Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-22Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-22cleaned up error message handlersTat-Chee Wan (USM)
2011-03-21fixed comments for breakpoint command supportTat-Chee Wan (USM)
2011-03-21added eol to last command lineTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21should be mov not moveq when copying numbytes to register r4Tat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21cannot pop lr in thumb modeTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21dumb mistake, forgot to preserve lrTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21fixed incorrect argument size comparison for debug_modeTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21added gdb memory access commandsTat-Chee Wan (USM)
2011-03-21disabled nxos compilation for nowNXTFIRMWARE_BUILDTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-21fix syntax errors, thumb mode constant issuesTat-Chee Wan (USM)
2011-03-21Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-19implemented memory write command, renumbered error messagesTat-Chee Wan (USM)
Preliminary Memory Write command implementation. Error Message Enum renumbered based on ecos error message values (not validated).
2011-03-19added read memory commandTat-Chee Wan (USM)
WIP. Added prelim read memory command
2011-03-19added r1 read commandTat-Chee Wan (USM)
2011-03-18second attempt at determining whether we are in debug modeTat-Chee Wan (USM)
Checking CPSR does not seem to be reliable in cCommHandleDebug which runs in Thumb mode. Modified to use explicit mode variable for keeping track of our operating mode (normal vs. debug).
2011-03-18increased abort mode stack, suspected stack overflowTat-Chee Wan (USM)
2011-03-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-18status flags ares not consisent after popTat-Chee Wan (USM)
2011-03-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-18we cannot use immediate operands for and in thumb modeTat-Chee Wan (USM)
2011-03-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-18we should only invoke bkpt in ccommhandledebug in normal operation modeTat-Chee Wan (USM)
Before invoking Breakpoint in cCommHandleDebug, we need to check if we're already in Abort (Debug) mode. Refactored header files to allow access to Mode Bit definitions from other files.
2011-03-18Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-18fixed incorrect parameter lengths for setoneregTat-Chee Wan (USM)
2011-03-18updated libusb version info, fixed checksum error in setonereg exampleTat-Chee Wan (USM)
2011-03-17added length check for gdb commandTat-Chee Wan (USM)
2011-03-15Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-15specify 4-byte alignment explicitly to avoid assembler issueTat-Chee Wan (USM)
2011-03-15dont add newline to debug messageTat-Chee Wan (USM)
2011-03-15fix scoping error for data variableTat-Chee Wan (USM)
2011-03-15added support for blocking libusb, ignore some errors for usb sendTat-Chee Wan (USM)
LibUSB 0.12.x on Linux blocks on receive(). Ignore No Errors for send().
2011-03-15Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-15buffer pointer variable not accessible from debug_stub moduleTat-Chee Wan (USM)
Rewrite parameter passing for dbg__getDebugMsg to pass buffer pointer as return variable, to avoid accessing private variables from the debug_comm module.
2011-03-15Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-15misc bugfixes for gdb message parsing and error reportingTat-Chee Wan (USM)
Fixed gdb message parsing to access correct buffer address Fixed byte2ascii conversion routine
2011-03-14Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebugTat-Chee Wan (USM)
2011-03-14must preserve lr in routineTat-Chee Wan (USM)
2011-03-14updatedTat-Chee Wan (USM)