target: remove handle_profile_command memory leak
[openocd.git] / src / target / target.c
2014-03-29 Spencer Olivertarget: remove handle_profile_command memory leak 65/2065/2
2014-03-17 Andreas Fritiofsonflash: Constify write buffer 40/2040/2
2014-03-17 Andreas Fritiofsontarget: Don't poll until the target is examined. 41/2041/2
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace... 61/1661/5
2014-02-11 Adrian Burnsquark_x10xx: add new target quark_x10xx 29/1829/4
2014-02-04 Spencer Oliverdoc: add missing reg command argument 'force' 97/1897/3
2014-01-11 Andreas Fritiofsontarget: Add test bench for memory access functions 29/1629/5
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and... 00/1700/4
2013-10-31 Mathias Ktarget: fix mem2array/array2mem 79/1679/3
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
2013-10-31 Paul FertserClean up many C99 integer types format specifiers 74/1674/4
2013-10-10 Spencer Olivercortex_m: target implementation renames cortex_m3 to... 26/1626/4
2013-09-26 Franck JullienAdd new target type: OpenRISC 47/1547/16
2013-09-25 Andreas Fritiofsontarget: Fix strange ordering in target_read_u8 40/1640/2
2013-09-21 Andreas FritiofsonRestore mwh/mwb functionality. 28/1628/2
2013-09-13 Hsiangkai Wangtarget: enhance target profiling 72/1572/7
2013-09-13 Hsiangkai Wangtarget: add profiling interface 71/1571/7
2013-09-13 Hsiangkai Wangtarget: increase the maximum number of buckets 08/1608/3
2013-09-13 Hsiangkai Wangtarget: Correct profiling calculation 07/1607/3
2013-09-13 Hsiangkai Wangtarget: Make profiling function more readable 06/1606/3
2013-09-13 Andreas Fritiofsontarget: Rewrite read/write buffer default implementations 21/1221/4
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9 20/1220/3
2013-08-29 Hsiangkai Wangtarget: Remove error messages as no .get_gdb_fileio_info 86/1586/2
2013-08-07 Paul Fertsertarget: clear running_alg flag after reset 12/1512/2
2013-08-07 Hsiangkai Wanggdb_server: add target_debug_reason for program exit... 42/1242/17
2013-08-07 Hsiangkai Wanggdb_server: support File-I/O Remote Protocol Extension 02/1102/19
2013-08-07 Hsiangkai Wanggdb server: new feature, add stop reason in stop reply... 92/1092/16
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description 82/1382/9
2013-07-17 Paul Fertsertarget: fix halt and wait_halt timeout units 04/1504/2
2013-07-15 Spencer Olivertarget: use consistent halt timeout 66/1466/2
2013-07-15 Paul Fertsertarget: remove double const specificator 89/1489/2
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-06-05 Hsiangkai Wangnds32: add new target type nds32_v2, nds32_v3, nds32_v3m 59/1259/14
2013-03-15 Andreas Fritiofsontarget: Retire target_bulk_write_memory() 14/1214/2
2013-03-15 Andreas Fritiofsontarget: Add default implementation of bulk_write_memory 13/1213/2
2013-03-15 Evan Hunterarch: Added ARMv7R and Cortex-R4 support 58/358/6
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp 19/1219/2
2013-03-13 Andreas Fritiofsontarget: Remove write_memory_imp 18/1218/2
2013-03-13 Andreas Fritiofsontarget: Remove soft_reset_halt_imp 17/1217/2
2013-03-06 Spencer Olivertarget: use common target_name to access target::cmd_na... 82/1182/2
2013-03-05 Mathias KMove back off timer to target struct 79/1179/4
2013-03-05 Mathias KAdd the target name to debug output for better understa... 78/1178/4
2012-12-23 Spencer Oliverstlink: rename stlink cmd names 21/921/7
2012-12-23 Spencer Olivertarget: add deprecated target name support 19/919/6
2012-11-06 Spencer Olivertarget: add async algorithm timeout 49/949/3
2012-10-07 Spencer OliverRevert "target: remove unused working area 'user' field"
2012-08-24 Spencer Olivertarget: remove unused working area 'user' field
2012-08-02 Spencer Olivertarget: add valid smp target check
2012-07-11 Vandra Akostarget.c, jim_target_md using command_print_sameline
2012-07-11 Vandra Akostarget/target.c, jim_target_md refractored
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_EXAMINE_* events
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_RESUME_* events
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-05-21 Spencer Olivertarget: remove duplicate target events
2012-05-04 Spencer Oliverbuild: remove clang unused variable assignment warnings
2012-02-26 Spencer Olivertarget: add target async algorithm support
2012-02-23 Andreas Fritiofsontarget: add function to get number of bytes available...
2012-02-23 Andreas Fritiofsontarget: rewrite working area allocator
2012-02-09 Freddie ChopinAdd init_board procedure executed after init_targets
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-30 Andreas Fritiofsontarget: increase chunk size in dump_image
2012-01-15 Michel JAOUENrtos : ps command
2012-01-15 Michel JAOUENrtos : smp support
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-03 Mathias KSTM32 ST-LINK target initial release
2011-11-29 Mathias Ktarget init sanity check
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-10-31 Øyvind Harboebugfixes: tinker a bit with the targets command
2011-10-27 Øyvind Harboebugfixes: numerous bugs in error propagation found...
2011-10-23 Øyvind Harboeclang: fix warning w/assert so that clang knows that...
2011-10-13 Spencer Olivertarget: whitespace cleanup
2011-10-13 Michel Jaouenbreakpoint : smp software breakpoint issue
2011-10-08 Andreas Fritiofsontarget: add async algorithm entries to the target type
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
2011-08-12 Stefan Mahrtarget: add helper functions to get/set u16 or u32...
2011-08-09 Øyvind HarboeRevert "dsp5680xx: disable for now, it generates warnings"
2011-06-28 Øyvind Harboedsp5680xx: disable for now, it generates warnings
2011-05-18 Rodrigo L. Rosapartial support for 568013 and 568037, target integration.
2011-04-28 Michel Jaouensmp : infra for smp minimum support
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-31 Øyvind Harboetarget: add -dbgbase option to target configuration
2011-03-22 Øyvind Harboecortex a9: merge cortex a9 and a8 code
2011-03-17 Mathias Ktarget: allow targets to override memory alignment
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-03 Mathias K24bit buffer support
2011-01-31 Aaron Carrollcortex_a9: add source files for Cortex A9 support.
2011-01-31 Aaron CarrollAdd '-coreid' target option to support multiple cores...
2011-01-04 Spencer Olivertarget: change working area free data type
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-29 Øyvind Harboetarget: do not expose error numbers to users
2010-12-01 Øyvind Harboeprofile: use 100Hz as a default sampling frequency
2010-11-22 Øyvind Harboefastload: fix error handling upon running out of memory
2010-11-04 ddraskovicarm964e: Add support for ARM946E target.
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-12 Antonio BorneoTARGET: review handle_load_image_command()
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)