target/semihosting: export semihosting_common_handlers[] from header file
[fw/openocd] / src / target / armv4_5.c
2022-07-23 Erhan Kurubastarget/semihosting: export semihosting_common_handlers...
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name()
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags
2021-06-13 Tarek BOCHKATIarmv4_5: do not read/write non-existent registers
2021-05-29 Antonio Borneohelp text: remove trailing space
2020-12-05 Antonio Borneoarmv4_5: fix output of command 'arm reg'
2020-12-05 Antonio Borneoarmv4_5: fix segmentation fault in command 'arm reg'
2020-09-27 Marc SchinkUse capstone for ARM disassembler
2020-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-03-12 Antonio Borneotarget/cortex_a: add hypervisor mode
2020-03-12 Antonio Borneotarget/armv4_5: remove unused macro
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode
2020-03-12 Antonio Borneoarm: fix reg num for Monitor mode
2020-03-10 Tarek BOCHKATIsemihosting: reorganize semihosting commands
2019-12-19 Antonio Borneotarget/armv4_5: use c99 array designator to init arm_co...
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-07 Antonio Borneotarget/armv4_5: use coherent syntax in struct initializ...
2019-03-06 Marc Schinktarget/armv4_5: Use 'bool' data type
2019-02-07 Jean-Christian de... target start_algorithm: Don't copy the IN mem_params...
2019-02-07 Tomas Vanektarget algo: do not write reg_param if direction is...
2019-01-27 Antonio Borneocommand: initialize the command mode for every command
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb
2018-07-18 Liviu IonescuAvoid null target->semihosting references.
2018-06-04 Liviu IonescuRework/update ARM semihosting
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2017-10-22 Andreas Fritiofsonarm: semihosting: set command line arguments
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-22 Andreas Färberarmv4_5: Integrate build of checksum code
2016-05-22 Andreas Färberarmv4_5: Integrate build of erase check code
2016-05-22 Andreas Färberarmv4_5: Improve arm_checksum_memory() error handling
2016-05-22 Andreas Färberarmv4_5: Improve arm_blank_check_memory() error handling
2016-02-29 Linus Walleijarmv4_5: support weirdo ARMv6 secure monitor mode
2015-03-09 Paul Fertserarmv7m: add FPU registers support
2015-01-30 Andreas Fritiofsonarmv4_5: Continue the change from uint32_t to uint8_t...
2014-01-23 Luca BRUNOAdd GDB remote target description support for ARM4
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-07-01 Paul Fertserarmv4_5: prevent segfault when gdb connects to an under...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-11-06 Karl KurbjunARM v4/v5 target files: mrc and mcr help information...
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-05-14 Spencer Oliverbuild: add missing erase_check loader src
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-12 Spencer Olivertarget: fix missing semihosting return path
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-01 Øyvind Harboetarget: fix null pointer exception
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-10-28 Spencer Oliversrc: add loader src description
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-07-20 Spencer Oliverarmv4_5: add algorithms instruction breakpoint support
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2010-04-10 Antonio BorneoARMV4_5: review scope of data
2010-02-28 Spencer Oliverarmv4_5: remove core_type check in mcr/mrc cmd
2010-02-28 Spencer Oliversemihosting: move semihosting cmd to arm cmd group
2010-02-28 Spencer OliverARMv7M: add arm cmd group
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-01-08 David Brownellmisc ARM help/usage updates
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: rename some generic routines
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 David BrownellARM: remove semihosting globals
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-02 David BrownellARM: label SP and LR correctly
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-11-26 David BrownellARM: minor armv4/armv5 cleanup
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharmv4_5: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 David BrownellARM: new DPM interface
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 David BrownellARM: remove per-register malloc
2009-11-19 David BrownellARM: streamline register init
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-18 David BrownellARM: rework "arm reg" output for new mode
2009-11-18 David BrownellARM: add a default full_context() method
next