aboutsummaryrefslogtreecommitdiff
path: root/gdb/probe.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-11/+11
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-31[gdb/cli] Add maintenance ignore-probesTom de Vries1-0/+115
2022-12-13Remove two unnecessary castsTom Tromey1-2/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-06-17Convert location_spec_type to a methodPedro Alves1-1/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-1/+1
2022-06-17event_location -> location_specPedro Alves1-4/+4
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Simplify event_location_probeTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-3/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-08Remove ALL_PSPACESTom Tromey1-3/+1
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-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-4/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-08Convert probes to type-safe registry APITom Tromey1-14/+14
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-3/+3
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-20/+18
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo1-2/+2
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-254/+182
2017-10-27Get rid of VEC(probe_p)Simon Marchi1-4/+4
2017-10-16Remove some cleanups from probe.cTom Tromey1-20/+4
2017-10-16Work around GCC 6.3.1 bugPedro Alves1-18/+18
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in probes.cTom Tromey1-2/+2
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-21/+8
2017-09-12Make collect_probes return an std::vectorSimon Marchi1-88/+59
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-24/+14
2017-09-11Make extract_arg return a std::stringTom Tromey1-28/+22
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey1-84/+86
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-3/+0
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-20/+14
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-10/+9
2017-04-22Use ui_out_emit_tupleTom Tromey1-4/+1
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey1-1/+1
2017-04-12Introduce event_location_upTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-36/+31
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-7/+7