]> git.sur5r.net Git - openocd/history - src/target/target_type.h
gdb_server: add support for architecture element
[openocd] / src / target / target_type.h
2018-10-16 Steven Stalliongdb_server: add support for architecture element
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-01-13 Felipe Balbitarget: type: fix indentation
2017-10-18 Tim NewsomeDifferentiate "target not halted" messages.
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the...
2013-09-13 Hsiangkai Wangtarget: add profiling interface
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9
2013-08-07 Hsiangkai Wanggdb_server: support File-I/O Remote Protocol Extension
2013-08-07 Hsiangkai Wanggdb server: new feature, add stop reason in stop reply...
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-13 Andreas Fritiofsontarget: Remove write_memory_imp
2013-03-13 Andreas Fritiofsontarget: Remove soft_reset_halt_imp
2012-12-23 Spencer Olivertarget: add deprecated target name support
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
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-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-17 Mathias Ktarget: allow targets to override memory alignment
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-10-29 Øyvind Harboejim tests: use installed
2010-08-09 Øyvind Harboearm7/9: fix "reset run + halt"
2010-04-04 David Brownellsimplify and unconfuse target_run_algorithm()
2010-01-13 Øyvind Harboetarget: add check_reset hook
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-25 Zachary T Welchremove target_type register_command callback
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 Welchbreakpoint_t -> struct breakpoint
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-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-21 Øyvind HarboeAdded target_read/write_phys_memory() fn's. mdX/mwX...
2009-07-01 zwelchAdd missing copyright header to target_type.h.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-31 zwelchFinal step in isolating target_type_s structure: