summaryrefslogtreecommitdiff
path: root/gdb/probe.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-31[gdb/cli] Add maintenance ignore-probesTom de Vries
2022-12-13Remove two unnecessary castsTom Tromey
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-06-17Convert location_spec_type to a methodPedro Alves
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves
2022-06-17event_location -> location_specPedro Alves
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi
2022-01-18Move gdb_regex to gdbsupportTom Tromey
2022-01-18Simplify event_location_probeTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-05-08Remove ALL_PSPACESTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-08Convert probes to type-safe registry APITom Tromey
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-21Fix compile error with clang 3.8Dave Murphy
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-10-27Get rid of VEC(probe_p)Simon Marchi
2017-10-16Remove some cleanups from probe.cTom Tromey
2017-10-16Work around GCC 6.3.1 bugPedro Alves
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-27Constify some commands in probes.cTom Tromey
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi
2017-09-12Make collect_probes return an std::vectorSimon Marchi
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi
2017-09-11Make extract_arg return a std::stringTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi