Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -9/+2 |
2017-12-08 | Fix thinko on dtrace-probe.c:dtrace_process_dof_probe | Sergio Durigan Junior | 1 | -5/+4 |
2017-11-24 | Workaround build bug with GCC 6.2.1 | Philipp Rudo | 1 | -4/+4 |
2017-11-22 | Convert DTrace probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -276/+274 |
2017-09-27 | Constify info_probes_dtrace_command | Tom Tromey | 1 | -1/+1 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -1/+1 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -4/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-06-25 | dtrace-probe: Put semicolon after while on its own line | Simon Marchi | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -2/+1 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -3/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-07 | ignore invalid DOF provider sections | Joel Brobecker | 1 | -0/+8 |
2015-03-27 | Initialize EXPR in dtrace-probe::dtrace_process_dof_probe | Joel Brobecker | 1 | -1/+1 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 1 | -2/+12 |
2015-02-27 | More redefinition errors in C++ mode | Pedro Alves | 1 | -2/+2 |
2015-02-19 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 1 | -3/+7 |
2015-02-17 | New probe type: DTrace USDT probes. | Jose E. Marchesi | 1 | -0/+907 |