summaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove symfile_complaintsTom Tromey2018-05-231-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-17/+3
* Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior2017-11-251-4/+12
* Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-273/+261
* Constify info_probes_stap_commandTom Tromey2017-09-271-1/+1
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-1/+1
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-5/+5
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-8/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* stap-probe.c: Add castsSimon Marchi2015-10-261-4/+6
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* stap-probe: Remove unnecessary castSimon Marchi2015-09-221-1/+1
* Improve error reporting when handling SystemTap SDT probesSergio Durigan Junior2015-09-021-7/+22
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* New commands `enable probe' and `disable probe'.Jose E. Marchesi2015-02-171-0/+2
* Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi2015-02-171-109/+0
* Adapt `info probes' to support printing probes of different types.Jose E. Marchesi2015-02-171-0/+10
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Explicitly use language_c when evaluating a SDT probe argumentSergio Durigan Junior2014-10-141-3/+3
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix for PR gdb/17235: possible bug extracting systemtap probe operandSergio Durigan Junior2014-09-051-18/+22
* Extend recognized types of SDT probe's argumentsSergio Durigan Junior2014-05-021-14/+51
* Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT argumentsSergio Durigan Junior2014-05-021-5/+6
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-31/+33
* move probes to be per-bfdTom Tromey2014-03-031-2/+2
* change probes to be program-space-independentTom Tromey2014-03-031-35/+36
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Some cleanups on stap-probe.cSergio Durigan Junior2013-12-231-39/+38
* Extend SystemTap SDT probe argument parserSergio Durigan Junior2013-12-191-77/+234
* Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior2013-12-101-13/+17
* remove some sym_probe_fns methodsTom Tromey2013-12-061-16/+4
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+4
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-1/+1
* 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2013-07-241-1/+36
* More invalid pointer to pointer conversions.Pedro Alves2013-03-131-4/+15
* stap-probe.c: fix -Wpointer-signPedro Alves2013-03-071-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Yao Qi2012-08-021-10/+10
* 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-07-181-5/+5
* 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-07-181-31/+36
* 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-081-0/+6
* 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-031-40/+61
* 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>Sergio Durigan Junior2012-05-021-7/+0