aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2008-05-21- remove error message on shutdownntfreak1-2/+6
2008-05-09printing available memory fails on win + mac. Disable for now until a robust ...oharboe1-4/+6
2008-05-08disable code that prints available mem under windows. Does not compile.oharboe1-3/+13
2008-05-07print available memory in log_level 3oharboe1-1/+6
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe3-40/+42
2008-05-07Edgar Grimberg plugged a leak found w/Valgrind.oharboe2-0/+40
2008-04-23added fast option.oharboe2-0/+20
2008-04-10stop using variable sized arrays. That's something that belongs to C++ and no...oharboe1-5/+3
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-4/+0
2008-04-09Don Porges fixed c99 issues.oharboe6-17/+30
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2-1/+23
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak8-57/+54
2008-03-13Michael Bruck: fixed warningsoharboe1-0/+1
2008-03-13print ms in debug_level 3 logs. Seconds is not enough.oharboe3-3/+20
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2-3/+20
2008-03-10- LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe1-0/+7
2008-03-07Michael Bruck: fixed warningsoharboe2-3/+3
2008-03-07alloc_printf and alloc_vprintfoharboe3-11/+19
2008-03-06Pavel Chromy: va_copy should always be paired with va_end.oharboe1-0/+3
2008-03-06Pavel Chromy: faster alloc_printf()oharboe1-14/+13
2008-03-06Michael Bruck: 64 bit va_list fix for crashoharboe1-2/+5
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe1-2/+0
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe1-4/+6
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-2/+2
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi1-1/+1
2008-02-29Uwe Hermann: Add a --version switch for openocd.oharboe1-11/+20
2008-02-29formatting fixes from Pavel Chromyoharboe1-11/+11
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe2-164/+32
2008-02-29- clean up target output strings a bitoharboe4-5/+12
2008-02-29do not write single chars to log file.oharboe1-23/+39
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe4-124/+91
2008-02-29Michael Bruck: oharboe1-16/+32
2008-02-28fixed newline gaffe in OUTPUT()oharboe1-1/+1
2008-02-28Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe2-1/+6
2008-02-28Pavel Chromy spotted a leakoharboe1-0/+2
2008-02-28small line ending cleanup.oharboe1-12/+12
2008-02-28- added svn propsntfreak2-20/+20
2008-02-28added some code that will be used in upcoming minidriver work.oharboe1-0/+10
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe5-50/+73
2008-02-25- remove build warningsntfreak4-7/+3
2008-02-25- convert all files to unix line-endingdrath6-1254/+1254
2008-02-25Pavel Chromyoharboe4-740/+790
2008-02-25- Fix target library path problem w/Windowsoharboe1-0/+21
2008-02-25dos2unix fix.oharboe1-243/+243
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2-6/+9
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-243/+243
2008-02-24move options handling to separate file to better support embedded implementat...oharboe3-91/+124
2008-02-24- added -c option that will execute an openocd commandoharboe2-207/+208
2008-02-24debug_level 3 now prints seconds since start of openocdoharboe1-1/+4
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe1-198/+198