summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-loc2c.c
Commit message (Expand)AuthorAgeFilesLines
* Convert block_linkage_function to methodTom Tromey2023-02-191-1/+1
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-59/+59
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove print_spacesTom Tromey2021-12-201-1/+1
* Include objfiles.h in a few .c filesTom Tromey2021-08-081-0/+1
* Avoid crash when "compile" expression uses cooked registerTom Tromey2021-01-231-2/+16
* Use std::vector for "registers_used" in compile featureTom Tromey2021-01-231-7/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove printfi_filtered and fprintfi_filteredTom Tromey2020-12-171-49/+57
* Remove dwarf2_per_cu_data::text_offsetSimon Marchi2020-05-271-8/+12
* Add some methods to dwarf2_per_cu_dataTom Tromey2020-02-081-1/+2
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-53/+53
* Move C-related declarations to compile-c.hKeith Seitz2018-08-101-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Use std::vector in compile-loc2c.cTom Tromey2017-11-041-25/+17
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-031-11/+5
* compile-loc2c: Fix uninitialized variable errorSimon Marchi2017-07-091-0/+1
* Use std::vector in compile-loc2c.cTom Tromey2017-04-121-11/+9
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-54/+53
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-3/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-6/+6
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* compile: Use -Wall, not -wJan Kratochvil2015-05-161-9/+13
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-5/+14
* 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/+1148