summaryrefslogtreecommitdiff
path: root/gdb/dtrace-probe.c
Commit message (Expand)AuthorAgeFilesLines
* Constify info_probes_dtrace_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-4/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* dtrace-probe: Put semicolon after while on its own lineSimon Marchi2017-06-251-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-2/+1
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-3/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* ignore invalid DOF provider sectionsJoel Brobecker2015-08-071-0/+8
* Initialize EXPR in dtrace-probe::dtrace_process_dof_probeJoel Brobecker2015-03-271-1/+1
* dtrace-probe: Handle error while parsing probe argument.Joel Brobecker2015-03-261-2/+12
* More redefinition errors in C++ modePedro Alves2015-02-271-2/+2
* 2015-02-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-191-3/+7
* New probe type: DTrace USDT probes.Jose E. Marchesi2015-02-171-0/+907