aboutsummaryrefslogtreecommitdiff
path: root/gdb/probe.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
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/+5
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-06-17event_location -> location_specPedro Alves1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-1/+1
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+2
2019-05-08Convert probes to type-safe registry APITom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-180/+178
2017-10-27Get rid of VEC(probe_p)Simon Marchi1-12/+4
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-3/+1
2017-09-12Make collect_probes return an std::vectorSimon Marchi1-6/+17
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-1/+1
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-6/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-02Improve error reporting when handling SystemTap SDT probesSergio Durigan Junior1-6/+14
2015-08-11Explicit locations: use new location APIKeith Seitz1-2/+4
2015-02-17New commands `enable probe' and `disable probe'.Jose E. Marchesi1-0/+12
2015-02-17Adapt `info probes' to support printing probes of different types.Jose E. Marchesi1-0/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-14Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior1-2/+2
2014-06-18constify probe.c functionTom Tromey1-1/+1
2014-03-03change probes to be program-space-independentTom Tromey1-12/+37
2014-03-03comment fixesTom Tromey1-7/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior1-4/+8
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+12
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-0/+10
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-18 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.Doug Evans1-0/+5
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-12/+11
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+221