summaryrefslogtreecommitdiff
path: root/common/kgdb.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2016-05-03Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan1-12/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-01-18kgdb: update mem2hex/hex2mem funcsRobin Getz1-11/+32
2009-02-12common/{hush, kgdb, serial}.c: build by COBJS-$(...) in MakefileMike Frysinger1-7/+0
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-09common/kgdb.c: fix 'dereferencing type-punned pointer' warningWolfgang Denk1-5/+5
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-5/+5
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-28* Code cleanup:wdenk1-0/+14
2002-08-27Initial revisionwdenk1-0/+580