GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
cp-namespace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb/fortran: Nested subroutine support
Andrew Burgess
2019-10-03
1
-2
/
+3
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-13
/
+9
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-9
/
+13
*
Remove null_block_symbol
Tom Tromey
2019-03-24
1
-16
/
+10
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Parameterize cp_scan_for_anonymous_namespaces
Tom Tromey
2018-07-20
1
-5
/
+6
*
Introduce buildsym-legacy.h
Tom Tromey
2018-07-20
1
-1
/
+1
*
Move the using directives to buildsym_compunit
Tom Tromey
2018-07-16
1
-1
/
+1
*
Remove type_name_no_tag and rename type_name_no_tag_or_error
Tom Tromey
2018-06-01
1
-3
/
+3
*
Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)
Pedro Alves
2018-01-05
1
-1
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Fix build with GCC 8: strncpy -> memcpy
Yao Qi
2017-11-22
1
-1
/
+1
*
Remove directive-searched cleanups
Tom Tromey
2017-11-04
1
-22
/
+3
*
Constify maintenance_cplus_namespace
Tom Tromey
2017-09-27
1
-1
/
+1
*
Use std::vector in add_using_directive
Tom Tromey
2017-09-09
1
-1
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
Pedro Alves
2017-09-04
1
-23
/
+27
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use std::string in cp-namespace.c
Tom Tromey
2016-09-23
1
-34
/
+15
*
[obv] Fix broken build on Fedora 23.
Walfred Tedeschi
2016-07-07
1
-0
/
+2
*
Fix of default lookup for "this" symbol.
Walfred Tedeschi
2016-07-07
1
-1
/
+4
*
PR 18303, Tolerate malformed input for lookup_symbol-called functions
Don Breazeal
2016-03-15
1
-5
/
+4
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Introduce null_block_symbol
Pedro Alves
2015-11-17
1
-7
/
+7
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-8
/
+8
*
[Ada] Add support for subprogram renamings
Pierre-Marie de Rodat
2015-08-13
1
-98
/
+4
*
Fix build error due to uninitialized variable warning
Ulrich Weigand
2015-08-03
1
-0
/
+1
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-83
/
+94
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-3
/
+3
*
Don't ignore domain in nested lookups.
Doug Evans
2015-05-27
1
-17
/
+23
*
PR c++/18141
Doug Evans
2015-03-30
1
-2
/
+5
*
New common function "startswith"
Gary Benson
2015-03-06
1
-2
/
+1
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-31
/
+32
*
PR c++/17976, symtab/17821
Doug Evans
2015-02-21
1
-15
/
+28
*
misc cp-namespace.c cleanups
Doug Evans
2015-02-13
1
-9
/
+8
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Look up primitive types as symbols.
Doug Evans
2014-12-23
1
-7
/
+44
*
Add langdef arg to la_lookup_symbol_nonlocal.
Doug Evans
2014-12-23
1
-1
/
+2
*
Replace some symbol accessor macros with functions.
Doug Evans
2014-12-23
1
-2
/
+1
*
cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.
Doug Evans
2014-12-22
1
-46
/
+37
*
cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".
Doug Evans
2014-12-22
1
-6
/
+10
*
cp-namespace.c (cp_lookup_nested_symbol_1): New function.
Doug Evans
2014-12-22
1
-136
/
+201
*
cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.
Doug Evans
2014-12-22
1
-10
/
+9
*
cp-namespace.c: Whitespace cleanup.
Doug Evans
2014-12-22
1
-9
/
+9
*
New parameter "debug symbol-lookup".
Doug Evans
2014-12-17
1
-15
/
+138
*
cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports.
Doug Evans
2014-12-16
1
-13
/
+13
*
cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.
Doug Evans
2014-12-16
1
-2
/
+2
*
Rename cp_is_anonymous to cp_is_in_anonymous.
Doug Evans
2014-12-12
1
-4
/
+4
*
cp-namespace.c (cp_lookup_nested_symbol): Fix comments.
Doug Evans
2014-12-11
1
-2
/
+2
[next]