summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/abbrev.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix method naming bug in new DWARF indexerTom Tromey2022-04-221-0/+11
* Statically examine abbrev propertiesTom Tromey2022-04-121-0/+154
* Introduce DWARF abbrev cacheTom Tromey2022-04-121-2/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove Irix 6 workaround from DWARF abbrev readerTom Tromey2021-03-131-19/+9
* Micro-optimize abbrev reading and storageTom Tromey2021-03-061-45/+26
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove objfile parameter from abbrev_table::readTom Tromey2020-11-051-3/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-6/+6
* Inline abbrev lookupTom Tromey2020-05-271-16/+6
* Don't pass NULL to memcpy in gdbTom Tromey2020-03-311-2/+3
* Minor simplification in abbrev_table::readTom Tromey2020-02-081-1/+1
* Use htab_up in abbrev_tableTom Tromey2020-02-081-17/+31
* Minor cleanups in abbrev_tableTom Tromey2020-02-081-5/+5
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* Create dwarf2/abbrev.[ch]Tom Tromey2020-02-081-0/+178