summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-15/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-2/+2
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-3/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+5
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-37/+43
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-14/+14
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-4/+4
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-3/+3
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-16/+16
* Use obstack_strdup moreTom Tromey2019-08-061-8/+4
* Remove unnecessary casts of NULLTom Tromey2019-06-161-21/+20
* Convert mdebugread.c to type-safe registry APITom Tromey2019-05-081-6/+5
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Make psymtab range adapter a method on objfileTom Tromey2019-01-171-1/+1
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-4/+4
* Fix leak in mdebugread.cPedro Alves2019-01-101-9/+14
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-2/+2
* Introduce class psymtab_storageTom Tromey2019-01-101-5/+6
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-15/+15
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-3/+1
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-091-11/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-6/+2
* Use std::string in mdebugread.cTom Tromey2018-10-041-14/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-36/+38
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-65/+42
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-4/+4
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-23/+25
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-1/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-1/+1
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-1/+1
* Remove buildsym_new_initTom Tromey2018-07-161-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-7/+7
* Remove symfile_complaintsTom Tromey2018-05-231-55/+33
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-34/+17
* Remove cleanups from mdebugread.cTom Tromey2018-05-111-30/+15
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-14/+17
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-2/+2
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-3/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-23/+23