summaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* gdb: move type_map_instance to compile/compile.cSimon Marchi2023-01-201-0/+13
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-2/+2
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-2/+2
* gdb: remove symtab::blockvectorSimon Marchi2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-14/+14
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* gdb: remove SYMTAB_BLOCKVECTOR macroSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi2022-02-061-3/+3
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-23/+23
* Introduce scoped_restore_signalPedro Alves2021-06-171-28/+1
* Include missing header signal.hBernd Edlinger2021-06-141-0/+1
* Fix gdb crash due to SIGPIPE when the compile command failsBernd Edlinger2021-06-051-0/+31
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* Don't pass empty options to GCCLuis Machado2021-03-291-1/+7
* Return unique_ptr from language_defn::get_compile_contextTom Tromey2021-02-051-2/+2
* Remove call to reset from compile_to_objectTom Tromey2021-01-231-6/+6
* Avoid crash in compile_to_objectTom Tromey2021-01-091-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Avoid manual memory management of argv arrays in gdb/compileTom Tromey2020-09-231-58/+17
* Introduce and use compile_module_upTom Tromey2020-09-231-4/+3
* gdb: Convert la_name and la_natural_name to methodsAndrew Burgess2020-09-161-1/+1
* gdb: Convert language la_compute_program field to a methodAndrew Burgess2020-06-171-2/+2
* gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess2020-06-021-5/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-5/+7
* Use _() in calls to build_helpTom Tromey2019-08-051-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-5/+5
* Fix gdb build with -std=gnu++11Pedro Alves2019-06-131-1/+1
* Migrate rest of compile commands to new options frameworkPedro Alves2019-06-131-58/+111
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-12/+34
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-011-4/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-2/+4
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-2/+2
* C++ compile supportKeith Seitz2018-08-291-1/+0
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Use unique_ptr for htabsKeith Seitz2018-08-101-18/+10