Age | Commit message (Expand) | Author | Files | Lines |
2015-12-25 | sim: dv-pal: always use CPU_INDEX | Mike Frysinger | 2 | -5/+7 |
2015-12-24 | sim: mips: delete TARGET_TX3904 define | Mike Frysinger | 3 | -2/+5 |
2015-12-24 | sim: mips: move SIM_QUIET_NAN_NEGATED to sim-main.h | Mike Frysinger | 3 | -4/+8 |
2015-12-24 | sim: make LMA loading the default for all targets | Mike Frysinger | 25 | -42/+72 |
2015-12-24 | sim: cris: move option install to sim_open | Mike Frysinger | 5 | -19/+18 |
2015-12-24 | sim: delete old breakpoint code | Mike Frysinger | 11 | -83/+26 |
2015-12-24 | sim: h8300: move h8300-specific options out of common code | Mike Frysinger | 5 | -34/+69 |
2015-12-24 | sim: enable watchpoint module everywhere | Mike Frysinger | 18 | -35/+37 |
2015-12-24 | sim: delete SIM_HAVE_FLATMEM support | Mike Frysinger | 6 | -54/+13 |
2015-12-24 | sim: delete SIM_HAVE_MEM_SIZE | Mike Frysinger | 8 | -28/+16 |
2015-12-24 | sim: delete SIM_HAVE_SIMCACHE | Mike Frysinger | 6 | -18/+12 |
2015-12-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-24 | Add support for linking ARMv8-M object files | Thomas Preud'homme | 13 | -15/+149 |
2015-12-24 | Add assembler support for ARMv8-M Baseline | Thomas Preud'homme | 17 | -56/+290 |
2015-12-24 | Add assembler support for ARMv8-M Mainline | Thomas Preud'homme | 18 | -58/+318 |
2015-12-24 | Consolidate Thumb-1/Thumb-2 ISA detection | Thomas Preud'homme | 4 | -33/+68 |
2015-12-24 | Add tests for gas arch autodetection on ARM | Thomas Preud'homme | 23 | -0/+152 |
2015-12-24 | [testsuite/Ada] stop using project files when building test programs | Joel Brobecker | 5 | -31/+34 |
2015-12-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-22 | Remove HP-UX reference in foll-vfork.exp | Simon Marchi | 2 | -36/+10 |
2015-12-22 | ARM: Fix exidx coverage for relocatable builds. | Yury Usishchev | 13 | -51/+228 |
2015-12-22 | [lynxos] gdbserver hangs when killing inferior from GDB | Joel Brobecker | 2 | -1/+27 |
2015-12-22 | gdbserver crash in gdb/gdbserver/thread.c::thread_search_callback | Joel Brobecker | 2 | -1/+9 |
2015-12-22 | [win32] cannot automatically find executable file [...] warning at GDB startup | Joel Brobecker | 2 | -1/+7 |
2015-12-22 | RXv2 support update | Yoshinori Sato | 4 | -8/+24 |
2015-12-22 | Add support for ARM's NOREAD section flag. | Mickael Guene | 20 | -5/+251 |
2015-12-22 | Add an expect for running commands with CLI jump | Thomas Preud'homme | 2 | -0/+8 |
2015-12-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-21 | Remove dead code in testsuite | Simon Marchi | 3 | -60/+17 |
2015-12-21 | Remove HP-UX references fom testsuite | Simon Marchi | 36 | -1048/+146 |
2015-12-21 | Remove references to HP CC/aCC compiler from testsuite | Simon Marchi | 29 | -324/+72 |
2015-12-21 | Use arm_eabi_breakpoint on aarch32 | Yao Qi | 2 | -3/+8 |
2015-12-21 | Fix building pdfs of assembler documentation. | Nick Clifton | 2 | -11/+26 |
2015-12-21 | Minor reformatting fix in gdbtypes.c::create_array_type_with_stride | Joel Brobecker | 2 | -2/+6 |
2015-12-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-20 | Remove HP-UX reference in testsuite/configure.ac | Simon Marchi | 3 | -4/+5 |
2015-12-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-19 | Fix ARI warning in gdb/arch/arm-get-next-pcs.c | Joel Brobecker | 2 | -1/+6 |
2015-12-18 | Reset pagination counts even when stdin is not a tty. | Sandra Loosemore | 3 | -4/+8 |
2015-12-18 | Make prompt_for_continue call throw_quit directly. | Sandra Loosemore | 2 | -1/+6 |
2015-12-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-18 | Process 64-bit imm/disp only for 64-bit BFD | H.J. Lu | 2 | -0/+13 |
2015-12-18 | Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integer | Antoine Tremblay | 2 | -1/+7 |
2015-12-18 | Add documentation to gdb_compile | Simon Marchi | 2 | -0/+38 |
2015-12-18 | Enable conditional breakpoints for targets that support software single step ... | Antoine Tremblay | 2 | -6/+6 |
2015-12-18 | Enable software single stepping for while-stepping actions in GDBServer | Antoine Tremblay | 2 | -17/+37 |
2015-12-18 | Support software single step on ARM in GDBServer | Antoine Tremblay | 22 | -1361/+1924 |
2015-12-18 | Share regcache function regcache_raw_read_unsigned | Antoine Tremblay | 10 | -51/+119 |
2015-12-18 | Refactor arm_software_single_step to use regcache | Antoine Tremblay | 6 | -79/+212 |