summaryrefslogtreecommitdiff
path: root/gdb/location.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* 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-2/+2
* Validate explicit locations with early terminationKeith Seitz2017-12-071-1/+1
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-22/+68
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-1/+1
* Constify some linespec functionsTom Tromey2017-09-271-5/+5
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-30/+273
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-2/+3
* 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