aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Run clang-format.shusers/simark/clang-formatSimon Marchi1-92/+90
2023-01-20gdb: move type_map_instance to compile/compile.cSimon Marchi1-0/+13
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-2/+2
2022-04-07gdb: remove symtab::blockvectorSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-14/+14
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-02-06gdb: remove SYMTAB_BLOCKVECTOR macroSimon Marchi1-1/+1
2022-02-06gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi1-3/+3
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-23/+23
2021-06-17Introduce scoped_restore_signalPedro Alves1-28/+1
2021-06-14Include missing header signal.hBernd Edlinger1-0/+1
2021-06-05Fix gdb crash due to SIGPIPE when the compile command failsBernd Edlinger1-0/+31
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-03-29Don't pass empty options to GCCLuis Machado1-1/+7
2021-02-05Return unique_ptr from language_defn::get_compile_contextTom Tromey1-2/+2
2021-01-23Remove call to reset from compile_to_objectTom Tromey1-6/+6
2021-01-09Avoid crash in compile_to_objectTom Tromey1-1/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey1-58/+17
2020-09-23Introduce and use compile_module_upTom Tromey1-4/+3
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-06-17gdb: Convert language la_compute_program field to a methodAndrew Burgess1-2/+2
2020-06-02gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess1-5/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-5/+7
2019-08-05Use _() in calls to build_helpTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-06-13Fix gdb build with -std=gnu++11Pedro Alves1-1/+1
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves1-58/+111
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-12/+34
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-4/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-2/+4
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-2/+2
2018-08-29C++ compile supportKeith Seitz1-1/+0
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-08-10Use unique_ptr for htabsKeith Seitz1-18/+10