summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-load.c
AgeCommit message (Expand)Author
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-04Remove make_cleanup_free_objfileTom Tromey
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-05-28Return void from linker callbacksAlan Modra
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil
2015-06-03compile: Use also inferior munmapJan Kratochvil
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil
2015-05-16compile: Fix detected inferior typeJan Kratochvil
2015-05-16compile: New 'compile print'Jan Kratochvil
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil
2015-05-16compile: Add one debug messageJan Kratochvil
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves
2015-02-26Change // comment in gdb/compile/Jan Kratochvil
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker
2014-12-12the "compile" commandTom Tromey