aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-06-08server: gdb: respect command gdb_report_register_access_errorAntonio Borneo1-2/+8
2024-05-26openocd: drop include of target_type.hAntonio Borneo16-41/+26
2024-05-26Fix build with clang even if it sets __GNUC__ to >= 4.4Bernhard Rosenkränzer2-2/+2
2024-05-26target/semihosting: Fix double free()Marc Schink1-3/+1
2024-05-26target/arm_tpiu_swo: Handle errors in pre/post-enable eventsMarc Schink1-5/+11
2024-05-26server/gdb: Use 'bool' data type where appropriateMarc Schink1-13/+13
2024-05-26target/arm_tpiu_swo: Fix division by zeroMarc Schink1-8/+24
2024-05-11target/xtensa: avoid IHI for writes to non-executable memoryIan Thompson1-8/+81
2024-05-11gdb_server: enable keep-alive packets for qCRC packetParshintsev Anatoly1-0/+2
2024-05-11cortex_a: drop cortex_a_dap_write_memap_register_u32()Antonio Borneo1-52/+39
2024-05-11cortex_a: drop the command 'cache auto'Antonio Borneo6-47/+32
2024-05-11cortex_a: drop useless cache invalidate on mem writeAntonio Borneo3-26/+0
2024-05-04ipdbg: fix double free of virtual-ir dataDaniel Anselmi1-7/+6
2024-05-04smp: fix SIGSEGV for "smp off" during target examineAntonio Borneo1-1/+1
2024-05-04target: cortex_a: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04target: aarch64: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04cortex_m: don't try to halt not-examined targetsAntonio Borneo1-0/+5
2024-05-04target/target: Add 'debug_reason' to current targetMarc Schink1-0/+7
2024-05-04target: cortex_m: fix display of DWT registersAntonio Borneo1-0/+1
2024-05-04jtag: linuxgpiod: minor alignment to coding styleAntonio Borneo1-9/+9
2024-04-07jtag: linuxgpiod: drop extra parenthesisAntonio Borneo1-2/+2
2024-04-07target/mips32: fix clang sbuild check failWalter Ji1-2/+2
2024-04-07remote_bitbang: Change sleep commands to Zz to avoid conflict with SWDJ. Neuschäfer1-2/+2
2024-04-07jtag: linuxgpiod: fix detection for line request biasAntonio Borneo1-3/+3
2024-04-01flash/nor/eneispif: support ENE KB1200 ispi flashSteven Chang4-0/+436
2024-03-24target/adi_v5_swd: move setting of do_reconnect one level upTomas Vanek1-12/+10
2024-03-24helper/list: include the correct header fileAntonio Borneo3-2/+4
2024-03-24helper/list: Replace Linux code with FreeBSD oneAntonio Borneo1-709/+225
2024-03-24gdb_server: drop useless check in gdb_keep_client_alive()Antonio Borneo1-5/+2
2024-03-24gdb_server: add async-notif keep-alive during memory read/writeAntonio Borneo1-6/+46
2024-03-16target/mips32: add fpu access supportWalter Ji4-12/+245
2024-03-16ipdbg: configurable queue size used between JTAG-Host and JTAG-HubDaniel Anselmi1-14/+54
2024-03-16ipdbg: split ipdbg command into multiple commandsDaniel Anselmi4-139/+408
2024-03-16openocd: dump full command line in the debug logAntonio Borneo1-0/+4
2024-03-16target: aarch64: add support for 32 bit MON modeAntonio Borneo1-0/+3
2024-03-16target/adi_v5_swd: fix DP registers bankingTomas Vanek1-6/+9
2024-03-16jtag/drivers/bitbang: limit SWD WAIT retries by timeoutTomas Vanek1-2/+16
2024-03-16jtag/drivers/bitbang: use LOG_CUSTOM_LEVEL() macro for SWDTomas Vanek1-23/+33
2024-03-16helper/log: add LOG_CUSTOM_LEVEL() macroTomas Vanek2-1/+11
2024-03-16target/arm_adi_v5: introduce adiv5_jim_configure_ext()Tomas Vanek4-26/+29
2024-03-16drivers/cmsis_dap, kitprog: use helper to derive err code from ackTomas Vanek2-2/+2
2024-03-10flash/nor/nrf5: drop useless for cycle conditionTomas Vanek1-1/+1
2024-03-09target/mips32: add dsp access supportWalter Ji2-1/+447
2024-03-09gdb_server: fix segfault with GDB command 'flash-erase'Antonio Borneo1-0/+7
2024-03-09mem_ap: fix GDB connectionsAntonio Borneo1-4/+4
2024-03-09flash/nor/nrf5: use BIT() instead of << operatorTomas Vanek1-4/+5
2024-03-09flash/nor/nrf5: drop nrf5 info commandTomas Vanek1-166/+0
2024-03-09flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted()Tomas Vanek1-44/+53
2024-03-09flash/nor/nrf5: add missing device typesTomas Vanek1-0/+4
2024-03-09flash/nor/nrf5: add missing package codesTomas Vanek1-4/+9