Age | Commit message (Expand) | Author | Files | Lines |
2022-06-12 | Fix self-test failure in addrmap | Tom Tromey | 1 | -7/+3 |
2022-06-12 | Use malloc for mutable addrmaps | Tom Tromey | 1 | -48/+17 |
2022-06-12 | Remove addrmap::create_fixed | Tom Tromey | 1 | -17/+2 |
2022-06-12 | Remove addrmap_create_mutable | Tom Tromey | 1 | -7/+2 |
2022-06-12 | Remove addrmap wrapper functions | Tom Tromey | 1 | -50/+10 |
2022-06-12 | Move addrmap classes to addrmap.h | Tom Tromey | 1 | -114/+0 |
2022-06-12 | Privacy for addrmap_mutable | Tom Tromey | 1 | -64/+78 |
2022-06-12 | Privacy for addrmap_fixed | Tom Tromey | 1 | -53/+44 |
2022-06-12 | Use inheritance for addrmap | Tom Tromey | 1 | -111/+80 |
2022-04-27 | gdb: constify addrmap_find | Simon Marchi | 1 | -8/+8 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-08-10 | Generalize addrmap dumping | Tom Tromey | 1 | -0/+35 |
2021-08-06 | Unconditionally define _initialize_addrmap | Tom Tromey | 1 | -1/+3 |
2021-08-04 | [gdb/symtab] Use lambda function instead of addrmap_foreach_check | Tom de Vries | 1 | -30/+21 |
2021-08-04 | [gdb/symtab] Implement addrmap_mutable_find | Tom de Vries | 1 | -4/+126 |
2021-06-25 | Use gdb::function_view in addrmap_foreach | Tom Tromey | 1 | -25/+9 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -41/+41 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-29 | addrmap: use gdb_static_assert for type size assertions | Simon Marchi | 1 | -11/+5 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -4/+2 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -2/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -5/+0 |
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 some more casts (1/2) | Simon Marchi | 1 | -4/+5 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -28/+28 |
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 gdb_assert.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -3/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-10-07 | * addrmap.h (addrmap_foreach_fn): New typedef. | Doug Evans | 1 | -2/+64 |
2010-05-18 | 2010-05-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -0/+3 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-06 | * addrmap.c (addrmap_splay_tree_remove): New function. | Jim Blandy | 1 | -1/+8 |
2007-12-06 | * addrmap.c, addrmap.h: Update to GPLv3. | Jim Blandy | 1 | -18/+22 |
2007-12-04 | Support lexical blocks and function bodies that occupy | Jim Blandy | 1 | -0/+532 |