mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2010-05-13 Michael Snyder <msnyder@vmware.com>
* charset.c: White space. * c-lang.c: White space. * cli-out.c: White space. * coffread.c: White space. * complaints.c: White space. * completer.c: White space. * corefile.c: White space. * corelow.c: White space. * cp-abi.c: White space. * cp-namespace.c: White space. * cp-support.c: White space. * cp-valprint.c: White space. * c-typeprint.c: White space. * c-valprint.c: White space.
This commit is contained in:
@ -264,6 +264,7 @@ cp_lookup_symbol_in_namespace (const char *namespace,
|
||||
{
|
||||
char *concatenated_name = alloca (strlen (namespace) + 2 +
|
||||
strlen (name) + 1);
|
||||
|
||||
strcpy (concatenated_name, namespace);
|
||||
strcat (concatenated_name, "::");
|
||||
strcat (concatenated_name, name);
|
||||
@ -577,6 +578,7 @@ cp_lookup_nested_type (struct type *parent_type,
|
||||
nested_name,
|
||||
block,
|
||||
VAR_DOMAIN);
|
||||
|
||||
if (sym == NULL || SYMBOL_CLASS (sym) != LOC_TYPEDEF)
|
||||
return NULL;
|
||||
else
|
||||
@ -644,6 +646,7 @@ cp_lookup_transparent_type_loop (const char *name, const char *scope,
|
||||
{
|
||||
struct type *retval
|
||||
= cp_lookup_transparent_type_loop (name, scope, scope_length + 2);
|
||||
|
||||
if (retval != NULL)
|
||||
return retval;
|
||||
}
|
||||
@ -876,6 +879,7 @@ static void
|
||||
maintenance_cplus_namespace (char *args, int from_tty)
|
||||
{
|
||||
struct objfile *objfile;
|
||||
|
||||
printf_unfiltered (_("Possible namespaces:\n"));
|
||||
ALL_OBJFILES (objfile)
|
||||
{
|
||||
|
Reference in New Issue
Block a user