summaryrefslogtreecommitdiff
path: root/gdb/probe.h
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/+5
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* event_location -> location_specPedro Alves2022-06-171-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-1/+1
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+2
* Convert probes to type-safe registry APITom Tromey2019-05-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-180/+178
* Get rid of VEC(probe_p)Simon Marchi2017-10-271-12/+4
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-3/+1
* Make collect_probes return an std::vectorSimon Marchi2017-09-121-6/+17
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-1/+1
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-6/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Improve error reporting when handling SystemTap SDT probesSergio Durigan Junior2015-09-021-6/+14
* Explicit locations: use new location APIKeith Seitz2015-08-111-2/+4
* New commands `enable probe' and `disable probe'.Jose E. Marchesi2015-02-171-0/+12
* Adapt `info probes' to support printing probes of different types.Jose E. Marchesi2015-02-171-0/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior2014-10-141-2/+2
* constify probe.c functionTom Tromey2014-06-181-1/+1
* change probes to be program-space-independentTom Tromey2014-03-031-12/+37
* comment fixesTom Tromey2014-03-031-7/+6
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior2013-12-101-4/+8
* 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-07-241-0/+12
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-0/+10
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.Doug Evans2012-07-181-0/+5
* 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-07-181-12/+11
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-0/+221