Age | Commit message (Expand) | Author | Files | Lines |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -3/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -2/+2 |
2018-05-24 | Update help text in dcache.c | Tom Tromey | 1 | -3/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -4/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -3/+3 |
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-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+1 |
2015-07-29 | PR record/18691: Fix fails in solib-precsave.exp | Yao Qi | 1 | -3/+2 |
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-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Make the dcache (code/stack cache) handle line reading errors better | Pedro Alves | 1 | -2/+5 |
2014-03-05 | PR gdb/16575: stale breakpoint instructions in the code cache | Pedro Alves | 1 | -56/+44 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-02 | Add new target_read_raw_memory function, and consolidate comments. | Pedro Alves | 1 | -6/+5 |
2013-11-29 | Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORY | Yao Qi | 1 | -2/+2 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -1/+1 |
2013-11-20 | Remove last_cache | Yao Qi | 1 | -23/+25 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-03-26 | Make "set/show dcache line-size" and "set/show dcache size" zinteger commands... | Pedro Alves | 1 | -12/+12 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-07-26 | 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -40/+128 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -4/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-05-05 | 2010-05-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+1 |
2010-01-19 | Delete unused or undefined functions. | Joel Brobecker | 1 | -2/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-13 | * dcache.c (dcache_hit, dcache_read_line): Tweak comments. | Doug Evans | 1 | -5/+11 |
2009-11-13 | * dcache.c (dcache_block): Replace member newer with next,prev. | Doug Evans | 1 | -36/+108 |
2009-11-10 | 2009-11-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+3 |
2009-08-31 | Implement TARGET_OBJECT_STACK_MEMORY. | Doug Evans | 1 | -16/+72 |
2009-08-20 | * dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses. | Doug Evans | 1 | -4/+4 |
2009-08-20 | Replace dcache with splay tree. | Doug Evans | 1 | -323/+240 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-09-23 | * dcache.c (state_chars): New static global. | Doug Evans | 1 | -13/+24 |