Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | 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-12-13 | python: Add qualified parameter to gdb.Breakpoint | Simon Marchi | 1 | -2/+2 |
2017-12-07 | Validate explicit locations with early termination | Keith Seitz | 1 | -1/+1 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -22/+68 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -1/+1 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -5/+5 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -30/+273 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -2/+3 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -3/+1 |
2017-04-12 | Remove some cleanups from location.c | Tom Tromey | 1 | -38/+26 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -38/+15 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -25/+18 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-05 | PR gdb/20653 - small cleanup in string_to_explicit_location | Tom Tromey | 1 | -1/+1 |
2016-08-15 | Fix heap-buffer-overflow in explicit_location_lex_one | Yao Qi | 1 | -3/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+1 |
2016-02-09 | Refactor string_to_event_location for legacy linespec support. | Keith Seitz | 1 | -36/+51 |
2016-01-21 | Fix regression introduced in "break *<EXPR>" by explicit location patches. | Joel Brobecker | 1 | -2/+14 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-14 | Rename location accessor macro parameters to silence ARI | Keith Seitz | 1 | -6/+6 |
2015-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -31/+31 |
2015-08-11 | Explicit locations: add UI features for CLI | Keith Seitz | 1 | -2/+206 |
2015-08-11 | Explicit locations: introduce explicit locations | Keith Seitz | 1 | -0/+179 |
2015-08-11 | Explicit locations: introduce probe locations | Keith Seitz | 1 | -2/+54 |
2015-08-11 | Explicit locations: introduce address locations | Keith Seitz | 1 | -1/+60 |
2015-08-11 | Explicit locations: introduce new struct event_location-based API | Keith Seitz | 1 | -0/+220 |