aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-load.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Make the objfile destructor privateTom Tromey1-3/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-25/+24
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-0/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-18Remove remaining cleanups from compile-object-load.cTom Tromey1-27/+37
2018-09-18Remove munmap_listp_free_cleanupTom Tromey1-66/+22
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+2
2018-08-29C++ compile supportKeith Seitz1-2/+5
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+3
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-3/+1
2017-11-04Remove make_cleanup_free_objfileTom Tromey1-7/+6
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey1-7/+2
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-12/+13
2017-01-10Use class to manage BFD reference countsTom Tromey1-11/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-10/+8
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-05-28Return void from linker callbacksAlan Modra1-15/+7
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-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil1-4/+19
2015-06-03compile: Use also inferior munmapJan Kratochvil1-1/+70
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-5/+5
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil1-3/+6
2015-05-16compile: Fix detected inferior typeJan Kratochvil1-2/+3
2015-05-16compile: New 'compile print'Jan Kratochvil1-3/+145
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil1-34/+47
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-1/+4
2015-05-16compile: Add one debug messageJan Kratochvil1-0/+6
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil1-0/+4
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-0/+3
2015-02-26Change // comment in gdb/compile/Jan Kratochvil1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker1-3/+3
2014-12-12the "compile" commandTom Tromey1-0/+588