aboutsummaryrefslogtreecommitdiff
path: root/gdb/bcache.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Unify gdb printf functionsTom Tromey1-41/+41
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-12-08Use for-each more in gdbTom Tromey1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi1-7/+14
2020-09-01gdb: change bcache::insert `added` parameter to boolSimon Marchi1-5/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-06Put bcache inside "namespace gdb"Christian Biesinger1-0/+4
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger1-25/+0
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-4/+4
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-03-07C++-ify bcacheTom Tromey1-162/+76
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-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
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 casts to memory allocation related callsSimon Marchi1-1/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stddef.h to common-defs.hGary Benson1-2/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-12-05* bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).Andrey Smirnov1-2/+2
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-292010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder1-12/+16
2010-09-27 * bcache.c (expand_hash_table): Use hash_function, not hash.Tom Tromey1-1/+2
2010-08-31Enable custom bcache hash function.Sami Wagiaalla1-5/+44
2010-05-132010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder1-11/+14
2010-01-12 Implement core awareness.Vladimir Prus1-11/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-08-05 * bcache.c (deprecated_bcache_added): Initialize obstack.Tom Tromey1-5/+15
2008-08-05 * symfile.c (add_psymbol_to_bcache): Return a const pointer. UseTom Tromey1-17/+3
2008-06-05 * bcache.c (bcache_data): Call deprecated_bcache_added function.Aleksandar Ristovski1-12/+32
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+2
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-01-292005-01-29 Baurzhan Ismagulov <ibr@radix50.net>Baurzhan Ismagulov1-24/+27
2004-03-20print_percentage: Use floating point to avoid incorrect results whenPaul N. Hilfinger1-1/+1