aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-types.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi1-1/+1
2023-05-12Add dynamic_prop::is_constantTom Tromey1-1/+1
2023-03-18Use builtin type when appropriateTom Tromey1-9/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-8/+8
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-2/+2
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi1-4/+4
2021-01-22gdb: remove TYPE_OBJFILE_OWNED macroSimon Marchi1-2/+2
2021-01-22gdb: add owner-related methods to struct typeSimon Marchi1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-17gdb: make get_array_bounds return boolSimon Marchi1-1/+1
2020-09-23Remove some manual memory management from compile interfaceTom Tromey1-2/+2
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi1-3/+3
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-1/+2
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_NOSIGNSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-3/+3
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi1-3/+3
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-1/+1
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-3/+3
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-5/+5
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-1/+1
2018-08-10Move compile_instance to compile.cKeith Seitz1-92/+0
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-115/+100
2018-08-10Add a C++ wrapper for GCC C plug-inKeith Seitz1-67/+86
2018-08-10Move C-related declarations to compile-c.hKeith Seitz1-0/+1
2018-04-27Add libcc1 v1 compatibility to C compile featureAlexandre Oliva1-5/+23
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves1-8/+8
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-0/+15
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+19
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-1/+1
2015-10-29compile: Rename struct type_map_instance::gcc_type fieldPedro Alves1-4/+4
2015-09-25Add some more casts (1/2)Simon Marchi1-5/+5