aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe1-15/+31
2009-07-08typo in commentoharboe1-2/+2
2009-07-07fix return value for "reset" and "runtest" command. Found by code inspection.oharboe1-7/+3
2009-07-07delete long retired commented out code (daemon_startup)oharboe1-4/+0
2009-07-06- change sleep to usleep - fixes issue under win32 buildntfreak1-1/+1
2009-07-06- fix build when using a cross compiler - do not try and run any host toolsntfreak1-0/+2
2009-07-06more debug output for translation of arm mode number to enumoharboe1-1/+1
2009-07-06a bit more debug output for translation of invalid mode numbersoharboe1-1/+1
2009-07-06Fix certain arm926ejs targets(e.g. i.MX27) which report an unknown MOE(method...oharboe1-5/+6
2009-07-06Fix regression in "step" command introduced in 2190oharboe1-2/+5
2009-07-06revert svn 1679 - fixes cp15 read/write timeout. Single stepping still broken.oharboe1-25/+20
2009-07-06Ferdinand Postema <ferdinand@postema.eu>:zwelch1-2/+2
2009-07-06Gary Carlson <gcarlson@carlson-minot.com>:zwelch1-15/+27
2009-07-0610ms timeout check on cp15 read/writeoharboe1-6/+33
2009-07-06simplify debug_reason checkoharboe1-11/+3
2009-07-06try to use tabs instead of spacesoharboe1-3/+3
2009-07-06human readable error message upon invalid argumentsoharboe1-1/+13
2009-07-06zy1000 now listens for port 1234. Upon accepting connection reboot zy1000.oharboe1-1/+61
2009-07-02Fix FTD2XX build for CygWin.zwelch1-1/+1
2009-07-02zy1000 1.53 snapshotoharboe1-2/+2
2009-07-02David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-07-01Add missing copyright header to target_type.h.zwelch1-0/+25
2009-07-01Add missing copyright header and fix @page direction in membuf.h.zwelch1-3/+21
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak1-7/+12
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch1-1/+1
2009-06-30- remove cygwin build warnings in at91sam3.cntfreak1-3/+3
2009-06-30Marcel Jost <marcel.jost@bfh.ch>:zwelch1-0/+10
2009-06-30David Brownell <david-b@pacbell.net>:zwelch1-3/+28
2009-06-30Fix doxygen 'undocumented parameter' warnings in membuf.h.zwelch1-1/+2
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch1-1/+1
2009-06-30Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch1-1/+1
2009-06-30Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch1-46/+37
2009-06-30Fix @file documentation blocks in new interfaces source files.zwelch2-7/+7
2009-06-30Make bug reporting output at program start-ups use fewer new lines:zwelch1-2/+3
2009-06-29David Brownell <david-b@pacbell.net>:zwelch2-2/+19
2009-06-29David Brownell <david-b@pacbell.net>:zwelch3-17/+26
2009-06-29Move JTAG interface list to new files.zwelch4-125/+204
2009-06-28Remove extra newline from debug log messageduane1-1/+1
2009-06-28A bit more log detail about connections comming and goingduane1-0/+8
2009-06-28Refactor code, create target_state_name()duane7-24/+43
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane5-21/+100
2009-06-27Change from alloca() to malloc()duane1-14/+32
2009-06-27Switch to strotk() grr....duane1-2/+4
2009-06-26zy1000 rev C workoharboe1-0/+44
2009-06-25- fix issue when using gdb_port cmdntfreak1-3/+1
2009-06-25Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe2-4/+116
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2-1/+2
2009-06-24Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch1-22/+49
2009-06-24Remove whitespace at end of lines, step 2.zwelch3-183/+183
2009-06-24- Replace '){' with ') {'.zwelch2-156/+156