c317ffe243
Removed code that inserted prompt after printing asynchronous information. Current implementation was broken beyond repair.
oharboe
2008-03-07 10:53:50 +00:00
e66f9aaba9
- added str912/str710_program.script - added test infos from r459
mifi
2008-03-07 08:46:24 +00:00
e199d7bd2c
removed excessive debug output. Perhaps a debug_level 4 should be introduced? Hopefully it can be avoided as this was the only case where debug output was going through the roof.
oharboe
2008-03-07 08:07:07 +00:00
55b4d9a984
Cosmetic fixes from Uwe Hermann
oharboe
2008-03-07 06:58:31 +00:00
d74d72c73a
Pavel Chromy: va_copy should always be paired with va_end.
oharboe
2008-03-06 17:13:33 +00:00
2070559d95
Pavel Chromy: faster alloc_printf()
oharboe
2008-03-06 12:38:11 +00:00
652a5b18b4
Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and avoiding memcpy of larger blocks of data,
oharboe
2008-03-06 12:04:27 +00:00
209d7c0edc
Michael Bruck: - force simulate_reset_on_next_halt when target state is initially detected - print out method of debug entry - fix VCR activation (didn't work before)
oharboe
2008-03-06 12:01:52 +00:00
c6c6cd0ffd
Michael Bruck: 64 bit va_list fix for crash
oharboe
2008-03-06 12:01:17 +00:00
97de458ff0
make debug code w.r.t. incorrect args for bypass stricter.
oharboe
2008-03-06 06:56:19 +00:00
01a5d87d5f
- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out() codepath - added a check to jtag_add_pathmove() for legal path transitions - tweaked jtag.h docs a little bit - made some jtag bypass tests _DEBUG_JTAG_IO_
oharboe
2008-03-05 19:29:41 +00:00
9b25f5eba2
added jtag_add_dr_out(). Better for hw fifo, same for software fifo.
oharboe
2008-03-05 19:21:22 +00:00
f14f84ca1e
Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointer conversion in gpnvm command handling, uninitialized buffer issue in handle_flash_info_command in flash.c, some formatting.
oharboe
2008-03-05 13:27:50 +00:00
6d95014674
* fixed malloc corruption in target->debug_reason * GDB remote server will now remain online even if the target is in a funny state, e.g. if it requires a reset, it is running while GDB is not in the continue or step packet, e.g. via monitor resume/halt commands in GDB script. * Added some _DEBUG_GDB_IO_ debug tools * Fixed a couple of GDB server lockups, e.g. when O packets detect a severed connection * added ACK upon connection (send +). * added keep-alive messages to reset so GDB protocol remains happy. * fixed crash when timing out connection to GDB
oharboe
2008-03-05 10:28:32 +00:00
6445cc6479
telnet_port can now be invoked multiple times
oharboe
2008-03-05 06:55:14 +00:00
542df34411
- removed warnings "xxxxx" might be used uninitialized in this function (arm_simulator.c) - some cosmetic changes
mifi
2008-03-01 19:13:05 +00:00
290d00e649
- added example for testing the JTAG speed with a FT2232 device
mifi
2008-03-01 18:40:06 +00:00
2ce5ca9f0e
backed out jtag_add_shift()
oharboe
2008-03-01 18:10:26 +00:00
63e90b092a
- updated svn:eol-style prop to native for AT91R40008 (Thanks to Spen for the hint)
mifi
2008-03-01 16:37:14 +00:00
1d2f4f1463
- added at91r40008 test example, and test result
mifi
2008-03-01 16:31:52 +00:00
d08da2ec04
Uwe Hermann: Add a --version switch for openocd.
oharboe
2008-02-29 14:34:17 +00:00
54196f7673
Pavel Chromy fix: the guess-rev.sh scripts to retrieve SVN revision returns the result including new line causing PKGBLDREV macro to not work
oharboe
2008-02-29 13:03:37 +00:00
3087b66861
Uwe Hermann: Updated version which applies cleanly after the recent whitespace fixes.
oharboe
2008-02-29 12:39:42 +00:00
6d3bed69dc
Uwe Hermann: Small cosmetic fixes in the license header to make them all look the same, fix some typos, update README.
oharboe
2008-02-29 12:37:45 +00:00
0d2b289048
Pavel Chromy: add missing newlines.
oharboe
2008-02-29 12:31:29 +00:00
315cbed1fb
Uwe Hermann: mproves the manpage text a bit and adds the missing -s and -c options.
oharboe
2008-02-29 12:30:21 +00:00
fb2c709166
lingering patch from Pavel Chromy.
oharboe
2008-02-29 12:20:30 +00:00
fad239c1db
formatting fixes from Pavel Chromy
oharboe
2008-02-29 12:16:02 +00:00
219b7f30b9
- image.c and fileio.c now uses logging to propagate error strings. More precise, less code. - removed unused code in fileio.c - Windows should now find debug_handler.bin
oharboe
2008-02-29 11:42:37 +00:00
3a3fc30014
- clean up target output strings a bit - open_file_from_path() now uses logging feature - open_file_from_path() no longer uses paths for anything but "r" mode. Fixes bug waiting to happen.
oharboe
2008-02-29 11:31:49 +00:00
0a749feb8e
do not write single chars to log file.
oharboe
2008-02-29 11:23:26 +00:00
43126e8f49
Pavel Chromy: clarify error messages
oharboe
2008-02-29 11:18:41 +00:00
67e0aea258
Summary: passing of variable argument list reduced, strings sent to logging are now formatted just once - more efficient. As a result, ugly string malloc+strcpy are not needed anymore.
oharboe
2008-02-29 11:16:38 +00:00
4febcd8313
Michael Bruck:
oharboe
2008-02-29 07:03:28 +00:00
881dddd84f
Michael Bruck: - fix indentation of multi-level commands - make help command work with multi-level commands
oharboe
2008-02-29 07:01:43 +00:00
c98ec4cc36
changed to eCos license.
oharboe
2008-02-28 18:09:33 +00:00
fc925b637d
fixed newline gaffe in OUTPUT()
oharboe
2008-02-28 15:14:14 +00:00
2d48f25dcf
Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.
oharboe
2008-02-28 14:28:37 +00:00
0db9f18a18
Pavel Chromy spotted a leak
oharboe
2008-02-28 14:23:32 +00:00
6d0aa6dc05
Uwe Hermann: Simplify the manpage by removing lots of redundant information which is already in the README or texinfo (and which needs to be updated relatively often -- list of authors, list of supported JTAG devices etc).
oharboe
2008-02-28 13:04:49 +00:00
e916cc840d
numerous fixes from Uwe Hermann
oharboe
2008-02-28 11:52:26 +00:00
ddb94b5bdb
small line ending cleanup.
oharboe
2008-02-28 11:08:46 +00:00