aboutsummaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-1/+1
2020-03-29gdb: remove discard_psymtab functionSimon Marchi1-6/+0
2020-02-21Update partial_symtab commentTom Tromey1-2/+1
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-9/+46
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-0/+3
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-0/+15
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-1/+33
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-3/+8
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-16/+8
2020-01-26Change some psymtab fields to boolTom Tromey1-6/+6
2020-01-26Use new and delete for psymtabsTom Tromey1-19/+26
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-2/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-6/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-13Remove symbol-related static assertsTom Tromey1-6/+0
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger1-0/+6
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-1/+2
2019-09-30gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi1-9/+26
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-1/+1
2019-05-04Don't derive partial_symbol from general_symbol_infoTom Tromey1-6/+12
2019-01-10Introduce class psymtab_storageTom Tromey1-4/+7
2019-01-10Simplify calls to init_psymbol_listTom Tromey1-1/+5
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-1/+10
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-3/+1
2019-01-10Remove some unneeded psymtab initializationsTom Tromey1-2/+8
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey1-5/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-6/+21
2018-07-26Add validity bits for psymtab high and low fieldsTom Tromey1-1/+10
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-3/+29
2018-07-26Introduce partial_symbol::addressTom Tromey1-0/+20
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey1-7/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-6/+4
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey1-1/+35
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-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans1-1/+1
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-2/+2
2015-08-15Use macros for some enum bit field sizes.Doug Evans1-2/+2
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans1-5/+2
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-7/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06pack partial_symtab for spaceTom Tromey1-13/+13
2013-05-06 * psympriv.h (struct partial_symtab): Augment comment for memberDoug Evans1-1/+3
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey1-1/+3
2013-01-18gdb/Yao Qi1-1/+1
2013-01-14 PR symtab/14931:Tom Tromey1-0/+2