aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-2/+1
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi1-20/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-6/+2
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey1-1/+2
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-32/+33
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-4/+4
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey1-3/+1
2018-07-16Move within_function to stabsreadTom Tromey1-0/+1
2018-07-16Move some code from buildsym to stabsreadTom Tromey1-0/+9
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-4/+4
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-13/+7
2018-05-23Remove symfile_complaintsTom Tromey1-46/+27
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-5/+2
2018-05-04Add a fall-through comment to stabsread.cTom Tromey1-0/+1
2018-05-04Fix "fall through" commentsTom Tromey1-2/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-7/+3
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-5/+7
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-62/+67
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-4/+5
2016-11-08Use ui_file_as_string throughout morePedro Alves1-9/+12
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-3/+21
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand1-5/+10
2016-09-06Remove TYPE_NOSIGN "char" hackUlrich Weigand1-0/+1
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand1-94/+72
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-3/+4
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-17/+20
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-25/+16
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-18/+20
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-31/+31
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans1-3/+3
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-2/+9
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-2/+2
2015-01-08 Set language for C++ special symbols.Pierre Muller1-2/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-5/+6
2014-02-26start change to progspace independenceTom Tromey1-4/+5
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-6/+6
2014-02-26change minsym representationTom Tromey1-7/+7
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1