Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 1 | -1/+1 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+2 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -180/+178 |
2017-10-27 | Get rid of VEC(probe_p) | Simon Marchi | 1 | -12/+4 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -3/+1 |
2017-09-12 | Make collect_probes return an std::vector | Simon Marchi | 1 | -6/+17 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -1/+1 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -6/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -0/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-02 | Improve error reporting when handling SystemTap SDT probes | Sergio Durigan Junior | 1 | -6/+14 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -2/+4 |
2015-02-17 | New commands `enable probe' and `disable probe'. | Jose E. Marchesi | 1 | -0/+12 |
2015-02-17 | Adapt `info probes' to support printing probes of different types. | Jose E. Marchesi | 1 | -0/+6 |
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 | Only call {set,clear}_semaphore probe function if they are not NULL | Sergio Durigan Junior | 1 | -2/+2 |
2014-06-18 | constify probe.c function | Tom Tromey | 1 | -1/+1 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -12/+37 |
2014-03-03 | comment fixes | Tom Tromey | 1 | -7/+6 |
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 | -4/+8 |
2013-07-24 | 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+12 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -0/+10 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-07-18 | * common/gdb_vecs.h: Moved here from ./gdb_vecs.h. | Doug Evans | 1 | -0/+5 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -12/+11 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+221 |