aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Remove buildsym_initTom Tromey1-2/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-4/+4
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-2/+2
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-1/+3
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-10/+10
2018-07-16Use outermost_context_p in more placesTom Tromey1-4/+4
2018-07-16Make free_pending_blocks staticTom Tromey1-2/+0
2018-07-16Remove buildsym_new_initTom Tromey1-1/+1
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-2/+2
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-2/+0
2018-05-23Remove symfile_complaintsTom Tromey1-22/+14
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-2/+1
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil1-0/+2
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-23/+25
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-25/+23
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-23/+25
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-4/+7
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-8/+2
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-8/+9
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand1-25/+43
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-02-20DWARF-5 basic functionalityJan Kratochvil1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-2/+2
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-17/+18
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+2
2016-10-21Introduce minimal_symbol_readerTom Tromey1-3/+2
2016-10-21Fix build failure in xcoffread.cTom Tromey1-1/+1
2016-10-21Fix symbol table file name on AIXUlrich Weigand1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-29Fix two misleading indentation warningsSimon Marchi1-7/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13Recognize a few more AIX XCOFF DWARF sections.David Edelsohn1-3/+6
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+12
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-20/+12
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-2/+3
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans1-12/+9
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-6/+2
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-2/+1
2015-03-20constify xcoffread.cPedro Alves1-2/+2
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-15/+15
2015-02-11xcoffread.c: delete 'within_function' definitionPedro Alves1-5/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans1-1/+1