Age | Commit message (Expand) | Author | Files | Lines |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -3/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-23 | Fix opcodes includes | Tom Tromey | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -4/+4 |
2019-05-04 | Change arc_tdesc_init to return bool | Tom Tromey | 1 | -9/+9 |
2019-05-04 | Use bool, true, and false in arc-tdep.c | Tom Tromey | 1 | -4/+4 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -3/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+3 |
2019-02-27 | gdb/arc: Use default gdbarch methods where possible | Andrew Burgess | 1 | -45/+0 |
2019-02-27 | gdb: Restructure type_align and gdbarch_type_align | Andrew Burgess | 1 | -2/+21 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+3 |
2018-10-06 | Do not accidentally include in-tree readline headers | Tom Tromey | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -1/+1 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -1/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-12 | C++-ify prologue-value's pv_area | Tom Tromey | 1 | -18/+14 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-10-11 | arc: Pass proper CPU value to the disassembler | Anton Kolesov | 1 | -2/+32 |
2017-09-27 | Constify dump_arc_instruction_command | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-16 | arc: Select CPU model properly before disassembling | Anton Kolesov | 1 | -6/+57 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-03-28 | arc: Add prologue analysis | Anton Kolesov | 1 | -20/+478 |
2017-03-28 | arc: Add disassembler helper | Anton Kolesov | 1 | -1/+314 |
2017-03-28 | arc: Add "maintenance print arc" command prefix | Anton Kolesov | 1 | -0/+19 |
2017-03-28 | arc: Align internal regnums with architectural regnums | Anton Kolesov | 1 | -7/+21 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+2 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -2/+0 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -13/+21 |
2016-10-12 | arc: Add evaluation of long jump targets | Anton Kolesov | 1 | -1/+29 |
2016-10-12 | arc: Add a gdbarch_tdep structure | Anton Kolesov | 1 | -1/+4 |
2016-10-05 | arc: Remove annoying debug message | Anton Kolesov | 1 | -3/+0 |
2016-09-22 | arc: Fix ARI warning for printf(%p) | Anton Kolesov | 1 | -2/+3 |
2016-09-21 | arc: New Synopsys ARC port | Anton Kolesov | 1 | -0/+1281 |
2002-12-16 | 2002-12-16 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -738/+0 |
2002-08-06 | 2002-08-06 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -738/+738 |
2002-07-30 | 2002-07-30 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -0/+1 |
2002-04-22 | * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore | Andrew Cagney | 1 | -1/+1 |
2002-04-22 | 2002-04-21 David S. Miller <davem@redhat.com> | David S. Miller | 1 | -0/+8 |
2002-02-20 | * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC | Richard Earnshaw | 1 | -1/+3 |
2002-02-05 | * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions. | Andrew Cagney | 1 | -2/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+1 |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -0/+1 |
2001-01-31 | Replace strsave() with xstrdup(). | Andrew Cagney | 1 | -6/+6 |
2001-01-19 | Add new arc core numbers. | Nick Clifton | 1 | -9/+6 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -36/+16 |