Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -3/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -5/+5 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+2 |
2015-08-21 | xtensa: implement NPTL helpers | Max Filippov | 1 | -0/+4 |
2015-05-29 | xtensa: fix access to the last pseudo register | Max Filippov | 1 | -8/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-30 | XTENSA: Migrate from 'regset_from_core_section' to 'iterate_over_regset_secti... | Andreas Arnez | 1 | -16/+11 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: xtensa-tdep.c. | Pedro Alves | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -4/+4 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-02 | gdb/ | Yao Qi | 1 | -7/+7 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -2/+0 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-04-19 | ARI cleanup. | Pierre Muller | 1 | -8/+8 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -0/+1 |