public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/7936] GDB doesn't know about using declarations
       [not found] <20021115151800.7936.carlton@math.stanford.edu>
@ 2010-01-27 19:01 ` swagiaal at redhat dot com
  2010-01-27 19:11 ` tromey at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: swagiaal at redhat dot com @ 2010-01-27 19:01 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From swagiaal at redhat dot com  2010-01-27 19:01 -------
*** Bug 9403 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |franke dot daniel at gmail
                   |                            |dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=7936

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/7936] GDB doesn't know about using declarations
       [not found] <20021115151800.7936.carlton@math.stanford.edu>
  2010-01-27 19:01 ` [Bug c++/7936] GDB doesn't know about using declarations swagiaal at redhat dot com
@ 2010-01-27 19:11 ` tromey at redhat dot com
  2010-02-24 21:42 ` swagiaal at redhat dot com
  2010-03-15 20:52 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-01-27 19:11 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |11211
              nThis|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=7936

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/7936] GDB doesn't know about using declarations
       [not found] <20021115151800.7936.carlton@math.stanford.edu>
  2010-01-27 19:01 ` [Bug c++/7936] GDB doesn't know about using declarations swagiaal at redhat dot com
  2010-01-27 19:11 ` tromey at redhat dot com
@ 2010-02-24 21:42 ` swagiaal at redhat dot com
  2010-03-15 20:52 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: swagiaal at redhat dot com @ 2010-02-24 21:42 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware dot|swagiaal at redhat dot com
                   |org                         |


http://sourceware.org/bugzilla/show_bug.cgi?id=7936

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/7936] GDB doesn't know about using declarations
       [not found] <20021115151800.7936.carlton@math.stanford.edu>
                   ` (2 preceding siblings ...)
  2010-02-24 21:42 ` swagiaal at redhat dot com
@ 2010-03-15 20:52 ` tromey at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-03-15 20:52 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-03-15 17:29 -------
Subject: Bug 7936

CVSROOT:	/cvs/src
Module name:	src
Changes by:	swagiaal@sourceware.org	2010-03-15 17:29:36

Modified files:
	gdb            : ChangeLog cp-namespace.c cp-support.h 
	                 dwarf2read.c eval.c symtab.c valops.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.cp: nsusing.exp shadow.cc shadow.exp 

Log message:
	2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
	
	PR c++/7936:
	* cp-support.h: Added char *declaration element to using_direct
	data struct.
	(cp_add_using): Added char *declaration argument.
	(cp_add_using_directive): Ditto.
	(cp_lookup_symbol_imports): made extern.
	* cp-namespace.c: Updated with the above changes.
	* dwarf2read.c (read_import_statement): Ditto.
	(read_namespace): Ditto.
	(read_import_statement): Support import declarations.
	* cp-namespace.c (cp_lookup_symbol_imports): Check for imported
	declarations.
	Added support for 'declaration_only' search.
	(cp_lookup_symbol_namespace): Attempt to search for the name as
	is before consideration of imports.
	* symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
	search at every block level search.
	Now takes language argument.
	(lookup_symbol_aux): Updated.
	
	2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
	
	* gdb.cp/shadow.exp: Removed kfail; test has been fix.
	* gdb.cp/nsusing.exp: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11483&r2=1.11484
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.366&r2=1.367
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/eval.c.diff?cvsroot=src&r1=1.128&r2=1.129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.226&r2=1.227
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.238&r2=1.239
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2178&r2=1.2179
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/nsusing.exp.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/shadow.cc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/shadow.exp.diff?cvsroot=src&r1=1.1&r2=1.2


------- Additional Comments From tromey at redhat dot com  2010-03-15 20:52 -------
Sami checked in the fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.2


http://sourceware.org/bugzilla/show_bug.cgi?id=7936

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-15 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021115151800.7936.carlton@math.stanford.edu>
2010-01-27 19:01 ` [Bug c++/7936] GDB doesn't know about using declarations swagiaal at redhat dot com
2010-01-27 19:11 ` tromey at redhat dot com
2010-02-24 21:42 ` swagiaal at redhat dot com
2010-03-15 20:52 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).