Revert "target: remove unused working area 'user' field"
[fw/openocd] / src / target / target.c
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchtarget: factor target_init() into pieces
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
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 Zachary T Welchexplode tcl_target_func into many handlers
2009-11-28 Zachary T Welchsplit jim_target into multiple handlers
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
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-25 Zachary T Welchadd 'testee' target type
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchtarget: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboetarget: reduce stack usage
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchfix regression in md/mw commands
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-15 Krzysztof DziubaFix for md* commands, similar to mw*.
2009-11-14 Dean GlazeskiInvalid command syntax errors with MWW.
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
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 Welchimage_t -> struct image
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 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_arch_type_t -> struct reg_arch_type
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-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
2009-11-10 David BrownellTarget: minor cleanup
2009-11-10 David BrownellTarget: fix bad error messages
2009-11-10 Zachary T Welchtarget.c: remove useless declarations
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 David Brownelltarget: don't swap MMU/no-MMU work areas
2009-11-06 Zachary T WelchImprove target.c command argument parsing.
2009-11-05 Øyvind Harboetarget: fix ordering of arguments to mcr and mrc commands
2009-11-05 Øyvind Harboetarget: check args to mrc/mcr.
2009-11-05 Øyvind Harboetarget: Only register mrc mcr commands when one of...
2009-11-05 David Brownellwatchpoint_add() cleanup
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind HarboeMake default implementation of mdw/mmw phys return...
2009-11-03 Øyvind Harboetarget: require working area for physical/virtual addre...
2009-10-23 Øyvind HarboeRemove debug output that could cause compile warnings.
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-22 David Brownellhave "reg" command print cache names too
2009-10-21 Øyvind HarboeAdded target_read/write_phys_memory() fn's. mdX/mwX...
2009-10-13 Yauheni KaliutaDo not replace virt2phys with the default one if it...
2009-10-13 Øyvind HarboePropagate error from assert, deassert and halt on tcl...
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 Brownellprevent abort via polling during jtag_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-09-20 dbrownellDebug message updates:
2009-09-19 dbrownellMinor behavior fixes for the two JTAG reset events...
2009-09-11 oharboeNicolas Pitre <nico@cam.org> Dragonite support
2009-09-11 oharboespelling mistake
2009-09-11 oharboeregistering a target event twice caused infinite loop...
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> fix problems with unece...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Accomodate targets...
2009-08-25 oharboeFerdinand Postema <ferdinand@postema.eu> fix warnings
2009-08-19 oharboeDavid Brownell <david-b@pacbell.net>Fix some command...
2009-08-18 ntfreakDavid Brownell [david-b@pacbell.net]:
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-06 oharboeFix regression in "step" command introduced in 2190
2009-06-28 duaneRemove extra newline from debug log message
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
next