summaryrefslogtreecommitdiff
path: root/gdb/bcache.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-41/+41
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use for-each more in gdbTom Tromey2021-12-081-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi2020-09-141-7/+14
* gdb: change bcache::insert `added` parameter to boolSimon Marchi2020-09-011-5/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Put bcache inside "namespace gdb"Christian Biesinger2019-12-061-0/+4
* Replace hash function from bcache with fast_hashChristian Biesinger2019-12-031-25/+0
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-4/+4
* Revert the header-sorting patchTom Tromey2019-04-061-3/+1
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-1/+3
* C++-ify bcacheTom Tromey2019-03-071-162/+76
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stddef.h to common-defs.hGary Benson2014-08-071-2/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* * bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).Andrey Smirnov2011-12-051-2/+2
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-291-12/+16
* * bcache.c (expand_hash_table): Use hash_function, not hash.Tom Tromey2010-09-271-1/+2
* Enable custom bcache hash function.Sami Wagiaalla2010-08-311-5/+44
* 2010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-131-11/+14
* Implement core awareness.Vladimir Prus2010-01-121-11/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * bcache.c (deprecated_bcache_added): Initialize obstack.Tom Tromey2008-08-051-5/+15
* * symfile.c (add_psymbol_to_bcache): Return a const pointer. UseTom Tromey2008-08-051-17/+3
* * bcache.c (bcache_data): Call deprecated_bcache_added function.Aleksandar Ristovski2008-06-051-12/+32
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+2
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>Baurzhan Ismagulov2005-01-291-24/+27