summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
Commit message (Expand)AuthorAgeFilesLines
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-4/+3
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-8/+5
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-9/+9
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-11/+4
* Remove some unneeded psymtab initializationsTom Tromey2019-01-101-7/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix SYMBOL_LANGUAGE assertion failure on AIX.Sangamesh Mallayya2018-10-261-5/+7
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-16/+11
* Add validity bits for psymtab high and low fieldsTom Tromey2018-07-261-1/+1
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-6/+5
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-2/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-4/+4
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-2/+2
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-1/+3
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-10/+10
* Use outermost_context_p in more placesTom Tromey2018-07-161-4/+4
* Make free_pending_blocks staticTom Tromey2018-07-161-2/+0
* Remove buildsym_new_initTom Tromey2018-07-161-1/+1
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-2/+2
* Make dwarf2_free_objfile staticTom Tromey2018-06-281-2/+0
* Remove symfile_complaintsTom Tromey2018-05-231-22/+14
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-2/+1
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* DWARF-5: .debug_names index consumerJan Kratochvil2017-12-081-0/+2
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-23/+25
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-25/+23
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-23/+25
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-4/+7
* Replace really_free_pendings with a scoped_ classTom Tromey2017-11-041-8/+2
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-8/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Read corrrect auxiliary entry in AIXUlrich Weigand2017-04-271-25/+43
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-2/+2
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-17/+18
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-3/+2
* Fix build failure in xcoffread.cTom Tromey2016-10-211-1/+1
* Fix symbol table file name on AIXUlrich Weigand2016-10-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Fix two misleading indentation warningsSimon Marchi2016-01-291-7/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Recognize a few more AIX XCOFF DWARF sections.David Edelsohn2015-10-131-3/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+12