aboutsummaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-17/+3
2017-11-25Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior1-4/+12
2017-11-22Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-273/+261
2017-09-27Constify info_probes_stap_commandTom Tromey1-1/+1
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-1/+1
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-5/+5
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-8/+8
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26stap-probe.c: Add castsSimon Marchi1-4/+6
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-22stap-probe: Remove unnecessary castSimon Marchi1-1/+1
2015-09-02Improve error reporting when handling SystemTap SDT probesSergio Durigan Junior1-7/+22
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-02-17New commands `enable probe' and `disable probe'.Jose E. Marchesi1-0/+2
2015-02-17Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi1-109/+0
2015-02-17Adapt `info probes' to support printing probes of different types.Jose E. Marchesi1-0/+10
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-14Explicitly use language_c when evaluating a SDT probe argumentSergio Durigan Junior1-3/+3
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-05Fix for PR gdb/17235: possible bug extracting systemtap probe operandSergio Durigan Junior1-18/+22
2014-05-02Extend recognized types of SDT probe's argumentsSergio Durigan Junior1-14/+51
2014-05-02Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT argumentsSergio Durigan Junior1-5/+6
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-31/+33
2014-03-03move probes to be per-bfdTom Tromey1-2/+2
2014-03-03change probes to be program-space-independentTom Tromey1-35/+36
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-23Some cleanups on stap-probe.cSergio Durigan Junior1-39/+38
2013-12-19Extend SystemTap SDT probe argument parserSergio Durigan Junior1-77/+234
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior1-13/+17
2013-12-06remove some sym_probe_fns methodsTom Tromey1-16/+4
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-2/+4
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey1-1/+1
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+36
2013-03-13More invalid pointer to pointer conversions.Pedro Alves1-4/+15
2013-03-07stap-probe.c: fix -Wpointer-signPedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-08-02gdb/Yao Qi1-10/+10
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-5/+5
2012-07-182012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-31/+36
2012-05-082012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+6
2012-05-032012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-40/+61
2012-05-022012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>Sergio Durigan Junior1-7/+0
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+1558