Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | Workaround build bug with GCC 6.2.1 | Philipp Rudo | 1 | -2/+2 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -254/+182 |
2017-10-27 | Get rid of VEC(probe_p) | Simon Marchi | 1 | -4/+4 |
2017-10-16 | Remove some cleanups from probe.c | Tom Tromey | 1 | -20/+4 |
2017-10-16 | Work around GCC 6.3.1 bug | Pedro Alves | 1 | -18/+18 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in probes.c | Tom Tromey | 1 | -2/+2 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -21/+8 |
2017-09-12 | Make collect_probes return an std::vector | Simon Marchi | 1 | -88/+59 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -24/+14 |
2017-09-11 | Make extract_arg return a std::string | Tom Tromey | 1 | -28/+22 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove make_cleanup_ui_out_table_begin_end | Tom Tromey | 1 | -84/+86 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -3/+0 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -20/+14 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -10/+9 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -4/+1 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -1/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -36/+31 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -7/+7 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -5/+7 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -47/+73 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+2 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -2/+3 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -7/+12 |
2015-02-17 | New commands `enable probe' and `disable probe'. | Jose E. Marchesi | 1 | -16/+137 |
2015-02-17 | Move `compute_probe_arg' and `compile_probe_arg' to probe.c | Jose E. Marchesi | 1 | -0/+111 |
2015-02-17 | Adapt `info probes' to support printing probes of different types. | Jose E. Marchesi | 1 | -10/+66 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify probe.c function | Tom Tromey | 1 | -4/+5 |
2014-03-20 | Fix probe-related internal error on AIX | Sergio Durigan Junior | 1 | -1/+2 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -44/+70 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Sanitize access to gdbarch on the SDT probe API (and fix ARM bug) | Sergio Durigan Junior | 1 | -6/+7 |
2013-12-06 | remove some sym_probe_fns methods | Tom Tromey | 1 | -30/+3 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -6/+8 |
2013-09-24 | Code cleanup: rename variable | Jan Kratochvil | 1 | -7/+7 |
2013-07-24 | 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+17 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -9/+36 |
2013-05-30 | fix compile_rx_or_error | Tom Tromey | 1 | -3/+6 |
2013-04-15 | PR c++/13588: | Tom Tromey | 1 | -24/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+3 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -93/+68 |
2012-05-08 | 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+0 |