aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-25Add a missing munmap_list move constructorSaagar Jha1-0/+1
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey1-58/+17
2020-09-23Simplify compile_module cleanupTom Tromey3-56/+63
2020-09-23Transfer module ownership to do_module_cleanupTom Tromey1-42/+28
2020-09-23Introduce and use compile_module_upTom Tromey5-12/+18
2020-09-23Use new/delete for do_module_cleanupTom Tromey1-10/+18
2020-09-23Remove some manual memory management from compile interfaceTom Tromey2-24/+19
2020-09-18gdb: Fix use after free bug in compile_object_runAndrew Burgess1-3/+14
2020-09-17Use htab_up in type copyingTom Tromey1-4/+2
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi2-6/+6
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves3-8/+9
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi2-4/+4
2020-09-14gdb: remove TYPE_VECTORSimon Marchi2-4/+4
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi2-2/+2
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_NOSIGNSimon Marchi2-2/+2
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi3-6/+6
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi3-8/+8
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2-2/+2
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi3-3/+3
2020-06-17gdb: Convert language la_compute_program field to a methodAndrew Burgess2-4/+4
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi5-12/+12
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi3-3/+3
2020-06-02gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess1-5/+3
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi2-10/+23
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi2-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi5-19/+19
2020-05-22Remove obsolete declarationTom Tromey1-1/+0
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi2-15/+15
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi7-35/+35
2020-04-24Use the linkage name if it existsTom Tromey1-3/+4
2020-03-25Fix error message in compile-object-load.cTom Tromey1-1/+1
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey1-1/+2
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey3-5/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi2-1/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker17-17/+17
2019-12-12Make the objfile destructor privateTom Tromey2-4/+4
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger5-29/+29
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2-2/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries2-2/+2
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-25/+24
2019-09-18Change boolean options to bool instead of intChristian Biesinger3-5/+5
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-5/+7
2019-08-05Use _() in calls to build_helpTom Tromey1-3/+3
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-0/+1