1528 Commits (6b1eeb92fe603c2a3d8d04f299aa1318d2ad4b36)

Author SHA1 Message Date
  oharboe 00e900f8a1 Nicolas Pitre <nico@cam.org> Dragonite support 15 years ago
  oharboe f89d1cbfd6 spelling mistake 15 years ago
  oharboe 0dcfbec7fb do not use dynamically sized stack arrays, not compatible with embedded OS's 15 years ago
  oharboe 58b78818e0 registering a target event twice caused infinite loop. Same bug as in jtag/core.c copy & pasted. 15 years ago
  oharboe c5f54c5333 Nicolas Pitre <nico@cam.org> tighten error checking in bulk_write 15 years ago
  oharboe 3bade442b1 Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte accesses. Use 16 bit access on tailend of a memory read if possible. 15 years ago
  oharboe aa46b15377 David Brownell <david-b@pacbell.net> 15 years ago
  mlu 857c06ca8b Report correct core instruction state for ARMv/A targets 15 years ago
  mlu f6a5749c1b Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state. 15 years ago
  oharboe 5dae4753ff David Brownell <david-b@pacbell.net> 15 years ago
  oharboe 57e12b7e45 David Brownell <david-b@pacbell.net> 15 years ago
  mlu 2c76cd7171 Improved handling of instruction set state, helps for debugging Thumb state. 15 years ago
  oharboe a690ee3c0c Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mips_m4k.c Swapping is already done in target.c 15 years ago
  oharboe 81b57a3fb6 Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode. 15 years ago
  oharboe ee329275d3 more debug output for breakpoints 15 years ago
  oharboe 51be978b43 Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR register 15 years ago
  ntfreak fbf775c0b7 - fix a regression when using cortex_m3 emulated dcc channel 15 years ago
  duane a41725c788 Warning fix 15 years ago
  oharboe d879faa3cb David Brownell <david-b@pacbell.net> start phasing out integers as target IDs 15 years ago
  oharboe 69b8b5e0aa David Brownell <david-b@pacbell.net> fix warnings 15 years ago
  oharboe ed8fd94d7c added arm11 timeout error messages 15 years ago
  oharboe efef05870d restore ICE watchpoint registers when the *last* software breakpoint is removed 15 years ago
  oharboe 997d5284cb David Brownell <david-b@pacbell.net> ARM disassembly support for about five dozen non-Thumb instructions 15 years ago
  oharboe ae17ce23eb arm11 hardware step using simulation + breakpoint. Use "hardware_step enable" command to revert to hardware stepping. Ideally we could retire the "hardware_step enable" command once we no longer believe it to be necessary. 15 years ago
  oharboe c5145ceb19 arm11 single stepping wip - at least we know the next PC now 15 years ago
  oharboe bb000a6f77 arm11 single stepping wip 15 years ago
  oharboe 32a2c70d3e refactor arm simulator to allow arm11 code to use it as well - no observable changes otherwise. 15 years ago
  oharboe 327ba6cb0a Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> cortex-a8: Wait for the CPU to be halted/started 15 years ago
  oharboe e921fead94 Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> Print the value that the method didn't like 15 years ago
  oharboe 01000e988a Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> Only dap_ap_select when we are going to do a memory access 15 years ago
  oharboe fc7cd1d85e Matt Hsu <matt@0xlab.org> cortex-a8: Copy some more registers from the documentation 15 years ago
  oharboe 56a04a3413 Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instruction into 15 years ago
  oharboe f36d0083de Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Remove the trans_mode change as it is done in the mem_ap_read_atomic_u32 function. 15 years ago
  oharboe 56b346447b Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> Before executing a new instruction wait for the previous 15 years ago
  oharboe c87357a33f Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then simulation will fail. This is expected. 15 years ago
  oharboe bc075606b7 David Brownell <david-b@pacbell.net> Tweak disassembly commands: 15 years ago
  oharboe bd7cbd01e8 David Brownell <david-b@pacbell.net> Accomodate targets which don't support various target-specific 15 years ago
  ntfreak 7a1ac49ac9 - fix build warnings 15 years ago
  oharboe 696ed5fdc4 strange.... the code build and links w/Linux GCC target but fails w/arm-elf. The code was clearly broken as it was missing two extern's in the .h file... 15 years ago
  oharboe d11c8e3c8e Ferdinand Postema <ferdinand@postema.eu> fix warnings 15 years ago
  oharboe fd4c0f33b1 Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "xscale vector_table" command that allows to set 15 years ago
  oharboe 1d0b276c9f David Brownell The rest of the Cortex-A8 support from Magnus: replace the previous 15 years ago
  oharboe 6f7491c1c1 David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a file 15 years ago
  oharboe bf5f21e39a Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks 15 years ago
  oharboe 028e535604 David Brownell <david-b@pacbell.net>More Thumb2 disassembly: 15 years ago
  oharboe 18d8ac5267 David Brownell <david-b@pacbell.net>Fix some command helptext: 15 years ago
  oharboe 57578b4ea3 David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling. 15 years ago
  ntfreak 69dd81dcf8 David Brownell [david-b@pacbell.net]: 15 years ago
  oharboe ed22097a55 David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and docs. One minor 15 years ago
  oharboe a4c7e2dd96 David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register handling ... don't use parallel 15 years ago