Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -6/+6 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -7/+7 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -4/+4 |
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 | -5/+5 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -16/+6 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -6/+3 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -2/+2 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -3/+2 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -19/+18 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_read_part | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -2/+2 |
2018-05-09 | gdb: xtensa: handle privileged registers | Max Filippov | 1 | -8/+4 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -2/+2 |
2018-01-22 | regcache_cooked_read -> regcache->cooked_read | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -5/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -5/+5 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-16 | xtensa: Properly strdup string when building reggroup | Stafford Horne | 1 | -5/+1 |
2017-06-23 | Add XTENSA_MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+5 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+0 |
2017-04-26 | xtensa_pseudo_register_read/write - Use regcache_raw_read_unsigned | Alan Hayward | 1 | -12/+9 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-03-27 | gdb: xtensa-linux: support THREADPTR register | Max Filippov | 1 | -0/+4 |
2017-03-27 | gdb: xtensa: fix test for privileged register number | Max Filippov | 1 | -1/+2 |
2017-03-27 | gdb: gdbserver: xtensa: make C0_NREGS available | Max Filippov | 1 | -1/+0 |
2017-03-27 | gdb: xtensa: clean up xtensa_default_isa initialization | Max Filippov | 1 | -4/+3 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -19/+12 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string in gdb/xtensa-tdep.c | Pedro Alves | 1 | -6/+3 |
2016-11-04 | Fix a few typos | Simon Marchi | 1 | -1/+1 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+4 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -2/+0 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -0/+4 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -27/+26 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -4/+0 |
2016-03-30 | gdb: xtensa: fix frame initialization when PC is invalid | Max Filippov | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |