Age | Commit message (Expand) | Author | Files | Lines |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-13 | Use unique_xmalloc_ptr in explicit_location_spec | Tom Tromey | 1 | -12/+12 |
2023-12-13 | Use unique_xmalloc_ptr in linespec_location_spec | Tom Tromey | 1 | -3/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-06-17 | Fix GDB build with GCC 4.8 & 4.9 | Pedro Alves | 1 | -1/+1 |
2022-06-17 | Convert set_location_spec_string to a method | Pedro Alves | 1 | -15/+16 |
2022-06-17 | Convert location_spec_to_string to a method | Pedro Alves | 1 | -10/+6 |
2022-06-17 | Convert location_spec_type to a method | Pedro Alves | 1 | -12/+14 |
2022-06-17 | Convert location_spec_empty_p to a method | Pedro Alves | 1 | -4/+0 |
2022-06-17 | Eliminate copy_location_spec | Pedro Alves | 1 | -4/+0 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -68/+165 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -92/+91 |
2022-02-02 | gdb: update the comment on string_to_event_location | Andrew Burgess | 1 | -5/+4 |
2022-01-18 | Simplify event_location_probe | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Use std::string in event_location | Tom Tromey | 1 | -4/+3 |
2022-01-18 | Remove a use of xfree in location.c | Tom Tromey | 1 | -10/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 |