aboutsummaryrefslogtreecommitdiff
path: root/gdb/addrmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-16Add move operators for addrmapTom Tromey1-5/+7
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-15Remove addrmap_fixed::set_entryTom Tromey1-9/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey1-2/+2
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-1/+1
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi1-5/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
2022-06-12Fix self-test failure in addrmapTom Tromey1-7/+3
2022-06-12Use malloc for mutable addrmapsTom Tromey1-48/+17
2022-06-12Remove addrmap::create_fixedTom Tromey1-17/+2
2022-06-12Remove addrmap_create_mutableTom Tromey1-7/+2
2022-06-12Remove addrmap wrapper functionsTom Tromey1-50/+10
2022-06-12Move addrmap classes to addrmap.hTom Tromey1-114/+0
2022-06-12Privacy for addrmap_mutableTom Tromey1-64/+78
2022-06-12Privacy for addrmap_fixedTom Tromey1-53/+44
2022-06-12Use inheritance for addrmapTom Tromey1-111/+80
2022-04-27gdb: constify addrmap_findSimon Marchi1-8/+8
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-10Generalize addrmap dumpingTom Tromey1-0/+35
2021-08-06Unconditionally define _initialize_addrmapTom Tromey1-1/+3
2021-08-04[gdb/symtab] Use lambda function instead of addrmap_foreach_checkTom de Vries1-30/+21
2021-08-04[gdb/symtab] Implement addrmap_mutable_findTom de Vries1-4/+126
2021-06-25Use gdb::function_view in addrmap_foreachTom Tromey1-25/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-41/+41
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-29addrmap: use gdb_static_assert for type size assertionsSimon Marchi1-11/+5
2019-04-06Revert the header-sorting patchTom Tromey1-4/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-5/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-28/+28
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-3/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1