summaryrefslogtreecommitdiff
path: root/gdb/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/cli] Add maintenance ignore-probesTom de Vries2022-12-311-0/+115
* Remove two unnecessary castsTom Tromey2022-12-131-2/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* Convert location_spec_type to a methodPedro Alves2022-06-171-1/+1
* Eliminate the two-level data structures behind location_specsPedro Alves2022-06-171-1/+1
* event_location -> location_specPedro Alves2022-06-171-4/+4
* gdb: remove internalvar_funcs::destroySimon Marchi2022-03-061-1/+0
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Simplify event_location_probeTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-3/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove ALL_PSPACESTom Tromey2020-05-081-3/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-4/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Convert probes to type-safe registry APITom Tromey2019-05-081-14/+14
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-3/+3
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-20/+18
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix compile error with clang 3.8Dave Murphy2018-12-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Workaround build bug with GCC 6.2.1Philipp Rudo2017-11-241-2/+2
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-254/+182
* Get rid of VEC(probe_p)Simon Marchi2017-10-271-4/+4
* Remove some cleanups from probe.cTom Tromey2017-10-161-20/+4
* Work around GCC 6.3.1 bugPedro Alves2017-10-161-18/+18
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Constify some commands in probes.cTom Tromey2017-09-271-2/+2
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-21/+8
* Make collect_probes return an std::vectorSimon Marchi2017-09-121-88/+59
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-24/+14
* Make extract_arg return a std::stringTom Tromey2017-09-111-28/+22
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-84/+86
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-3/+0
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-20/+14
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-10/+9
* Use ui_out_emit_tupleTom Tromey2017-04-221-4/+1
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-121-1/+1
* Introduce event_location_upTom Tromey2017-04-121-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-36/+31
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-7/+7
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-5/+7