summaryrefslogtreecommitdiff
path: root/gdb/location.c
Commit message (Expand)AuthorAgeFilesLines
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-121-3/+1
* Remove some cleanups from location.cTom Tromey2017-04-121-38/+26
* Introduce event_location_upTom Tromey2017-04-121-38/+15
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-25/+18
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR gdb/20653 - small cleanup in string_to_explicit_locationTom Tromey2016-10-051-1/+1
* Fix heap-buffer-overflow in explicit_location_lex_oneYao Qi2016-08-151-3/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+1
* Refactor string_to_event_location for legacy linespec support.Keith Seitz2016-02-091-36/+51
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-2/+14
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Rename location accessor macro parameters to silence ARIKeith Seitz2015-08-141-6/+6
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-31/+31
* Explicit locations: add UI features for CLIKeith Seitz2015-08-111-2/+206
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-0/+179
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-2/+54
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-1/+60
* Explicit locations: introduce new struct event_location-based APIKeith Seitz2015-08-111-0/+220