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-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+2 |
2019-05-12 | Fix two langauge -> language typos | Simon Marchi | 1 | -1/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -3/+4 |
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-12-13 | python: Add qualified parameter to gdb.Breakpoint | Simon Marchi | 1 | -4/+7 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -8/+30 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -3/+3 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -6/+23 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -8/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -31/+31 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-02-09 | Refactor string_to_event_location for legacy linespec support. | Keith Seitz | 1 | -1/+13 |
2016-01-21 | Fix regression introduced in "break *<EXPR>" by explicit location patches. | Joel Brobecker | 1 | -3/+12 |
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/+5 |
2015-08-11 | Explicit locations: add UI features for CLI | Keith Seitz | 1 | -0/+15 |
2015-08-11 | Explicit locations: introduce explicit locations | Keith Seitz | 1 | -0/+87 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -1/+16 |
2015-08-11 | Explicit locations: introduce address locations | Keith Seitz | 1 | -1/+16 |
2015-08-11 | Explicit locations: introduce new struct event_location-based API | Keith Seitz | 1 | -0/+99 |