summaryrefslogtreecommitdiff
path: root/gdb/location.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix GDB build with GCC 4.8 & 4.9Pedro Alves2022-06-171-1/+1
* Convert set_location_spec_string to a methodPedro Alves2022-06-171-15/+16
* Convert location_spec_to_string to a methodPedro Alves2022-06-171-10/+6
* Convert location_spec_type to a methodPedro Alves2022-06-171-12/+14
* Convert location_spec_empty_p to a methodPedro Alves2022-06-171-4/+0
* Eliminate copy_location_specPedro Alves2022-06-171-4/+0
* Eliminate the two-level data structures behind location_specsPedro Alves2022-06-171-68/+165
* event_location -> location_specPedro Alves2022-06-171-92/+91
* gdb: update the comment on string_to_event_locationAndrew Burgess2022-02-021-5/+4
* Simplify event_location_probeTom Tromey2022-01-181-1/+1
* Use std::string in event_locationTom Tromey2022-01-181-4/+3
* Remove a use of xfree in location.cTom Tromey2022-01-181-10/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+2
* Fix two langauge -> language typosSimon Marchi2019-05-121-1/+1
* Normalize include guards in gdbTom Tromey2019-02-071-3/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* python: Add qualified parameter to gdb.BreakpointSimon Marchi2017-12-131-4/+7
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-8/+30
* Constify some linespec functionsTom Tromey2017-09-271-3/+3
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-6/+23
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-121-8/+1
* Introduce event_location_upTom Tromey2017-04-121-31/+31
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Refactor string_to_event_location for legacy linespec support.Keith Seitz2016-02-091-1/+13
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-3/+12
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-4/+5
* Explicit locations: add UI features for CLIKeith Seitz2015-08-111-0/+15
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-0/+87
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-1/+16
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-1/+16
* Explicit locations: introduce new struct event_location-based APIKeith Seitz2015-08-111-0/+99