gdb: use stdio functions to convert parameters
[openocd.git] / src / target /
2013-03-06 Spencer Olivertarget: use common target_name to access target::cmd_na... 82/1182/2
2013-03-05 Mathias KMove back off timer to target struct 79/1179/4
2013-03-05 Mathias KAdd the target name to debug output for better understa... 78/1178/4
2013-02-26 Spencer Olivergdbserver: use common hexify/unhexify routines 05/1105/3
2013-02-25 Spencer Olivertarget: hla correctly use target events 34/1134/2
2013-02-25 Spencer Oliverarmv7m: update to use correct register core_cache 38/1138/2
2013-02-02 Spencer Oliverarmv7m: use ARM_MODE_THREAD core mode for algoorithm's 08/1108/4
2013-02-02 Spencer Oliverarmv7m: restore core mode after executing algorithm 07/1107/4
2013-02-02 Spencer Oliverarmv7m: use generic arm read/write_core_reg 69/969/8
2013-02-02 Spencer Oliverarmv7m: use generic register core_cache 68/968/7
2013-02-02 Spencer Oliverarmv7m: remove unused armv7m_regtype 67/967/6
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode 66/966/6
2013-01-27 Spencer Oliverhla: enable DWT component and fix watchpoints 22/1122/2
2013-01-02 Spencer Oliverhla: support setting DCB_DEMCR on resume 03/1103/2
2012-12-23 Spencer Oliverhla: add ability to configure read/write buffer size 48/948/3
2012-12-23 Spencer Oliverhla: fix watchpoints not being set 31/931/3
2012-12-23 Spencer Oliverstlink: rename stlink cmd names 21/921/7
2012-12-23 Spencer Olivertarget: add deprecated target name support 19/919/6
2012-12-11 Kamal Dasumips_m4k: Fixed mips_m4k_resume code for smp targets 48/1048/2
2012-12-09 Evan Huntercortex_a: Fix target entry state route. 54/954/2
2012-12-09 Kamal Dasumips_m4k: Added SMP debug support for mips architectures 37/937/8
2012-12-09 Kamal Dasumips_ejtag: Adding EJTAG 4.x and 5.x as valid versions 36/936/3
2012-11-30 Jason Moehlmanarm: Mis-aligned data issue fix. 96/996/5
2012-11-16 Salvador Arroyomips: patch mips32_pracc_exec_write() 75/975/2
2012-11-16 Salvador Arroyomips: optimize mips32_pracc_read_regs() code 58/958/2
2012-11-16 Salvador Arroyomips: optimize mips32_pracc_write_regs() code. 57/957/3
2012-11-16 Salvador Arroyomips: optimize write code for speed 56/956/3
2012-11-16 Salvador Arroyomips: optimize read code for speed 55/955/3
2012-11-16 Salvador Arroyomips: optimize mips32_pracc_read_u32() function 52/952/2
2012-11-16 Salvador Arroyomips: optimize CP0 read/write code 51/951/3
2012-11-16 Salvador Arroyomips: code clean up in mips_m4k_debug_entry() function 50/950/2
2012-11-16 Salvador Arroyomips: optimize mips_ejtag_step_disable() code 44/944/3
2012-11-06 Spencer Olivertarget: add async algorithm timeout 49/949/3
2012-11-06 Karl KurbjunARM v4/v5 target files: mrc and mcr help information... 14/914/2
2012-11-06 Spencer Olivercortex: autostep correctly handle user breakpoint 47/947/3
2012-11-06 Peter Horncortex_m: Fix single stepping will not return to debug... 64/864/5
2012-11-05 Spencer Olivercortex_m: fix define formatting
2012-11-05 Matthias Blaicherrtos: Add FPU detection to ChibiOS/RT
2012-10-31 Evan HunterEnsure Cortex-M reset wakes device from sleep (wfi...
2012-10-28 Spencer Olivergdb: use strncmp rather than strstr
2012-10-28 Andreas Fritiofsonadi_v5_jtag.c: Avoid infinite recursion in jtagdp_trans...
2012-10-18 Spencer Oliverstlink: fix vector catch not being cleared
2012-10-07 Spencer OliverRevert "target: remove unused working area 'user' field"
2012-09-27 Evan HunterAdd extra Coresight component ROM identifiers for the...
2012-09-06 Spencer Olivercortex_m: suggest using hardware srst if VECTRESET...
2012-08-29 Spencer Oliverstlink: fix typo
2012-08-29 Andreas Fritiofsonarm7_9: Fix broken halfword/byte memory reads
2012-08-24 Salvador ArroyoSevere bug in Pracc code
2012-08-24 Spencer Olivertarget: remove unused working area 'user' field
2012-08-24 Martin Nowakbuild: fix clang warnings
2012-08-24 Spencer Olivertarget: catch dap_lookup read error
2012-08-02 Spencer Olivertarget: add valid smp target check
2012-08-01 Alexander Osipenkoarm946e: add icache/dcache manipulation commands.
2012-08-01 Alexander Osipenkoarm946e: cp15 command returns value to the script
2012-08-01 Alexander Osipenkoarm946e: cleanup C0.C cache type reg access
2012-08-01 Alexander Osipenkoarm946e: don't use global variables for context
2012-07-30 Salvador ArroyoBugfixes in mips32_pracc.c
2012-07-30 SalvadorSpeed up mips_m4k_write_memory()
2012-07-11 Spencer Olivertarget: Cortex-M use consistent arm dap access
2012-07-11 Spencer Oliverstlink: fix arm semihosting support
2012-07-11 Spencer Olivertarget: detect correct Cortex-M tar auto increment...
2012-07-11 Vandra Akostarget.c, jim_target_md using command_print_sameline
2012-07-11 Vandra Akostarget/target.c, jim_target_md refractored
2012-05-28 Spencer Oliverbuild: remove src file execute permission
2012-05-25 Spencer Olivertarget: fix segfault in arm7_9 8/16bit read
2012-05-22 Spencer Oliverstlink: check read_reg result
2012-05-21 Spencer Olivertarget: target.h typo and comment cleanup
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_EXAMINE_* events
2012-05-21 Spencer Olivertarget: enable TARGET_EVENT_RESUME_* events
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-05-21 Spencer Olivertarget: remove duplicate target events
2012-05-21 Spencer Olivertarget: disable armv6m unaligned memory access
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-05-14 Spencer Oliverstlink: add armv7m stlink handling
2012-05-14 Spencer Olivermips: support connecting under reset
2012-05-14 Spencer Oliverstlink: support connecting under reset
2012-05-14 Spencer Olivercortex-m3: support connecting under reset
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-05-14 Spencer Oliverbuild: add missing erase_check loader src
2012-05-14 Spencer Oliverarmv7m: update crc/erase_check loaders for cortex-m0
2012-05-04 Spencer Oliverbuild: remove clang unused variable assignment warnings
2012-04-30 Spencer Oliverstlink: support srst reset
2012-04-13 Spencer Oliverstlink: correctly format printed hex addresses
2012-04-10 Simon Qiantopic: add reset functions for SWD
2012-04-10 Spencer Oliverdoxygen: remove warnings
2012-04-10 SalvadorFinish off functions mips32_pracc_read_mem16() and...
2012-04-10 SalvadorMinor bug fixes in Mips32 code
2012-03-30 Spencer Oliverarmv7m: fix broken stlink build
2012-03-30 Mathias Kstm32: Update register read/write to the register defin...
2012-03-30 Mathias Karmv7m: detect floating point feature
2012-03-30 SalvadorBug in src/target/mips32_pracc.c
2012-03-14 Alexandre Pereira... stlink: fix alignment build warning
2012-03-14 Mathias Karmv7m: Add a dummy register at the end of the register...
2012-03-14 Mathias Kstm32: Add floating point register read/write.
2012-03-14 Mathias Kstm32: determine all cpu types and use common examine
2012-03-14 Drasko DRASKOVICmips: Forced to running state to enable (subsequent...
2012-03-13 Spencer Olivertarget: remove unused declaration
2012-03-11 Øyvind Harboeflash: retire unused eCos flash driver
2012-03-11 Øyvind Harboetarget_request: fix warning, do not set local variable...
2012-03-06 Spencer Oliverstlink: fix incorrect pc console output
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)