46 Commits (4b97f3cbb9603c13f69f8d3b5371c12045593126)

Author SHA1 Message Date
  ntfreak 4b97f3cbb9 - added mingw elf patches from Vincent Palatin 17 years ago
  drath 3d026ce943 - added support for pseudo image type "mem", currently only used for etm analysis: "etm image <target#> <dummy base address> mem" 17 years ago
  drath 09883194f8 - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin) 17 years ago
  drath 53d1f9b2ca - added manpage for OpenOCD (thanks to Uwe Hermann) 17 years ago
  drath 7087b66f19 - add support for ELF images (thanks to Vincent Palatin for this patch) 17 years ago
  drath f94d66d7c5 - reworked image handling to support multiple sections (tested with ihex file containing gaps) 17 years ago
  drath cf013d2e13 - add missing file src/target/trace.h 17 years ago
  drath cbefac0be0 - add missing image handling files 17 years ago
  drath 237e894805 - split fileio handling into fileio part and image handling 17 years ago
  ntfreak e8af4de0a7 -- corrected embedded ice definitions 17 years ago
  drath 054b091623 - further work on ETB decoding (not yet functional) 17 years ago
  drath 2f7eca4707 - improved ETB trace output 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago
  drath 04dc98916d - explicitly disable monitor mode on ARM7/9 targets 17 years ago
  drath 999f86b92b - correctly mask out bits that aren't part of a copied buffer 17 years ago
  drath a48a5e6d94 - disabled excessive debug output in jtag.h 17 years ago
  drath 98da554bbd - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fischer for this patch) 17 years ago
  drath 5f548150a4 - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" command 17 years ago
  drath 4a5f45e87d - merged XScale branch back into trunk 17 years ago
  drath 5ed126c4f9 - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) 17 years ago
  drath cb58279653 - reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem 17 years ago
  drath 78ecef2aed - add missing parentheses around macro parameters (thanks to Matthias Bauch for noticing this bug and providing a fix) 17 years ago
  drath c7383a8bea - disabled use of single-step bit for EmbeddedICE version 6 cores 17 years ago
  drath 81e8e44cf0 - Added support for ARM926EJ-S based cores 17 years ago
  drath 4fc97d3f27 - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) 17 years ago
  drath a4f2e1eaac - disabled FT2232 debug output (that code should be fairly stable) 17 years ago
  drath e9297b40b9 - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. configuration 17 years ago
  drath 03e8f264f4 - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=en:projects:oocdlink) 17 years ago
  drath 83440065c0 - correctly enter debug state on a "soft_reset_halt" command 17 years ago
  drath 456737b08b - several small fixes (thanks to Magnus Lundin and Spencer Oliver) 17 years ago
  drath e8ead33804 - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin for reporting this) 17 years ago
  drath 81294537cd - allow FT2232 devices to be opened by serial number instead of device description ('ft2232_serial <serial>' command) 17 years ago
  drath a582e9a8d1 - str9x flash support (Thanks to Spencer Oliver) 17 years ago
  drath 83eeaa6280 - set the T bit in the CPSR when the core was executing in Thumb state. Mask the T bit from the CPSR for all CPSR-writing operations 17 years ago
  drath 028f59ede5 - added debug output for D/I FSR and FAR (arm920t) 18 years ago
  drath 3acb107b9a - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 18 years ago
  drath da9eedc0f2 - made bp command more verbose 18 years ago
  drath fbf5bec7f3 - fixed a minor problem with the GDB server that could drop the first packet (non-fatal) 18 years ago
  drath 1341eb3b0a - added configurable delays after reset lines get deasserted. useful if reset circuitry keeps lines asserted for too long. 18 years ago
  drath 82d2633b5f - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 18 years ago
  drath 1960973baf - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch) 18 years ago
  drath d4d36b0a9a - changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out) 18 years ago
  drath ef139a3a5e - added support for AT91SAM7A3 flash (patch from andre renaud, thanks) 18 years ago
  drath 1f76f69999 - keep additional information for decoded instructions 18 years ago
  drath b9628accd6 - the 'help' command now takes an optional argument to display help only on a certain command (thanks to Andrew Dyer for this enhancement) 18 years ago
  drath 8b4e882a16 - prepare OpenOCD for branching, created ./trunk/ 18 years ago