| Commit message (Expand) | Author | Age | Files | Lines |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 1 | -2/+2 |
* | arm11 error propagation fixes | Øyvind Harboe | 2010-07-20 | 1 | -23/+23 |
* | debug: debug entry error propagation | Øyvind Harboe | 2010-07-19 | 1 | -1/+1 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -4/+4 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -1/+1 |
* | ARM11: per-core options should not be global | David Brownell | 2010-02-21 | 1 | -33/+32 |
* | core arm11: Silence logs at level 3 if there is no activity | Edgar Grimberg | 2010-01-25 | 1 | -1/+1 |
* | ARM11: fix breakpoints with GDB | David Brownell | 2010-01-22 | 1 | -9/+15 |
* | ARM11: help/usage updates | David Brownell | 2010-01-07 | 1 | -12/+17 |
* | ARM11: recognize ARM11 MPCore | David Brownell | 2009-12-20 | 1 | -5/+11 |
* | ARM11: improved reset support | David Brownell | 2009-12-14 | 1 | -48/+55 |
* | ARM11: minor cleanup, mostly ITR comments | David Brownell | 2009-12-11 | 1 | -15/+13 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -3/+3 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM11: report watchpoint trigger insn | David Brownell | 2009-12-04 | 1 | -0/+18 |
* | ARM11: basic watchpoint support | David Brownell | 2009-12-04 | 1 | -1/+2 |
* | ARM11: tweak TAP ops and debugging | David Brownell | 2009-12-04 | 1 | -2/+3 |
* | ARM DPM: share debug reason logic | David Brownell | 2009-12-03 | 1 | -17/+7 |
* | ARM11: use shared DSCR bit names | David Brownell | 2009-12-03 | 1 | -20/+22 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM11: don't expose DSCR | David Brownell | 2009-12-02 | 1 | -171/+7 |
* | ARM11: store a clean copy of DSCR | David Brownell | 2009-12-02 | 1 | -59/+41 |
* | ARM11: don't expose WDTR | David Brownell | 2009-12-02 | 1 | -13/+7 |
* | ARM11: don't expose RDTR | David Brownell | 2009-12-02 | 1 | -14/+7 |
* | ARM11: streamline debug entry | David Brownell | 2009-12-02 | 1 | -25/+20 |
* | ARM11: remove arm11->target | David Brownell | 2009-12-02 | 1 | -9/+9 |
* | ARM DPM: tweak initialization | David Brownell | 2009-12-02 | 1 | -4/+2 |
* | ARM: core DPM support for watchpoints | David Brownell | 2009-12-01 | 1 | -27/+8 |
* | ARM11: remove previous mcr()/mrc() methods | David Brownell | 2009-12-01 | 1 | -75/+0 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -3/+10 |
* | ARM11: write_memory() avoids increment check | David Brownell | 2009-11-27 | 1 | -9/+19 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -8/+7 |
* | arm11: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -35/+62 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -7/+7 |
* | ARM11: remove old R0..R15/CPSR code | David Brownell | 2009-11-24 | 1 | -193/+72 |
* | ARM11: use standard run_algorithm() | David Brownell | 2009-11-24 | 1 | -172/+5 |
* | ARM11: use standard single step simulation | David Brownell | 2009-11-24 | 1 | -97/+31 |
* | ARM11: partial support for standard ARM register interfaces. | David Brownell | 2009-11-24 | 1 | -35/+31 |
* | ARM11: remove register "history" debug stuff | David Brownell | 2009-11-24 | 1 | -50/+0 |
* | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 1 | -17/+18 |
* | ARM11: macro cleanup | David Brownell | 2009-11-22 | 1 | -56/+30 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 1 | -6/+15 |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 1 | -88/+1 |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 1 | -45/+10 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 1 | -4/+17 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -1/+1 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -38/+3 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -8/+6 |