]> git.sur5r.net Git - openocd/history - src/target/target.c
cortex_a hybrid & context breakpoints
[openocd] / src / target / target.c
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
2011-08-12 Stefan Mahrtarget: add helper functions to get/set u16 or u32...
2011-08-09 Øyvind HarboeRevert "dsp5680xx: disable for now, it generates warnings"
2011-06-28 Øyvind Harboedsp5680xx: disable for now, it generates warnings
2011-05-18 Rodrigo L. Rosapartial support for 568013 and 568037, target integration.
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-22 Øyvind Harboecortex a9: merge cortex a9 and a8 code
2011-03-17 Mathias Ktarget: allow targets to override memory alignment
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-03 Mathias K24bit buffer support
2011-01-31 Aaron Carrollcortex_a9: add source files for Cortex A9 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-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-29 Øyvind Harboetarget: do not expose error numbers to users
2010-12-01 Øyvind Harboeprofile: use 100Hz as a default sampling frequency
2010-11-22 Øyvind Harboefastload: fix error handling upon running out of memory
2010-11-04 ddraskovicarm964e: Add support for ARM946E target.
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-12 Antonio BorneoTARGET: review handle_load_image_command()
2010-10-12 Antonio BorneoTARGET: fix segfault in handle_dump_image_command()
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-08-15 Oleksandr Tymoshenkoavr32: work-in-progress
2010-08-11 Øyvind Harboetcl: remove silly ocd_ prefix to array2mem and mem2array
2010-08-09 Øyvind Harboetarget: if polling fails, back off
2010-08-02 Øyvind Harboeverify_image: print out a statement that there are...
2010-06-22 Øyvind Harboetarget: $_TARGET mdw now has a phys option
2010-06-22 Øyvind Harboetarget: mwX on target object now supporst phys argument
2010-06-22 Edgar Grimbergtarget: Fix shadow issues on Mac
2010-06-15 Øyvind Harboetarget: -Wshdaow warning fix
2010-06-14 Øyvind Harboetarget: fix retval gaffe in mwX commands
2010-06-08 Øyvind Harboeverify: display up to 128 diff's
2010-05-16 Jon PoveyChange kb/s to KiB/s in messages about kibibytes
2010-05-05 Øyvind Harboeflash: stop caching protection state
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
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 BrownellRestore deleted '!' character
2010-04-04 David Brownelltarget: are we running algorithm code?
2010-04-04 David Brownellsimplify and unconfuse target_run_algorithm()
2010-03-25 Øyvind Harboetarget: fix poll off
2010-03-17 Øyvind Harboegdb: long running "monitor mww" now works w/gdb
2010-03-17 Øyvind Harboetarget: faster mww operations
2010-03-17 Øyvind Harboetarget: mdX/mwX on target were badly broken
2010-03-04 David BrownellNOR: invalidate cached state on target resume
2010-03-02 David Brownelltarget_resume() doxygen
2010-02-01 Øyvind Harboegdb: restore behavior from 0.3.1 for srst_asserted...
2010-01-21 Øyvind Harboetarget: print reason why GDB halts
2010-01-21 Edgar Grimbergtarget: Fixed format problem for mdh
2010-01-13 Øyvind Harboetarget: add check_reset hook
2010-01-09 David Brownell*SVF: help/usage updates
2010-01-07 David Brownelltarget misc: help/usage updates
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-31 Antonio BorneoARM7_9: Fix segfaults
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-15 mkdorg@users.sourc... target: add basic dsp563xx support
2009-12-13 David Brownelltarget: further shrink Jim-awareness
2009-12-08 David Brownelltarget: remove more exit() calls
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 "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchfix 'target init' command registration
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.
next