summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* Use std::vector in compile-loc2c.cTom Tromey2017-04-121-11/+9
* Introduce gdb_dlhandle_upTom Tromey2017-04-121-2/+4
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-4/+12
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-026-110/+95
* Use class to manage BFD reference countsTom Tromey2017-01-101-11/+9
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-7/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-0111-11/+11
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-085-72/+87
* Use RAII to save and restore scalarsTom Tromey2016-10-211-15/+8
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-3/+4
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* Return void from linker callbacksAlan Modra2016-05-281-15/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0111-11/+11
* Type-safe wrapper for enum flagsPedro Alves2015-11-172-1/+5
* compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2015-10-291-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-6/+6
* Add some more casts (1/2)Simon Marchi2015-09-256-25/+26
* Add casts to memory allocation related callsSimon Marchi2015-09-252-3/+5
* Mention language in compile error messageLuis Machado2015-08-271-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-263-4/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-252-37/+39
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-012-15/+13
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-142-3/+3
* compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil2015-07-081-1/+2
* debug compile: Replace confusing debug messageJan Kratochvil2015-07-021-4/+19
* Remove redundant include directives.Gary Benson2015-06-242-3/+0
* compile: Use also inferior munmapJan Kratochvil2015-06-033-1/+82
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-193-16/+16
* 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-167-12/+310
* Code cleanup: compile: func_addr -> func_symJan Kratochvil2015-05-163-52/+76
* compile: Use -Wall, not -wJan Kratochvil2015-05-163-16/+25
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-165-8/+26
* compile: Add one debug messageJan Kratochvil2015-05-161-0/+6
* Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil2015-05-131-2/+2
* compile: Support relocation to GNU-IFUNCsJan Kratochvil2015-05-061-0/+4
* Code cleanup: compile: Constify some parametersJan Kratochvil2015-05-062-7/+11
* Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2015-03-311-1/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-072-14/+18
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-072-18/+19
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-262-5/+17
* compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil2015-02-261-2/+12
* Change // comment in gdb/compile/Jan Kratochvil2015-02-262-2/+2
* compile: Filter out -fpreprocessedJan Kratochvil2015-02-031-0/+22