summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts of NULLTom Tromey2019-06-161-3/+3
* Convert stabsread.c to type-safe registry APITom Tromey2019-05-081-6/+5
* C++-ify bcacheTom Tromey2019-03-071-1/+0
* Remove last cleanups from stabsread.cTom Tromey2019-03-061-46/+35
* Remove the EXTERN define from stabsread.hTom Tromey2019-01-221-5/+13
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-2/+1
* gdb: Remove support for old mangling schemesSimon Marchi2019-01-091-20/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-6/+2
* Parameterize cp_scan_for_anonymous_namespacesTom Tromey2018-07-201-1/+2
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-32/+33
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-4/+4
* Move scan_file_globals declaration to stabsread.hTom Tromey2018-07-161-3/+1
* Move within_function to stabsreadTom Tromey2018-07-161-0/+1
* Move some code from buildsym to stabsreadTom Tromey2018-07-161-0/+9
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-4/+4
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-13/+7
* Remove symfile_complaintsTom Tromey2018-05-231-46/+27
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-5/+2
* Add a fall-through comment to stabsread.cTom Tromey2018-05-041-0/+1
* Fix "fall through" commentsTom Tromey2018-05-041-2/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-7/+3
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-5/+7
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-62/+67
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-4/+5
* Use ui_file_as_string throughout morePedro Alves2016-11-081-9/+12
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-3/+21
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-5/+10
* Remove TYPE_NOSIGN "char" hackUlrich Weigand2016-09-061-0/+1
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-94/+72
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-3/+4
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-17/+20
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-25/+16
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-18/+20
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-31/+31
* Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans2015-01-311-3/+3
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-2/+9
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-2/+2
* Set language for C++ special symbols.Pierre Muller2015-01-081-2/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-2/+0