summaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce new add_psymbol_to_list overloadTom Tromey2020-04-241-0/+8
* [gdb] Fix missing symtab includesTom de Vries2020-04-141-6/+16
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-1/+1
* gdb: remove discard_psymtab functionSimon Marchi2020-03-291-6/+0
* Update partial_symtab commentTom Tromey2020-02-211-2/+1
* Virtualize "readin" and "compunit_symtab"Tom Tromey2020-01-261-9/+46
* Consolidate partial symtab dependency readingTom Tromey2020-01-261-0/+3
* Introduce partial_symtab::expand_psymtab methodTom Tromey2020-01-261-0/+15
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-1/+33
* Turn start_psymtab_common into a constructorTom Tromey2020-01-261-3/+8
* Change allocate_psymtab to be a constructorTom Tromey2020-01-261-16/+8
* Change some psymtab fields to boolTom Tromey2020-01-261-6/+6
* Use new and delete for psymtabsTom Tromey2020-01-261-19/+26
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-2/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-6/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove symbol-related static assertsTom Tromey2019-11-131-6/+0
* Add static_asserts for the sizes of space-critical structsChristian Biesinger2019-11-041-0/+6
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-1/+2
* gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi2019-09-301-9/+26
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-1/+1
* Don't derive partial_symbol from general_symbol_infoTom Tromey2019-05-041-6/+12
* Introduce class psymtab_storageTom Tromey2019-01-101-4/+7
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-1/+5
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-1/+10
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-3/+1
* Remove some unneeded psymtab initializationsTom Tromey2019-01-101-2/+8
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-091-5/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-6/+21
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-1/+10
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-3/+29
* Introduce partial_symbol::addressTom Tromey2018-07-261-0/+20
* Change representation of psymbol to flush out accessorsTom Tromey2018-07-261-7/+9
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-6/+4
* Remove make_cleanup_discard_psymtabsTom Tromey2017-01-101-1/+35
* 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
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-1/+1
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-2/+2
* Use macros for some enum bit field sizes.Doug Evans2015-08-151-2/+2
* objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans2015-08-151-5/+2
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-7/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* pack partial_symtab for spaceTom Tromey2013-12-061-13/+13
* * psympriv.h (struct partial_symtab): Augment comment for memberDoug Evans2013-05-061-1/+3
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-1/+3