This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Anonymous namespaces and linespecs
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 31 May 2011 12:20:11 -0600
- Subject: Re: [RFA] Anonymous namespaces and linespecs
- References: <4DD59F1C.6040608@redhat.com>
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2010-05-18 Keith Seitz <keiths@redhat.com>
Keith> PR symtab/12704
Keith> * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
Keith> (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
Keith> and CP_ANONYMOUS_NAMESPACE_LEN.
Keith> (cp_is_anonymous): Likewise.
Keith> * cp_support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
Keith> (CP_ANONYMOUS_NAMESPACE_LEN): Define.
Keith> * dwarf2read.c (namespace_name): Likewise.
Keith> (fixup_partial_die): Likewise.
Keith> * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
Keith> seen in the input, keep it.
Keith> 2010-05-18 Keith Seitz <keiths@redhat.com>
Keith> PR symtab/12704
Keith> * gdb.cp/anon-ns.cc: New file.
Keith> * gdb.cp/anon-ns.exp: New file.
Ok.
Tom