Age | Commit message (Expand) | Author | Files | Lines |
2020-05-16 | gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.c | Simon Marchi | 1 | -4/+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-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -32/+32 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -6/+8 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -4/+4 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -8/+5 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-25 | MIPS/Linux: Correct o32 core file FGR interpretation | Maciej W. Rozycki | 1 | -96/+13 |
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 | -1/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -10/+10 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -2/+1 |
2017-06-13 | Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c | Yao Qi | 1 | -0/+11 |
2017-05-26 | Add regcache raw_supply_integer and raw_collect_integer. | Alan Hayward | 1 | -29/+4 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.c | Alan Hayward | 1 | -14/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-28 | Move encoded as 'or' in binutils. | Simon Dardis | 1 | -4/+6 |
2015-10-22 | mips: fix void*/gdb_byte* compilation errors | Simon Marchi | 1 | -3/+5 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+2 |
2015-02-04 | Fix internal error when core file section is too big | Andreas Arnez | 1 | -8/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -1/+7 |
2014-12-03 | MIPS: Add support for microMIPS Linux signal trampolines | Maciej W. Rozycki | 1 | -6/+107 |
2014-11-20 | Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o... | Sergio Durigan Junior | 1 | -3/+3 |
2014-09-30 | MIPS: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections' | Andreas Arnez | 1 | -30/+17 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-05-21 | MIPS: Replace regset_alloc() invocations by static regset structures. | Andreas Arnez | 1 | -29/+24 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -2/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
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-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-08-09 | This patch implements the new gdbarch method gdbarch_gdb_signal_to_target. | Sergio Durigan Junior | 1 | -56/+185 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -9/+20 |
2013-05-30 | * mips-linux-tdep.c: Adjust formatting throughout. | Maciej W. Rozycki | 1 | -59/+56 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-06-11 | *** empty log message *** | Michael Eager | 1 | -0/+94 |
2012-05-22 | * NEWS: Add MIPS/Linux DSP support. | Maciej W. Rozycki | 1 | -7/+105 |