summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-5/+5
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-10/+10
* Remove allocate_symbol et alTom Tromey2020-05-151-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-17/+17
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-3/+3
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-4/+4
* gdb: replace some calls to internal_error with gdb_assertSimon Marchi2020-04-021-3/+2
* Change how complex types are createdTom Tromey2020-04-011-4/+2
* gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi2020-03-291-5/+5
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-1/+1
* Consolidate partial symtab dependency readingTom Tromey2020-01-261-18/+1
* Introduce partial_symtab::expand_psymtab methodTom Tromey2020-01-261-8/+7
* Consolidate psymtab "Reading" messagesTom Tromey2020-01-261-9/+0
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-27/+27
* Turn start_psymtab_common into a constructorTom Tromey2020-01-261-3/+1
* Change allocate_psymtab to be a constructorTom Tromey2020-01-261-1/+1
* Change some psymtab fields to boolTom Tromey2020-01-261-1/+1
* Use new and delete for psymtabsTom Tromey2020-01-261-1/+1
* 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