target: add -ctibase config option in addition to -dbgbase
[openocd.git] / src / target / target.h
2017-02-10 Matthias Welwarskytarget: add -ctibase config option in addition to ... 41/3741/5
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-12-08 Matthias Welwarskycortex_m: allow setting debug ap during create 39/3639/7
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command 76/3076/15
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it... 97/3497/8
2016-10-17 Andreas Färbertarget: Fix working_area_phys_spec comment 14/3714/3
2016-07-19 Andreas FärberFix usage of timeval_ms() 99/3499/2
2016-05-24 Marc SchinkMake #include guard naming consistent 56/2956/5
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-09-05 Austin Mortonserver: tcl_trace command 88/2588/7
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is... 59/2759/4
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.) 38/2538/14
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the... 44/2544/5
2015-03-09 Paul Fertsertarget: fix timer callbacks processing 41/2541/3
2015-03-09 Austin Mortonserver: tcl_notifications command 36/2336/8
2014-09-22 Andreas Fritiofsontarget: Remove "-variant" argument 83/2283/2
2014-03-17 Andreas Fritiofsonflash: Constify write buffer 40/2040/2
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace... 61/1661/5
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and... 00/1700/4
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting 68/1668/3
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-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-03-15 Andreas Fritiofsontarget: Retire target_bulk_write_memory() 14/1214/2
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp 19/1219/2
2013-03-05 Mathias KMove back off timer to target struct 79/1179/4
2012-10-07 Spencer OliverRevert "target: remove unused working area 'user' field"
2012-08-24 Spencer Olivertarget: remove unused working area 'user' field
2012-05-21 Spencer Olivertarget: target.h typo and comment cleanup
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
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-06 Spencer Oliverbuild: cleanup src/target directory
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-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-17 Uwe HermannFix a bunch of typos.
2011-02-03 Mathias K24bit buffer 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-11-09 Øyvind Harboetarget: document that target_poll() will report and...
2010-05-04 Øyvind Harboetarget: clean up target memory allocation error messages
2010-04-09 Antonio BorneoTARGET: review unused symbols
2010-04-09 Antonio BorneoTARGET: review scope of functions
2010-04-04 David Brownelltarget: are we running algorithm code?
2010-02-09 Øyvind Harboetarget: add todo in target_write_memory() about alignment
2010-01-13 Øyvind Harboetarget: add check_reset hook
2009-12-13 David Brownelltarget: further shrink Jim-awareness
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchtarget: avoid using interp global variable
2009-11-28 David Brownelltarget: remove unused TARGET_EVENT_OLD_* symbols
2009-11-28 David Brownelltarget: groundwork for "reset-assert" event
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchtrace_t -> struct trace
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchtarget_event_action_t -> struct target_event_action
2009-11-13 Zachary T Welchdebug_msg_receiver_t -> struct debug_msg_receiver
2009-11-13 Zachary T Welchtarget_timer_callback_t -> struct target_timer_callback
2009-11-13 Zachary T Welchtarget_event_callback_t -> struct target_event_callback
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 Zachary T Welchtarget.h: remove extern keyword and wrap
2009-11-06 David Brownelltarget: provide container_of()
2009-11-03 Øyvind Harboetarget: require working area for physical/virtual addre...
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-21 Øyvind HarboeDefined target_write_memory() to be able to handle...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-12 Øyvind HarboeIf halt times out, stop GDB. Allows e.g. manual reset...
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeStop GDB when polling fails, srst assert or powerdropou...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-28 duaneRefactor code, create target_state_name()
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)