summaryrefslogtreecommitdiff
path: root/gdb/dtrace-probe.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30C++-ify parser_stateTom Tromey
2017-12-08Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior
2017-11-24Workaround build bug with GCC 6.2.1Philipp Rudo
2017-11-22Convert DTrace probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-09-27Constify info_probes_dtrace_commandTom Tromey
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-25dtrace-probe: Put semicolon after while on its own lineSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-07ignore invalid DOF provider sectionsJoel Brobecker
2015-03-27Initialize EXPR in dtrace-probe::dtrace_process_dof_probeJoel Brobecker
2015-03-26dtrace-probe: Handle error while parsing probe argument.Joel Brobecker
2015-02-27More redefinition errors in C++ modePedro Alves
2015-02-192015-02-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2015-02-17New probe type: DTrace USDT probes.Jose E. Marchesi