public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints
       [not found] <bug-11289-4717@http.sourceware.org/bugzilla/>
@ 2011-08-02 21:00 ` cvs-commit at gcc dot gnu.org
  2011-08-02 21:01 ` tromey at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-08-02 21:00 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-08-02 20:59:48 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2011-08-02 20:59:45

Modified files:
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: overload.exp 

Log message:
    PR gdb/11289:
    * gdb.cp/overload.exp: Fix regexps.  Remove kfails.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2819&r2=1.2820
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/overload.exp.diff?cvsroot=src&r1=1.24&r2=1.25

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints
       [not found] <bug-11289-4717@http.sourceware.org/bugzilla/>
  2011-08-02 21:00 ` [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints cvs-commit at gcc dot gnu.org
@ 2011-08-02 21:01 ` tromey at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-08-02 21:01 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.3

--- Comment #4 from Tom Tromey <tromey at redhat dot com> 2011-08-02 21:01:34 UTC ---
Seems to work now.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints
  2010-02-16 20:12 [Bug c++/11289] New: " drow at sources dot redhat dot com
  2010-02-16 20:52 ` [Bug c++/11289] " cvs-commit at gcc dot gnu dot org
@ 2010-02-16 22:38 ` tromey at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2010-02-16 22:38 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-02-16 22:38 -------
This seems related to PR 8883.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Can not set                 |Can not set
                   |FILE:CLASS::FUNCTION        |FILE:CLASS::FUNCTION
                   |breakpoints                 |breakpoints


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

------- 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++/11289] Can not set FILE:CLASS::FUNCTION breakpoints
  2010-02-16 20:12 [Bug c++/11289] New: " drow at sources dot redhat dot com
@ 2010-02-16 20:52 ` cvs-commit at gcc dot gnu dot org
  2010-02-16 22:38 ` tromey at redhat dot com
  1 sibling, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2010-02-16 20:52 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-02-16 20:52 -------
Subject: Bug 11289

CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2010-02-16 20:51:51

Modified files:
	gdb            : ChangeLog linespec.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: list.exp 
	gdb/testsuite/gdb.cp: overload.cc overload.exp 

Log message:
	gdb/
	* linespec.c (decode_line_1): Handle FILE:FUNCTION even if
	FUNCTION contains parentheses.  Improve removal of a trailing
	single quote.
	
	gdb/testsuite/
	* gdb.base/list.exp (test_list_filename_and_function): Add test
	with single quotes.
	* gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
	matching.
	* gdb.cp/overload.exp: Add tests with filename, function, and quotes.
	Add KFAIL'd tests for PR gdb/11289.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11366&r2=1.11367
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.95&r2=1.96
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2134&r2=1.2135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/list.exp.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/overload.cc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/overload.exp.diff?cvsroot=src&r1=1.14&r2=1.15



-- 


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

------- 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:[~2011-08-02 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11289-4717@http.sourceware.org/bugzilla/>
2011-08-02 21:00 ` [Bug c++/11289] Can not set FILE:CLASS::FUNCTION breakpoints cvs-commit at gcc dot gnu.org
2011-08-02 21:01 ` tromey at redhat dot com
2010-02-16 20:12 [Bug c++/11289] New: " drow at sources dot redhat dot com
2010-02-16 20:52 ` [Bug c++/11289] " cvs-commit at gcc dot gnu dot org
2010-02-16 22:38 ` 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).