Age | Commit message (Expand) | Author | Files | Lines |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -12/+11 |
2015-01-02 | MIPS: Make the extracted stack offset signed in the prologue scanner | Maciej W. Rozycki | 1 | -10/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | MIPS: Provide FPU info and decode FCSR in `info float' | Yao Qi | 1 | -0/+93 |
2014-12-12 | MIPS: Define aliases for MSYMBOL_TARGET_FLAG macros | Maciej W. Rozycki | 1 | -5/+6 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -73/+121 |
2014-10-05 | MIPS: Rewrite `add_offset_16' to match its name | Maciej W. Rozycki | 1 | -7/+9 |
2014-10-05 | MIPS: Correct heuristic prologue termination conditions | Maciej W. Rozycki | 1 | -142/+290 |
2014-10-05 | MIPS: Correct MUSTBE32 interpretation in delay slot handling | Maciej W. Rozycki | 1 | -8/+13 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -6/+0 |
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-07-25 | MIPS: Respect the "set mips compression" command | Maciej W. Rozycki | 1 | -2/+4 |
2014-05-21 | MIPS: Replace regset_alloc() invocations by static regset structures. | Andreas Arnez | 1 | -4/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -5/+5 |
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-07-24 | * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct | Maciej W. Rozycki | 1 | -1/+1 |
2013-07-15 | include/elf/ | Maciej W. Rozycki | 1 | -5/+5 |
2013-06-26 | * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr. | Maciej W. Rozycki | 1 | -1/+2 |
2013-06-26 | * mips-tdep.c (mips_next_pc): Fix a typo. | Maciej W. Rozycki | 1 | -1/+1 |
2013-06-26 | * mips-tdep.c (micromips_scan_prologue): Fix a typo. | Maciej W. Rozycki | 1 | -1/+1 |
2013-06-24 | bfd/ | Maciej W. Rozycki | 1 | -5/+11 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -9/+1 |
2013-04-19 | mips-tdep.c: Wrong signness for local holding PC register. | Pedro Alves | 1 | -1/+1 |
2013-04-19 | alpha-tdep.c/mips-tdep.c: "set heuristic-fence-post" is signed/zinteger. | Pedro Alves | 1 | -2/+2 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -24/+24 |
2013-02-24 | * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero | Maciej W. Rozycki | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-19 | 2012-12-19 Andreas Tobler <andreast@neon.andreas.nets> | Andreas Tobler | 1 | -1/+2 |
2012-11-12 | rename frame_register_read into deprecated_frame_register_read. | Joel Brobecker | 1 | -3/+3 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -5/+5 |
2012-09-17 | * m2-valprint.c (m2_print_array_contents): Eliminate variable | Siddhesh Poyarekar | 1 | -4/+2 |
2012-08-19 | 2012-08-19 Andrew Pinski <apinski@cavium.com> | Andrew Pinski | 1 | -1/+50 |
2012-08-19 | 2012-08-19 Andrew Pinski <apinski@cavium.com> | Andrew Pinski | 1 | -0/+1 |
2012-08-19 | 2012-08-19 Andrew Pinski <apinski@cavium.com> | Andrew Pinski | 1 | -8/+8 |
2012-08-02 | gdb/ | Yao Qi | 1 | -7/+7 |
2012-06-11 | * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code. | Maciej W. Rozycki | 1 | -3/+10 |
2012-06-06 | * mips-tdep.c (mips_pseudo_register_type): Remove tdep local | Maciej W. Rozycki | 1 | -5/+0 |
2012-06-06 | * mips-tdep.c (mips_convert_register_p): Correct coding style. | Maciej W. Rozycki | 1 | -2/+2 |
2012-06-06 | * mips-tdep.c (mips_pseudo_register_type): Use | Maciej W. Rozycki | 1 | -2/+1 |
2012-05-18 | * mips-tdep.c (mips_reg3_to_reg): Optimize storage. | Maciej W. Rozycki | 1 | -1/+1 |
2012-05-18 | gdb/ | Maciej W. Rozycki | 1 | -151/+1631 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -4/+1 |
2012-05-18 | * mips-tdep.h (mips_write_pc): New prototype. | Maciej W. Rozycki | 1 | -1/+3 |
2012-05-18 | * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of | Maciej W. Rozycki | 1 | -6/+5 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -78/+180 |
2012-05-14 | * mips-tdep.c (mips_push_dummy_code): Correct description typo. | Maciej W. Rozycki | 1 | -1/+1 |
2012-05-09 | mips: Switch inferior function calls to ON_STACK method. | Joel Brobecker | 1 | -4/+34 |