target: don't implicitly include "breakpoint.h"
[openocd.git] / src / target / target.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()
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-14 ntfreak- remove build warnings
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeRemoved target->reset_mode, no longer used
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-13 oharboecomments.
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-28 oharboeretired reset run_and_init/halt
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-08 ntfreak- fix pre_resume script not being called
2008-07-06 oharboesrc/helper/configuration.h
2008-06-25 oharboeadded pre/post_reset scripts based on Pieter Conradie...
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-03 oharboesome comments from Dominic
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-01-17 ntfreak- add support for cortex_m3 target_request debugmsgs
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
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)