Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instruction into
[openocd.git] / src / helper /
2009-08-25 oharboeadd missing isblank() for eCos
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-07 oharboedelete long retired commented out code (daemon_startup)
2009-07-06 ntfreak- fix build when using a cross compiler - do not try...
2009-07-06 oharboetry to use tabs instead of spaces
2009-07-06 oharboehuman readable error message upon invalid arguments
2009-07-01 zwelchAdd missing copyright header and fix @page direction...
2009-06-30 zwelchFix doxygen 'undocumented parameter' warnings in membuf.h.
2009-06-27 duaneSwitch to strotk() grr....
2009-06-25 duaneFixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
2009-06-24 zwelchRemove whitespace at end of lines, step 2.
2009-06-24 zwelch- Replace '){' with ') {'.
2009-06-24 zwelchRemove whitespace that occurs before ')'.
2009-06-24 zwelchRemove whitespace that occurs after '('.
2009-06-24 zwelch- Fixes '[<>]' whitespace
2009-06-24 zwelch- Fixes '+' whitespace
2009-06-24 zwelch- Fixes '=' whitespace
2009-06-24 zwelch- Fixes '==' whitespace
2009-06-24 zwelch- Replace 'for(' with 'for ('.
2009-06-24 zwelch- Replace 'if(' with 'if ('.
2009-06-24 zwelchFix end-of-line style properties on newly added files.
2009-06-24 duaneAdd a growable sprintf memory buffer library
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-23 oharboeupdate w/missing eCos definitions after latest round...
2009-06-21 ntfreak- fix break caused by r2208 when using --pipe option
2009-06-21 duaneC99 Type updates, include inttypes.h - it is catagorica...
2009-06-19 zwelchRemove editor preferences from source files.
2009-06-18 zwelchOyvind Harboe <oyvind.harboe@zylin.com>:
2009-06-18 zwelchRemove redundant typedefs in types.h; include stdint...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 zwelchFix compilation for Ubuntu 9.04 on x86-64 when using...
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-15 oharboefix eCos build problems w/latest parse_ulong() stuff
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-05 oharboeremove hacks no longer required to build OpenOCD w...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-02 oharboemore missing eCos types
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-27 zwelchUpdate build system to find moved scripts -- Step 3...
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 oharboedelete unused code
2009-05-21 oharboefix warning. Use %p for pointers
2009-05-21 zwelchAdditional format warning fixes in ioutil, required...
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-19 oharboefix warnings
2009-05-18 oharboeRemove unecessary(and poptentially harmful?) "" around...
2009-05-18 oharboeless weird error messages for unknown commands. Check...
2009-05-15 zwelchInitialize a more variables in jim.c to allow gcc-4...
2009-05-15 zwelchInitialize value of objPtr local variable; prevents...
2009-05-15 oharboefix -fno-common/Mac build problems.
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
2009-05-13 zwelchInclude types.h in command.h to make stdint.h available...
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-12 ntfreak- fix build issue when HAVE_ELF_H is not defined
2009-05-12 oharboeeCos fixes
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-12 zwelchMake system.h private by including it from config.h...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)