Age | Commit message (Expand) | Author | Files | Lines |
2017-06-16 | extract/store integer function template | Yao Qi | 1 | -6/+6 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 1 | -1/+1 |
2017-06-07 | Remove MAX_REGISTER_SIZE from sh(64)-tdep.c | Alan Hayward | 1 | -25/+21 |
2017-05-24 | Use XCNEW gdbarch_tdep | Yao Qi | 1 | -1/+1 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -2/+2 |
2016-11-08 | Use get_frame_register_value instead of deprecated_frame_register_read | Yao Qi | 1 | -6/+9 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+2 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -2/+0 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -34/+37 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-07-06 | Set uses_fp for frames with a valid FP register explicitly. | John Baldwin | 1 | -11/+18 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -9/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
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-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | make MSYMBOL_VALUE_ADDRESS an rvalue | Tom Tromey | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -1/+1 |
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-09-23 | Reuse print_hex_chars. | Andrew Burgess | 1 | -8/+4 |
2013-09-04 | Avoid printing unavailable/optimized out registers (sh64-tdep.c) | Andrew Burgess | 1 | -1/+4 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -22/+19 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -3/+3 |
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-12 | rename frame_register_read into deprecated_frame_register_read. | Joel Brobecker | 1 | -2/+2 |
2012-11-02 | * configure: Rebuild. | Tom Tromey | 1 | -7/+8 |
2012-06-06 | gdb/ | Thomas Schwinge | 1 | -119/+0 |
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-03-01 | gdb/ | Jan Kratochvil | 1 | -0/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -0/+1 |
2011-03-18 | gdb/ | Pedro Alves | 1 | -38/+70 |
2011-01-11 | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -98/+116 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+9 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-07-01 | * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove | Pedro Alves | 1 | -3/+3 |
2010-06-11 | gdb | Tom Tromey | 1 | -2/+2 |
2010-04-05 | Remove remaining "%ll" uses. | Pierre Muller | 1 | -12/+12 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -25/+44 |