summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-load.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove make_cleanup_free_objfileTom Tromey2017-11-041-7/+6
* Remove cleanups from link_callbacks_einfoTom Tromey2017-11-041-7/+2
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-12/+13
* Use class to manage BFD reference countsTom Tromey2017-01-101-11/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-081-10/+8
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Return void from linker callbacksAlan Modra2016-05-281-15/+7
* 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-4/+5
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* debug compile: Replace confusing debug messageJan Kratochvil2015-07-021-4/+19
* compile: Use also inferior munmapJan Kratochvil2015-06-031-1/+70
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-191-5/+5
* compile: Fix uninitialized variable compiler warningsJan Kratochvil2015-05-161-3/+6
* compile: Fix detected inferior typeJan Kratochvil2015-05-161-2/+3
* compile: New 'compile print'Jan Kratochvil2015-05-161-3/+145
* Code cleanup: compile: func_addr -> func_symJan Kratochvil2015-05-161-34/+47
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-1/+4
* compile: Add one debug messageJan Kratochvil2015-05-161-0/+6
* compile: Support relocation to GNU-IFUNCsJan Kratochvil2015-05-061-0/+4
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-0/+3
* Change // comment in gdb/compile/Jan Kratochvil2015-02-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker2014-12-131-3/+3
* the "compile" commandTom Tromey2014-12-121-0/+588