summaryrefslogtreecommitdiff
path: root/gdb/cp-support.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves2022-05-101-0/+16
* Move find_toplevel_char to cp-support.[ch]Keith Seitz2022-02-241-0/+7
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess2020-06-171-2/+1
* gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess2020-06-021-4/+0
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-5/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* More block constificationTom Tromey2019-03-241-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* gdb: Remove a cleanup from find_overload_matchAndrew Burgess2019-01-031-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves2018-11-211-5/+8
* Parameterize cp_scan_for_anonymous_namespacesTom Tromey2018-07-201-1/+3
* Remove a static buffer from cp-name-parser.yTom Tromey2018-06-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-0/+7
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-081-0/+8
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+5
* Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves2017-10-091-1/+2
* Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves2017-08-091-2/+2
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-0/+8
* Add constructor and destructor to demangle_parse_infoTom Tromey2017-01-101-6/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-5/+5
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-91/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-10/+12
* Don't ignore domain in nested lookups.Doug Evans2015-05-271-1/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-3/+5
* cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans2014-12-161-2/+2
* Rename cp_is_anonymous to cp_is_in_anonymous.Doug Evans2014-12-121-1/+1
* cp_lookup_symbol_imports: Make static.Doug Evans2014-12-101-7/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz2013-11-251-0/+5
* PR c++/11990:Tom Tromey2013-04-151-0/+4
* * cp-namespace.c (cp_set_block_scope): Remove.Tom Tromey2013-01-251-6/+0
* * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.Tom Tromey2013-01-251-4/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * cp-support.c (inspect_type,Tom Tromey2012-11-121-0/+6
* gdb/Jan Kratochvil2012-06-131-3/+3
* * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):Tom Tromey2012-05-241-5/+0