summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* stop using variable sized arrays. That's something that belongs to C++ and no...oharboe2008-04-101-5/+3
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-4/+0
* Don Porges fixed c99 issues.oharboe2008-04-096-17/+30
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-042-1/+23
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-258-57/+54
* Michael Bruck: fixed warningsoharboe2008-03-131-0/+1
* print ms in debug_level 3 logs. Seconds is not enough.oharboe2008-03-133-3/+20
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-112-3/+20
* - LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe2008-03-101-0/+7
* Michael Bruck: fixed warningsoharboe2008-03-072-3/+3
* alloc_printf and alloc_vprintfoharboe2008-03-073-11/+19
* Pavel Chromy: va_copy should always be paired with va_end.oharboe2008-03-061-0/+3
* Pavel Chromy: faster alloc_printf()oharboe2008-03-061-14/+13
* Michael Bruck: 64 bit va_list fix for crashoharboe2008-03-061-2/+5
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-051-2/+0
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-4/+6
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-2/+2
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-1/+1
* Uwe Hermann: Add a --version switch for openocd.oharboe2008-02-291-11/+20
* formatting fixes from Pavel Chromyoharboe2008-02-291-11/+11
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-292-164/+32
* - clean up target output strings a bitoharboe2008-02-294-5/+12
* do not write single chars to log file.oharboe2008-02-291-23/+39
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-294-124/+91
* Michael Bruck: oharboe2008-02-291-16/+32
* fixed newline gaffe in OUTPUT()oharboe2008-02-281-1/+1
* Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe2008-02-282-1/+6
* Pavel Chromy spotted a leakoharboe2008-02-281-0/+2
* small line ending cleanup.oharboe2008-02-281-12/+12
* - added svn propsntfreak2008-02-282-20/+20
* added some code that will be used in upcoming minidriver work.oharboe2008-02-281-0/+10
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-285-50/+73
* - remove build warningsntfreak2008-02-254-7/+3
* - convert all files to unix line-endingdrath2008-02-256-1254/+1254
* Pavel Chromyoharboe2008-02-254-740/+790
* - Fix target library path problem w/Windowsoharboe2008-02-251-0/+21
* dos2unix fix.oharboe2008-02-251-243/+243
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-252-6/+9
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-243/+243
* move options handling to separate file to better support embedded implementat...oharboe2008-02-243-91/+124
* - added -c option that will execute an openocd commandoharboe2008-02-242-207/+208
* debug_level 3 now prints seconds since start of openocdoharboe2008-02-241-1/+4
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-241-198/+198
* - added time commandoharboe2008-02-232-2/+34
* - added patch to remove count and time information from log_printfmifi2008-02-221-1/+11
* - 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-194-16/+85
* - Fixed bug in pathmove for XScalentfreak2008-02-192-1/+10
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1