summaryrefslogtreecommitdiff
path: root/gdb/location.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use checked_static_cast in more placesTom Tromey2022-10-161-5/+5
* Use checked_static_cast in more placesTom Tromey2022-09-121-2/+2
* Convert set_location_spec_string to a methodPedro Alves2022-06-171-11/+2
* Convert location_spec_to_string to a methodPedro Alves2022-06-171-8/+0
* Convert location_spec_type to a methodPedro Alves2022-06-171-13/+5
* Convert location_spec_empty_p to a methodPedro Alves2022-06-171-9/+1
* Eliminate copy_location_specPedro Alves2022-06-171-8/+0
* Eliminate the two-level data structures behind location_specsPedro Alves2022-06-171-319/+193
* event_location -> location_specPedro Alves2022-06-171-162/+167
* gdb: test to check one aspect of the linespec parsing codeAndrew Burgess2022-02-021-0/+5
* gdb: add string_file::release methodSimon Marchi2022-01-261-1/+1
* Simplify event_location_probeTom Tromey2022-01-181-21/+14
* Use std::string in event_locationTom Tromey2022-01-181-35/+31
* Split event_location into subclassesTom Tromey2022-01-181-239/+281
* Remove EL_* macros from location.cTom Tromey2022-01-181-93/+90
* Boolify explicit_to_string_internalTom Tromey2022-01-181-8/+8
* Remove a use of xfree in location.cTom Tromey2022-01-181-7/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-3/+6
* Fix build with current GCC: EL_EXPLICIT(location) always non-NULLPedro Alves2021-11-141-6/+5
* 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
* 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