public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/13781] New: AX does not support floats
@ 2012-02-28 15:23 jan.kratochvil at redhat dot com
  2012-03-03 14:21 ` [Bug breakpoints/13781] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-02-28 15:23 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13781
           Summary: AX does not support floats
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified
            Target: x86_64-unknown-linux-gnu


Tracker for KFAIL:

ax-gdb.c:560: internal-error: gen_fetch: bad type code^M
A problem internal to GDB has been detected,^M
further debugging may prove unreliable.^M
Quit this debugging session? (y or n)
KFAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint (GDB
internal error) (PRMS: gdb/9999)

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

* [Bug breakpoints/13781] AX does not support floats
  2012-02-28 15:23 [Bug breakpoints/13781] New: AX does not support floats jan.kratochvil at redhat dot com
@ 2012-03-03 14:21 ` cvs-commit at gcc dot gnu.org
  2012-03-07 17:22 ` luis_gustavo at mentor dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-03-03 14:21 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-03-03 14:21:08 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    jkratoch@sourceware.org    2012-03-03 14:21:04

Modified files:
    gdb            : ChangeLog breakpoint.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: mb-templates.exp 

Log message:
    gdb/
    * breakpoint.c (set_condition_evaluation_mode): Set
    CONDITION_EVALUATION_MODE unconditionally.

    gdb/testsuite/
    Implement testsuite workaround for PR breakpoints/13781.
    * gdb.cp/mb-templates.exp: New loop with variable $workaround.
    (set breakpoint condition-evaluation host): New conditional command.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13946&r2=1.13947
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.660&r2=1.661
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3118&r2=1.3119
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/mb-templates.exp.diff?cvsroot=src&r1=1.16&r2=1.17

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

* [Bug breakpoints/13781] AX does not support floats
  2012-02-28 15:23 [Bug breakpoints/13781] New: AX does not support floats jan.kratochvil at redhat dot com
  2012-03-03 14:21 ` [Bug breakpoints/13781] " cvs-commit at gcc dot gnu.org
@ 2012-03-07 17:22 ` luis_gustavo at mentor dot com
  2012-03-08 21:10 ` cvs-commit at gcc dot gnu.org
  2012-03-08 21:18 ` luis_gustavo at mentor dot com
  3 siblings, 0 replies; 5+ messages in thread
From: luis_gustavo at mentor dot com @ 2012-03-07 17:22 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis_gustavo at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luis_gustavo at mentor dot
                   |                            |com
         AssignedTo|unassigned at sourceware    |luis_gustavo at mentor dot
                   |dot org                     |com

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

* [Bug breakpoints/13781] AX does not support floats
  2012-02-28 15:23 [Bug breakpoints/13781] New: AX does not support floats jan.kratochvil at redhat dot com
  2012-03-03 14:21 ` [Bug breakpoints/13781] " cvs-commit at gcc dot gnu.org
  2012-03-07 17:22 ` luis_gustavo at mentor dot com
@ 2012-03-08 21:10 ` cvs-commit at gcc dot gnu.org
  2012-03-08 21:18 ` luis_gustavo at mentor dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-03-08 21:10 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-03-08 21:09:22 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    luisgpm@sourceware.org    2012-03-08 21:09:17

Modified files:
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.cp: mb-templates.exp 

Log message:
    2012-03-08  Luis Machado  <lgustavo@codesourcery.com>

    Revert:

    2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>

    Implement testsuite workaround for PR breakpoints/13781.
    * gdb.cp/mb-templates.exp: New loop with variable $workaround.
    (set breakpoint condition-evaluation host): New conditional command.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3128&r2=1.3129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/mb-templates.exp.diff?cvsroot=src&r1=1.17&r2=1.18

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

* [Bug breakpoints/13781] AX does not support floats
  2012-02-28 15:23 [Bug breakpoints/13781] New: AX does not support floats jan.kratochvil at redhat dot com
                   ` (2 preceding siblings ...)
  2012-03-08 21:10 ` cvs-commit at gcc dot gnu.org
@ 2012-03-08 21:18 ` luis_gustavo at mentor dot com
  3 siblings, 0 replies; 5+ messages in thread
From: luis_gustavo at mentor dot com @ 2012-03-08 21:18 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis_gustavo at mentor dot com> changed:

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

--- Comment #3 from Luis Machado <luis_gustavo at mentor dot com> 2012-03-08 21:18:17 UTC ---
The following patch fixes this ticket:

http://sourceware.org/ml/gdb-cvs/2012-03/msg00136.html

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

end of thread, other threads:[~2012-03-08 21:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-28 15:23 [Bug breakpoints/13781] New: AX does not support floats jan.kratochvil at redhat dot com
2012-03-03 14:21 ` [Bug breakpoints/13781] " cvs-commit at gcc dot gnu.org
2012-03-07 17:22 ` luis_gustavo at mentor dot com
2012-03-08 21:10 ` cvs-commit at gcc dot gnu.org
2012-03-08 21:18 ` luis_gustavo at mentor 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).