Age | Commit message (Expand) | Author | Files | Lines |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -1/+1 |
2023-01-20 | gdb: move type_map_instance to compile/compile.c | Simon Marchi | 1 | -0/+13 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -2/+2 |
2022-04-07 | gdb: remove symtab::blockvector | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -14/+14 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 1 | -3/+3 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -23/+23 |
2021-06-17 | Introduce scoped_restore_signal | Pedro Alves | 1 | -28/+1 |
2021-06-14 | Include missing header signal.h | Bernd Edlinger | 1 | -0/+1 |
2021-06-05 | Fix gdb crash due to SIGPIPE when the compile command fails | Bernd Edlinger | 1 | -0/+31 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-03-29 | Don't pass empty options to GCC | Luis Machado | 1 | -1/+7 |
2021-02-05 | Return unique_ptr from language_defn::get_compile_context | Tom Tromey | 1 | -2/+2 |
2021-01-23 | Remove call to reset from compile_to_object | Tom Tromey | 1 | -6/+6 |
2021-01-09 | Avoid crash in compile_to_object | Tom Tromey | 1 | -1/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-23 | Avoid manual memory management of argv arrays in gdb/compile | Tom Tromey | 1 | -58/+17 |
2020-09-23 | Introduce and use compile_module_up | Tom Tromey | 1 | -4/+3 |
2020-09-16 | gdb: Convert la_name and la_natural_name to methods | Andrew Burgess | 1 | -1/+1 |
2020-06-17 | gdb: Convert language la_compute_program field to a method | Andrew Burgess | 1 | -2/+2 |
2020-06-02 | gdb: Convert language la_get_compile_instance field to a method | Andrew Burgess | 1 | -5/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -5/+7 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-06-13 | Fix gdb build with -std=gnu++11 | Pedro Alves | 1 | -1/+1 |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -58/+111 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -12/+34 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-04 | Use upper case for more metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -4/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -2/+4 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 1 | -2/+2 |
2018-08-29 | C++ compile support | Keith Seitz | 1 | -1/+0 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-10 | Use unique_ptr for htabs | Keith Seitz | 1 | -18/+10 |