aboutsummaryrefslogtreecommitdiff
path: root/gdb/location.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Normalize include guards in gdbTom Tromey1-3/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi1-4/+7
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-8/+30
2017-09-27Constify some linespec functionsTom Tromey1-3/+3
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-6/+23
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey1-8/+1
2017-04-12Introduce event_location_upTom Tromey1-31/+31
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-02-09Refactor string_to_event_location for legacy linespec support.Keith Seitz1-1/+13
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-3/+12
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-4/+5
2015-08-11Explicit locations: add UI features for CLIKeith Seitz1-0/+15
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-0/+87
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-1/+16
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-1/+16
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz1-0/+99