public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/11531] Solaris watchpoints problems
       [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
@ 2012-03-29 15:58 ` eager at eagercon dot com
  2012-03-29 16:08 ` palves at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eager at eagercon dot com @ 2012-03-29 15:58 UTC (permalink / raw)
  To: gdb-prs

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

eager at eagercon dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2012-03-29
                 CC|                            |eager at eagercon dot com
         Resolution|FIXED                       |
     Ever Confirmed|0                           |1

--- Comment #4 from eager at eagercon dot com 2012-03-29 15:57:05 UTC ---
Problem is reproducible on Linux with gdb-7.4.50.

-- 
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] 6+ messages in thread

* [Bug breakpoints/11531] Solaris watchpoints problems
       [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
  2012-03-29 15:58 ` [Bug breakpoints/11531] Solaris watchpoints problems eager at eagercon dot com
@ 2012-03-29 16:08 ` palves at redhat dot com
  2012-03-29 16:29 ` eager at eagercon dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2012-03-29 16:08 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING
                 CC|                            |palves at redhat dot com

--- Comment #5 from Pedro Alves <palves at redhat dot com> 2012-03-29 16:07:51 UTC ---
What problem?  The CANNOT_STEP_HW_WATCHPOINTS macro was only ever defined on
Solaris.  "Linux" is vague.  Watchpoints support is very much tied to the arch
as well.

-- 
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] 6+ messages in thread

* [Bug breakpoints/11531] Solaris watchpoints problems
       [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
  2012-03-29 15:58 ` [Bug breakpoints/11531] Solaris watchpoints problems eager at eagercon dot com
  2012-03-29 16:08 ` palves at redhat dot com
@ 2012-03-29 16:29 ` eager at eagercon dot com
  2012-03-29 16:49 ` palves at redhat dot com
  2012-03-29 17:12 ` eager at eagercon dot com
  4 siblings, 0 replies; 6+ messages in thread
From: eager at eagercon dot com @ 2012-03-29 16:29 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from eager at eagercon dot com 2012-03-29 16:29:08 UTC ---
The same failure occurs on x86_64 running linux-2.6.32 (CentOS 6.0). 

Removing CANNOT_STEP_HW_WATCHPOINTS may have fixed the problem on Solaris, but
the same failure occurs on other targets.

I can open a new bug with the same test case if that is preferred.

-- 
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] 6+ messages in thread

* [Bug breakpoints/11531] Solaris watchpoints problems
       [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-03-29 16:29 ` eager at eagercon dot com
@ 2012-03-29 16:49 ` palves at redhat dot com
  2012-03-29 17:12 ` eager at eagercon dot com
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2012-03-29 16:49 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from Pedro Alves <palves at redhat dot com> 2012-03-29 16:48:16 UTC ---
You mean gdb11531.exp fails on that machine?  It passes for me on Linux 3.3.0-4
Fedora 16, x86_64.

Yes, a new, self contained PR, with its own description of the problem
would be preferred.  Thanks.

-- 
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] 6+ messages in thread

* [Bug breakpoints/11531] Solaris watchpoints problems
       [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-03-29 16:49 ` palves at redhat dot com
@ 2012-03-29 17:12 ` eager at eagercon dot com
  4 siblings, 0 replies; 6+ messages in thread
From: eager at eagercon dot com @ 2012-03-29 17:12 UTC (permalink / raw)
  To: gdb-prs

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

eager at eagercon dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
           See Also|                            |http://sourceware.org/bugzi
                   |                            |lla/show_bug.cgi?id=13929
         Resolution|                            |FIXED

--- Comment #8 from eager at eagercon dot com 2012-03-29 17:11:45 UTC ---
See failure on x86_64 Linux-2.6.32 (CentOS 6.0): bug 13929

-- 
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] 6+ messages in thread

* [Bug breakpoints/11531] Solaris watchpoints problems
  2010-04-23 12:34 [Bug breakpoints/11531] New: " muller at ics dot u-strasbg dot fr
@ 2010-08-14  3:06 ` pedro at codesourcery dot com
  0 siblings, 0 replies; 6+ messages in thread
From: pedro at codesourcery dot com @ 2010-08-14  3:06 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-04-26 12:01 -------
Subject: Bug 11531

CVSROOT:	/cvs/src
Module name:	src
Changes by:	muller@sourceware.org	2010-04-26 12:01:44

Modified files:
	gdb            : infrun.c ChangeLog 
	gdb/doc        : ChangeLog gdbint.texinfo 
	gdb/config/i386: nm-i386sol2.h 

Log message:
	PR breakpoints/11531.
	* config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
	macro definition and related comment.
	* infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
	(resume): Remove code and comment related to this macro.
	
	doc ChangeLog entry:
	* gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
	of macro deleted from GDB code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.435&r2=1.436
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11682&r2=1.11683
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1057&r2=1.1058
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&r1=1.321&r2=1.322
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-i386sol2.h.diff?cvsroot=src&r1=1.19&r2=1.20


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-04-26 20:49 -------
Subject: Bug 11531

CVSROOT:	/cvs/src
Module name:	src
Changes by:	muller@sourceware.org	2010-04-26 20:49:28

Modified files:
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.base: gdb11531.c gdb11531.exp 

Log message:
	PR breakpoints/11531.
	* gdb.base/gdb11531.c: New file.
	* gdb.base/gdb11531.exp: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2255&r2=1.2256
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/gdb11531.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/gdb11531.exp.diff?cvsroot=src&r1=NONE&r2=1.1


------- Additional Comments From pedro at codesourcery dot com  2010-08-14 03:06 -------
The patch was applied.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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

------- 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] 6+ messages in thread

end of thread, other threads:[~2012-03-29 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11531-4717@http.sourceware.org/bugzilla/>
2012-03-29 15:58 ` [Bug breakpoints/11531] Solaris watchpoints problems eager at eagercon dot com
2012-03-29 16:08 ` palves at redhat dot com
2012-03-29 16:29 ` eager at eagercon dot com
2012-03-29 16:49 ` palves at redhat dot com
2012-03-29 17:12 ` eager at eagercon dot com
2010-04-23 12:34 [Bug breakpoints/11531] New: " muller at ics dot u-strasbg dot fr
2010-08-14  3:06 ` [Bug breakpoints/11531] " pedro at codesourcery 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).