index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
Age
Commit message (
Expand
)
Author
2008-04-10
stop using variable sized arrays. That's something that belongs to C++ and no...
oharboe
2008-04-10
- single core context used, removed debug context as thought unnecessary.
ntfreak
2008-04-09
Don Porges fixed c99 issues.
oharboe
2008-04-04
- reverted some of the changes that possibly broke arm926ejs. Waiting
oharboe
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-13
Michael Bruck: fixed warnings
oharboe
2008-03-13
print ms in debug_level 3 logs. Seconds is not enough.
oharboe
2008-03-11
reduce compare noise. If someone should be crazy enough to try to run OpenOCD...
oharboe
2008-03-10
- LOG_SILENT can be used to silence the log(needed in upcoming patches)
oharboe
2008-03-07
Michael Bruck: fixed warnings
oharboe
2008-03-07
alloc_printf and alloc_vprintf
oharboe
2008-03-06
Pavel Chromy: va_copy should always be paired with va_end.
oharboe
2008-03-06
Pavel Chromy: faster alloc_printf()
oharboe
2008-03-06
Michael Bruck: 64 bit va_list fix for crash
oharboe
2008-03-05
* fixed malloc corruption in target->debug_reason
oharboe
2008-03-04
Fixed GDB timeout crash - regression introduced back when log_add/remove_call...
oharboe
2008-03-02
Uwe Hermann tightned up comments, etc. to follow OpenOCD policy
oharboe
2008-03-01
- removed warnings "xxxxx" might be used uninitialized in this function (arm_...
mifi
2008-02-29
Uwe Hermann: Add a --version switch for openocd.
oharboe
2008-02-29
formatting fixes from Pavel Chromy
oharboe
2008-02-29
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
2008-02-29
- clean up target output strings a bit
oharboe
2008-02-29
do not write single chars to log file.
oharboe
2008-02-29
Summary: passing of variable argument list reduced, strings sent to logging a...
oharboe
2008-02-29
Michael Bruck:
oharboe
2008-02-28
fixed newline gaffe in OUTPUT()
oharboe
2008-02-28
Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.
oharboe
2008-02-28
Pavel Chromy spotted a leak
oharboe
2008-02-28
small line ending cleanup.
oharboe
2008-02-28
- added svn props
ntfreak
2008-02-28
added some code that will be used in upcoming minidriver work.
oharboe
2008-02-28
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
oharboe
2008-02-25
- remove build warnings
ntfreak
2008-02-25
- convert all files to unix line-ending
drath
2008-02-25
Pavel Chromy
oharboe
2008-02-25
- Fix target library path problem w/Windows
oharboe
2008-02-25
dos2unix fix.
oharboe
2008-02-25
- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places
oharboe
2008-02-25
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
2008-02-24
move options handling to separate file to better support embedded implementat...
oharboe
2008-02-24
- added -c option that will execute an openocd command
oharboe
2008-02-24
debug_level 3 now prints seconds since start of openocd
oharboe
2008-02-24
cosmetic fixes to debug output + phasing out printf() in favour of logging sy...
oharboe
2008-02-23
- added time command
oharboe
2008-02-22
- added patch to remove count and time information from log_printf
mifi
2008-02-20
- fix bug when using full paths to config files. Thanks Ted Roth
ntfreak
2008-02-19
- added patch which fixed big/small endian problems on non-x86 host CPUs.
mifi
2008-02-19
- add search paths via new arg -s (-search). Thanks Ted Roth
ntfreak
2008-02-19
- Fixed bug in pathmove for XScale
ntfreak
2008-02-18
- arg list now correctly released on error. Thanks Øyvind Harboe
ntfreak
[next]