summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - added patch to make single-stepping more resilientmifi2008-02-221-10/+22
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-216-1/+628
* - fix bug when using full paths to config files. Thanks Ted Rothntfreak2008-02-201-3/+5
* - added patch which fixed big/small endian problems on non-x86 host CPUs.mifi2008-02-191-45/+32
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-196-18/+88
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-1910-52/+877
* - Fixed bug in pathmove for XScalentfreak2008-02-199-53/+176
* - reapply fix with telnet prompt while running/halting gdbntfreak2008-02-182-11/+18
* - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath2008-02-182-49/+67
* - ignore data aborts during gdb memory read packets by default, and return 0x...drath2008-02-181-10/+37
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1
* - fix broken JTAG error handlingntfreak2008-02-182-26/+29
* - removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak2008-02-181-20/+38
* - add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2008-02-182-1/+19
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-184-99/+62
* - combine similar functions in telnet_server.cntfreak2008-02-173-13/+5
* - solve lots of problems with stuck GDB connections, making it impossible to ...ntfreak2008-02-162-99/+183
* - cleanup and remove time() warningntfreak2008-02-162-28/+25
* - fix issue with telnet prompt while gdb runningntfreak2008-02-162-6/+15
* - fix xscale memory leak and warnings. Thanks Øyvind Harboentfreak2008-02-151-3/+3
* - fix programming issue with lpc2101/2ntfreak2008-02-142-4/+13
* - added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi2008-02-141-6/+15
* - added check for revA silicon in stm32 flash driverntfreak2008-02-141-0/+9
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-135-41/+158
* - add autoprobe support to flash info commandntfreak2008-02-121-3/+5
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-112-35/+1
* - telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak2008-02-113-22/+3
* - added starting point for development on a ngw100 eval boardmifi2008-02-102-1/+35
* - stm32 flash driver now checks for correct targetntfreak2008-02-101-0/+11
* - add autoprobe support to the stm32 flash driverntfreak2008-02-102-44/+38
* - added patch to change pathmove handlingmifi2008-02-1010-63/+11
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-23/+36
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-073-8/+86
* - added patch to access cp15 register (XScale)mifi2008-02-061-0/+92
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-064-32/+32
* - fixes issue with reset and arm926ejs core. Thanks Øyvind Harboentfreak2008-02-041-7/+7
* Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak2008-02-041-2/+3
* - added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi2008-02-021-17/+1
* - added autoprobe functionalitymifi2008-01-2716-1335/+1455
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-252-3/+4
* - added patch to check some malloc problems.mifi2008-01-241-4/+14
* Updated list of LMI partnamesmlu2008-01-231-27/+99
* - added patch to fix crash in load_image on corrupt elf file or out of memory.mifi2008-01-231-0/+5
* - added patch to fix brocken STR9 linemifi2008-01-221-10/+15
* - Eleminated leading tabs/white spacebodylove2008-01-212-108/+111
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - Eleminated leading tabs/white spacebodylove2008-01-211-4/+4
* - updated docs for cfi command, added missing ft2232_layout namesntfreak2008-01-211-4/+4
* - added patch "remove error handler as planned"mifi2008-01-2013-130/+64
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-177-15/+123