aboutsummaryrefslogtreecommitdiff
path: root/gdb/location.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey1-12/+12
2023-12-13Use unique_xmalloc_ptr in linespec_location_specTom Tromey1-3/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-06-17Fix GDB build with GCC 4.8 & 4.9Pedro Alves1-1/+1
2022-06-17Convert set_location_spec_string to a methodPedro Alves1-15/+16
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-10/+6
2022-06-17Convert location_spec_type to a methodPedro Alves1-12/+14
2022-06-17Convert location_spec_empty_p to a methodPedro Alves1-4/+0
2022-06-17Eliminate copy_location_specPedro Alves1-4/+0
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-68/+165
2022-06-17event_location -> location_specPedro Alves1-92/+91
2022-02-02gdb: update the comment on string_to_event_locationAndrew Burgess1-5/+4
2022-01-18Simplify event_location_probeTom Tromey1-1/+1
2022-01-18Use std::string in event_locationTom Tromey1-4/+3
2022-01-18Remove a use of xfree in location.cTom Tromey1-10/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+2
2019-05-12Fix two langauge -> language typosSimon Marchi1-1/+1
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