aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-run.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-18gdb, compile: unlink objfile stored in moduleMarkus Metzger1-12/+9
2022-07-28Change allocation of type-copying hash tableTom Tromey1-2/+2
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-23Simplify compile_module cleanupTom Tromey1-7/+1
2020-09-23Transfer module ownership to do_module_cleanupTom Tromey1-42/+28
2020-09-23Introduce and use compile_module_upTom Tromey1-3/+1
2020-09-23Use new/delete for do_module_cleanupTom Tromey1-10/+18
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-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-5/+5
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Make the objfile destructor privateTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-2/+2
2018-09-18Remove munmap_listp_free_cleanupTom Tromey1-1/+1
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-10-13Change objfile to use new/deleteTom Tromey1-1/+1
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+2
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-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-06-03compile: Use also inferior munmapJan Kratochvil1-0/+6
2015-05-16compile: New 'compile print'Jan Kratochvil1-1/+32
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil1-16/+27
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-0/+6
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-7/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+138