| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary function prototypes. | John Baldwin | 2017-09-09 | 1 | -2/+0 |
* | Remove uses of MAX_REGISTER_SIZE from alpha-tdep.c | Alan Hayward | 2017-06-06 | 1 | -9/+20 |
* | Restrict alpha_convert_register_p | Yao Qi | 2017-05-24 | 1 | -18/+9 |
* | Use XCNEW gdbarch_tdep | Yao Qi | 2017-05-24 | 1 | -1/+1 |
* | Delegate opcodes to select disassembler in GDB | Yao Qi | 2017-05-24 | 1 | -3/+0 |
* | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 2017-05-02 | 1 | -12/+11 |
* | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 2017-04-12 | 1 | -0/+2 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 2016-11-22 | 1 | -4/+2 |
* | gdbarch software_single_step frame_info to regcache: alpha | Yao Qi | 2016-11-22 | 1 | -9/+11 |
* | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 2016-11-08 | 1 | -15/+13 |
* | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 2016-11-03 | 1 | -3/+6 |
* | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 2016-11-03 | 1 | -8/+4 |
* | gdb: Use std::min and std::max throughout | Pedro Alves | 2016-09-16 | 1 | -1/+2 |
* | remove trivialy unused variables | Trevor Saunders | 2016-05-07 | 1 | -1/+0 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 2015-10-27 | 1 | -4/+4 |
* | Add some more casts (1/2) | Simon Marchi | 2015-09-25 | 1 | -10/+11 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -3/+2 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Delete Tru64 support | Pedro Alves | 2014-10-17 | 1 | -8/+0 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | -Wpointer-sign: alpha-tdep.c. | Pedro Alves | 2013-04-19 | 1 | -1/+1 |
* | alpha-tdep.c/mips-tdep.c: "set heuristic-fence-post" is signed/zinteger. | Pedro Alves | 2013-04-19 | 1 | -2/+2 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 2012-09-25 | 1 | -8/+6 |
* | gdb/ | Maciej W. Rozycki | 2012-05-16 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2012-03-02 | 1 | -1/+1 |
* | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 2012-02-02 | 1 | -1/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -3/+1 |
* | 2011-11-25 Uros Bizjak <ubizjak@gmail.com> | Ulrich Weigand | 2011-11-25 | 1 | -0/+92 |
* | * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true | Pedro Alves | 2011-05-26 | 1 | -3/+6 |
* | gdb | Tom Tromey | 2011-04-19 | 1 | -1/+1 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -0/+2 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -9/+16 |
* | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-07 | 1 | -15/+21 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+2 |
* | gdb/ | Jan Kratochvil | 2010-11-28 | 1 | -1/+1 |
* | * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents | Tom Tromey | 2010-05-27 | 1 | -3/+3 |
* | * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA) | Jerome Guitton | 2010-04-23 | 1 | -0/+134 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-10-19 | 1 | -1/+2 |
* | ARI fix: OP eol rule. | Pierre Muller | 2009-10-06 | 1 | -2/+2 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -24/+34 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -2/+2 |
* | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 2009-07-02 | 1 | -1/+2 |
* | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 2009-07-02 | 1 | -2/+2 |
* | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 2009-07-02 | 1 | -4/+5 |