Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-31 | [gdb/cli] Add maintenance ignore-probes | Tom de Vries | 1 | -0/+115 |
2022-12-13 | Remove two unnecessary casts | Tom Tromey | 1 | -2/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-06-17 | Convert location_spec_type to a method | Pedro Alves | 1 | -1/+1 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -1/+1 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -4/+4 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Simplify event_location_probe | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -3/+2 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -3/+1 |
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-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -4/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -14/+14 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -3/+3 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -20/+18 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Workaround build bug with GCC 6.2.1 | Philipp Rudo | 1 | -2/+2 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -254/+182 |
2017-10-27 | Get rid of VEC(probe_p) | Simon Marchi | 1 | -4/+4 |
2017-10-16 | Remove some cleanups from probe.c | Tom Tromey | 1 | -20/+4 |
2017-10-16 | Work around GCC 6.3.1 bug | Pedro Alves | 1 | -18/+18 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in probes.c | Tom Tromey | 1 | -2/+2 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -21/+8 |
2017-09-12 | Make collect_probes return an std::vector | Simon Marchi | 1 | -88/+59 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -24/+14 |
2017-09-11 | Make extract_arg return a std::string | Tom Tromey | 1 | -28/+22 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove make_cleanup_ui_out_table_begin_end | Tom Tromey | 1 | -84/+86 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -3/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -20/+14 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -10/+9 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -4/+1 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -1/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -36/+31 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -7/+7 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -5/+7 |