aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2018-03-30xilinx-dna.cfg: generic tools for reading Xilinx Device DNARobert Jordens
2018-03-30tcl/fpga/xilinx-xadc.cfg: add support for XADCRobert Jordens
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: fix display halt message logicTomas Vanek
2018-03-30flash/nor: implement flash bank deallocation on OpenOCD exitTomas Vanek
2018-03-30tcl/board: add support for KasliRobert Jordens
2018-03-30sayma_amc: add Sayma AMC board definitionRobert Jordens
2018-03-30kcu105: add support for Xilinx KCU105Robert Jordens
2018-03-30xilinx-xcu: add Xilinx Ultrascale tap dataRobert Jordens
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30tcl/board: add configuration for the avnet ultrazed-eg starter kitMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-27aarch64: add cpsr bitfields to target descriptionMatthias Welwarsky
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky
2018-03-20transport: add transport_is_hla()Tomas Vanek
2018-03-18server: bind to IPv4 localhost by defaultPaul Fertser
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky
2018-03-16gdb_server: fake step if thread is not current rtos threadMatthias Welwarsky
2018-03-16gdb_server: fix ignored interrupt request from gdb during steppingMatthias Welwarsky
2018-03-15gdb_server: prevent false positive valgrind reportTomas Vanek
2018-03-15drivers/ftdi: free allocated memoryTomas Vanek
2018-03-15src/jtag/hla: free allocated memory in hl_interface_quit()Tomas Vanek
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek
2018-03-15jtag/core: free all taps and daps in adapter_quit()Tomas Vanek
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-15openocd.c: call server_quit() for cmd line with -c shutdownTomas Vanek
2018-03-15tcl/target: warn if a Kinetis MCU is connected to a high level adapterTomas Vanek
2018-03-15doc: fix xref texinfo warningPaul Fertser
2018-03-13doc: make gdb-attach description understandableTomas Vanek
2018-03-13jtag: drivers: add support for FT232R sync bitbang JTAG interfacesMatej Kogovsek
2018-03-13target: hla: check return value of hl_dcc_readPaul Fertser
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser
2018-03-13tcl: interface: usb blaster I: specify driver explicitlyPaul Fertser
2018-03-13svf: improve robustness when processing invalid SVF filesPaul Fertser
2018-03-13HACKING: clarify linking identities procedurePaul Fertser
2018-03-12jtag: drivers: buspirate: fix abuse of "char" typePaul Fertser
2018-03-12Add SWD protocol support to buspirate (2nd try)Mateusz Manowiecki
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu
2018-03-12doc: update openocd.texi after change of gdb-attach default valueTomas Vanek
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer
2018-03-12jtag: hla: tcl: fix inconsistent expected_id handlingPaul Fertser
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid
2018-03-10Support for AArch32 SIMD/Floating-point registersOmair Javaid
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid
2018-03-10Allow generation of nested target defined types in gdb target xmlOmair Javaid
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink