summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-run.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb, compile: unlink objfile stored in moduleMarkus Metzger2022-10-181-12/+9
* Change allocation of type-copying hash tableTom Tromey2022-07-281-2/+2
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Simplify compile_module cleanupTom Tromey2020-09-231-7/+1
* Transfer module ownership to do_module_cleanupTom Tromey2020-09-231-42/+28
* Introduce and use compile_module_upTom Tromey2020-09-231-3/+1
* Use new/delete for do_module_cleanupTom Tromey2020-09-231-10/+18
* gdb: Fix use after free bug in compile_object_runAndrew Burgess2020-09-181-3/+14
* Use htab_up in type copyingTom Tromey2020-09-171-4/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-5/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make the objfile destructor privateTom Tromey2019-12-121-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-2/+2
* Remove munmap_listp_free_cleanupTom Tromey2018-09-181-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Change objfile to use new/deleteTom Tromey2017-10-131-1/+1
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+6
* compile: New 'compile print'Jan Kratochvil2015-05-161-1/+32
* Code cleanup: compile: func_addr -> func_symJan Kratochvil2015-05-161-16/+27
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-0/+6
* Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil2015-05-131-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-7/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* the "compile" commandTom Tromey2014-12-121-0/+138