]> git.sur5r.net Git - openocd/history - src/target/target.h
cortex_a hybrid & context breakpoints
[openocd] / src / target / target.h
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()
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
next