| 2025-10-20 |
Simon Marchi | gdb, gdbserver, gdbsupport: trim trailing whitespaces |
blob | commitdiff | raw |
| 2025-08-23 |
Tom de Vries | [gdb] Make addrmap_mutable::set_empty return bool |
blob | commitdiff | raw | diff to current |
| 2025-06-26 |
Tom Tromey | Change file initialization to use INIT_GDB_FILE macro |
blob | commitdiff | raw | diff to current |
| 2025-05-24 |
Simon Marchi | gdb: use local addrmap_mutable in addrmap selftest |
blob | commitdiff | raw | diff to current |
| 2025-05-24 |
Simon Marchi | gdb: turn CHECK_ADDRMAP_FIND into a function |
blob | commitdiff | raw | diff to current |
| 2025-04-08 |
Tom Tromey | Update copyright dates to include 2025 |
blob | commitdiff | raw | diff to current |
| 2025-04-01 |
Simon Marchi | gdb: move addrmap::relocate method to addrmap_fixed |
blob | commitdiff | raw | diff to current |
| 2025-04-01 |
Tom Tromey | Add addrmap_mutable::clear |
blob | commitdiff | raw | diff to current |
| 2025-02-28 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix some namespace comment... |
blob | commitdiff | raw | diff to current |
| 2024-11-27 |
Tom de Vries | [gdb/symtab] Fix parent map dump |
blob | commitdiff | raw | diff to current |
| 2024-09-28 |
Tom de Vries | [gdb/symtab] Dump m_all_parents_map for verbose debug... |
blob | commitdiff | raw | diff to current |
| 2024-04-23 |
Simon Marchi | gdb: move a bunch of quit-related things to event-top... |
blob | commitdiff | raw | diff to current |
| 2024-04-16 |
Tom Tromey | Add move operators for addrmap |
blob | commitdiff | raw | diff to current |
| 2024-03-27 |
Simon Marchi | gdb, gdbserver, gdbsupport: remove includes of early... |
blob | commitdiff | raw | diff to current |
| 2024-01-15 |
Tom Tromey | Remove addrmap_fixed::set_entry |
blob | commitdiff | raw | diff to current |
| 2024-01-12 |
Andrew Burgess | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
| 2023-11-29 |
Tom Tromey | Remove gdb_static_assert |
blob | commitdiff | raw | diff to current |
| 2023-11-21 |
Lancelot Six | gdb: Use C++17's std::make_unique instead of gdb::make_... |
blob | commitdiff | raw | diff to current |
| 2023-08-23 |
Andrew Burgess | gdb: add gdb::make_unique function |
blob | commitdiff | raw | diff to current |
| 2023-01-30 |
Simon Marchi | gdb: provide const-correct versions of addrmap::find... |
blob | commitdiff | raw | diff to current |
| 2023-01-01 |
Joel Brobecker | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
| 2022-10-19 |
Pedro Alves | internal_error: remove need to pass __FILE__/__LINE__ |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Fix self-test failure in addrmap |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Use malloc for mutable addrmaps |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Remove addrmap::create_fixed |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Remove addrmap_create_mutable |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Remove addrmap wrapper functions |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Move addrmap classes to addrmap.h |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Privacy for addrmap_mutable |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Privacy for addrmap_fixed |
blob | commitdiff | raw | diff to current |
| 2022-06-12 |
Tom Tromey | Use inheritance for addrmap |
blob | commitdiff | raw | diff to current |
| 2022-04-28 |
Simon Marchi | gdb: constify addrmap_find |
blob | commitdiff | raw | diff to current |
| 2022-03-29 |
Tom Tromey | Unify gdb printf functions |
blob | commitdiff | raw | diff to current |
| 2022-01-18 |
Tom Tromey | Move gdb obstack code to gdbsupport |
blob | commitdiff | raw | diff to current |
| 2022-01-01 |
Joel Brobecker | Automatic Copyright Year update after running gdb/copyr... |
blob | commitdiff | raw | diff to current |
| 2021-08-10 |
Tom Tromey | Generalize addrmap dumping |
blob | commitdiff | raw | diff to current |
| 2021-08-06 |
Tom Tromey | Unconditionally define _initialize_addrmap |
blob | commitdiff | raw | diff to current |
| 2021-08-04 |
Tom de Vries | [gdb/symtab] Use lambda function instead of addrmap_for... |
blob | commitdiff | raw | diff to current |
| 2021-08-04 |
Tom de Vries | [gdb/symtab] Implement addrmap_mutable_find |
blob | commitdiff | raw | diff to current |
| 2021-06-25 |
Tom Tromey | Use gdb::function_view in addrmap_foreach |
blob | commitdiff | raw | diff to current |
| 2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
| 2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw | diff to current |
| 2020-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
| 2019-10-29 |
Simon Marchi | addrmap: use gdb_static_assert for type size assertions |
blob | commitdiff | raw | diff to current |
| 2019-04-06 |
Tom Tromey | Revert the header-sorting patch |
blob | commitdiff | raw | diff to current |
| 2019-04-06 |
Tom Tromey | Sort includes for files gdb/[a-f]*.[chyl]. |
blob | commitdiff | raw | diff to current |
| 2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
| 2018-01-02 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
John Baldwin | Remove unnecessary function prototypes. |
blob | commitdiff | raw | diff to current |
| 2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
blob | commitdiff | raw | diff to current |
| 2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
blob | commitdiff | raw | diff to current |
| 2015-09-25 |
Simon Marchi | Add some more casts (1/2) |
blob | commitdiff | raw | diff to current |
| 2015-09-25 |
Simon Marchi | Add casts to memory allocation related calls |
blob | commitdiff | raw | diff to current |
| 2015-08-26 |
Simon Marchi | Replace some xmalloc-family functions with XNEW-family... |
blob | commitdiff | raw | diff to current |
| 2015-02-27 |
Pedro Alves | C++ keyword cleanliness, mostly auto-generated |
blob | commitdiff | raw | diff to current |
| 2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
blob | commitdiff | raw | diff to current |
| 2014-08-07 |
Gary Benson | Include gdb_assert.h in common-defs.h |
blob | commitdiff | raw | diff to current |
| 2014-08-07 |
Gary Benson | Move stdlib.h to common-defs.h |
blob | commitdiff | raw | diff to current |
| 2014-01-01 |
Joel Brobecker | Update Copyright year range in all files maintained... |
blob | commitdiff | raw | diff to current |
| 2013-01-01 |
Joel Brobecker | Update years in copyright notice for the GDB files. |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Joel Brobecker | Copyright year update in most files of the GDB Project. |
blob | commitdiff | raw | diff to current |
| 2011-01-05 |
Michael Snyder | 2011-01-05 Michael Snyder <msnyder@vmware.com> |
blob | commitdiff | raw | diff to current |
| 2011-01-01 |
Joel Brobecker | run copyright.sh for 2011. |
blob | commitdiff | raw | diff to current |
| 2010-10-07 |
Doug Evans | * addrmap.h (addrmap_foreach_fn): New typedef. |
blob | commitdiff | raw | diff to current |
| 2010-05-18 |
Michael Snyder | 2010-05-18 Michael Snyder <msnyder@vmware.com> |
blob | commitdiff | raw | diff to current |
| 2010-01-01 |
Joel Brobecker | Update copyright year in most headers. |
blob | commitdiff | raw | diff to current |
| 2009-02-21 |
Pedro Alves | 2008-02-21 Pedro Alves <pedro@codesorcery.com> |
blob | commitdiff | raw | diff to current |
| 2009-01-03 |
Joel Brobecker | Updated copyright notices for most files. |
blob | commitdiff | raw | diff to current |
| 2008-01-01 |
Daniel Jacobowitz | Updated copyright notices for most files. |
blob | commitdiff | raw | diff to current |
| 2007-12-06 |
Jim Blandy | * addrmap.c (addrmap_splay_tree_remove): New function. |
blob | commitdiff | raw | diff to current |
| 2007-12-06 |
Jim Blandy | * addrmap.c, addrmap.h: Update to GPLv3. |
blob | commitdiff | raw | diff to current |
| 2007-12-04 |
Jim Blandy | Support lexical blocks and function bodies that occupy |
blob | commitdiff | raw | diff to current |
|