Age | Commit message (Expand) | Author | Files | Lines |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -4/+4 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | 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-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -4/+4 |
2015-08-11 | Explicit locations: introduce explicit locations | Keith Seitz | 1 | -2/+5 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -3/+2 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -3/+10 |
2015-08-11 | Explicit locations: rename "address string"/"addr_string" to "location" | Keith Seitz | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -10/+12 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -9/+14 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -7/+7 |
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-03-20 | Fix probe-related internal error on AIX | Sergio Durigan Junior | 1 | -17/+20 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -9/+9 |
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 | -3/+3 |
2013-12-06 | remove some sym_probe_fns methods | Tom Tromey | 1 | -8/+3 |
2013-04-15 | PR c++/13588: | Tom Tromey | 1 | -29/+194 |
2013-04-15 | PR c++/15176: | Tom Tromey | 1 | -0/+59 |
2013-04-15 | * break-catch-throw.c (struct exception_names): New. | Tom Tromey | 1 | -14/+44 |
2013-04-15 | PR c++/10119: | Tom Tromey | 1 | -36/+71 |
2013-04-15 | * Makefile.in (SFILES): Add break-catch-throw.c | Tom Tromey | 1 | -0/+308 |