Age | Commit message (Expand) | Author | Files | Lines |
2017-11-25 | Fix PR gdb/22491: Regression when setting SystemTap probe semaphores | Sergio Durigan Junior | 1 | -4/+12 |
2017-11-22 | Convert SystemTap probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -273/+261 |
2017-09-27 | Constify info_probes_stap_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 | -5/+5 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -8/+8 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | stap-probe.c: Add casts | Simon Marchi | 1 | -4/+6 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-22 | stap-probe: Remove unnecessary cast | Simon Marchi | 1 | -1/+1 |
2015-09-02 | Improve error reporting when handling SystemTap SDT probes | Sergio Durigan Junior | 1 | -7/+22 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-02-17 | New commands `enable probe' and `disable probe'. | Jose E. Marchesi | 1 | -0/+2 |
2015-02-17 | Move `compute_probe_arg' and `compile_probe_arg' to probe.c | Jose E. Marchesi | 1 | -109/+0 |
2015-02-17 | Adapt `info probes' to support printing probes of different types. | Jose E. Marchesi | 1 | -0/+10 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-14 | Explicitly use language_c when evaluating a SDT probe argument | Sergio Durigan Junior | 1 | -3/+3 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-05 | Fix for PR gdb/17235: possible bug extracting systemtap probe operand | Sergio Durigan Junior | 1 | -18/+22 |
2014-05-02 | Extend recognized types of SDT probe's arguments | Sergio Durigan Junior | 1 | -14/+51 |
2014-05-02 | Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT arguments | Sergio Durigan Junior | 1 | -5/+6 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -31/+33 |
2014-03-03 | move probes to be per-bfd | Tom Tromey | 1 | -2/+2 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -35/+36 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-23 | Some cleanups on stap-probe.c | Sergio Durigan Junior | 1 | -39/+38 |
2013-12-19 | Extend SystemTap SDT probe argument parser | Sergio Durigan Junior | 1 | -77/+234 |
2013-12-10 | Sanitize access to gdbarch on the SDT probe API (and fix ARM bug) | Sergio Durigan Junior | 1 | -13/+17 |
2013-12-06 | remove some sym_probe_fns methods | Tom Tromey | 1 | -16/+4 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+4 |
2013-08-20 | move gdbarch object from objfile to per-BFD | Tom Tromey | 1 | -1/+1 |
2013-07-24 | 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+36 |
2013-03-13 | More invalid pointer to pointer conversions. | Pedro Alves | 1 | -4/+15 |
2013-03-07 | stap-probe.c: fix -Wpointer-sign | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-02 | gdb/ | Yao Qi | 1 | -10/+10 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -5/+5 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -31/+36 |
2012-05-08 | 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+6 |
2012-05-03 | 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -40/+61 |
2012-05-02 | 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com> | Sergio Durigan Junior | 1 | -7/+0 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+1558 |