public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
@ 2023-03-19 17:08 czgf2v at 163 dot com
  2023-03-19 17:09 ` [Bug gdb/30246] " czgf2v at 163 dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

            Bug ID: 30246
           Summary: gdb record and replay , sometime variable operate
                    wrong. but rr works, based on ryzen 4800h cpu(zen
                    architecture)
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: czgf2v at 163 dot com
  Target Milestone: 14.1

run 
---------------------
$make -f Makefile;gdb ./main -ex "source ./debug.gdb"
---------------------

after a while,(this bug happens after doing many operations with random numbers
and ‘rc’ command)

output on my machine (the output is wrong)
-------------
...
Active record target: record-full
Replay mode:
Lowest recorded instruction number is 1.
Current instruction number is 257733.
Highest recorded instruction number is 257773.
Log contains 257773 instructions.
Max logged instructions is 2000000000.
$1 = 10100110110111001001101
$2 = 101001101101110010011010
$3 = 0
-------------

but with rr
-------------
$ rr ./main
$ rr replay /home/czg/.local/share/rr/main-3
...
source ./debug_rr.gdb
-------------
(because in rr use 'next' to run and no ‘record’ command needed [rr has
recorded all before], so gdb command file slightly differ)


output on my machine (the output is right)
-------------
$1 = 111111010111001001000010
$2 = 111111010111001001000010
$3 = 1
-------------

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
@ 2023-03-19 17:09 ` czgf2v at 163 dot com
  2023-03-19 17:09 ` czgf2v at 163 dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #1 from czgf2v <czgf2v at 163 dot com> ---
I use GNU gdb (GDB) 14.0.50.20221220-git

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
  2023-03-19 17:09 ` [Bug gdb/30246] " czgf2v at 163 dot com
@ 2023-03-19 17:09 ` czgf2v at 163 dot com
  2023-03-19 17:10 ` czgf2v at 163 dot com
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #2 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14759
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14759&action=edit
Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
  2023-03-19 17:09 ` [Bug gdb/30246] " czgf2v at 163 dot com
  2023-03-19 17:09 ` czgf2v at 163 dot com
@ 2023-03-19 17:10 ` czgf2v at 163 dot com
  2023-03-19 17:13 ` czgf2v at 163 dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:10 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #3 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14760
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14760&action=edit
debug.gdb

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (2 preceding siblings ...)
  2023-03-19 17:10 ` czgf2v at 163 dot com
@ 2023-03-19 17:13 ` czgf2v at 163 dot com
  2023-03-19 17:15 ` czgf2v at 163 dot com
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:13 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #4 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14761
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14761&action=edit
debug_rr.gdb

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (3 preceding siblings ...)
  2023-03-19 17:13 ` czgf2v at 163 dot com
@ 2023-03-19 17:15 ` czgf2v at 163 dot com
  2023-03-19 17:20 ` czgf2v at 163 dot com
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #5 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14762
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14762&action=edit
print_1.gdb

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (4 preceding siblings ...)
  2023-03-19 17:15 ` czgf2v at 163 dot com
@ 2023-03-19 17:20 ` czgf2v at 163 dot com
  2023-03-19 17:22 ` czgf2v at 163 dot com
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #6 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14763
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14763&action=edit
main_test.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (5 preceding siblings ...)
  2023-03-19 17:20 ` czgf2v at 163 dot com
@ 2023-03-19 17:22 ` czgf2v at 163 dot com
  2023-03-19 17:24 ` czgf2v at 163 dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #7 from czgf2v <czgf2v at 163 dot com> ---
Send too many files, which may not look like one minimal test.

But this bug may only occur after doing many complex computations.

I test on simple code, but can not reproduce this bug

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (6 preceding siblings ...)
  2023-03-19 17:22 ` czgf2v at 163 dot com
@ 2023-03-19 17:24 ` czgf2v at 163 dot com
  2023-03-19 17:25 ` czgf2v at 163 dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:24 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #8 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14764
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14764&action=edit
float-half.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (7 preceding siblings ...)
  2023-03-19 17:24 ` czgf2v at 163 dot com
@ 2023-03-19 17:25 ` czgf2v at 163 dot com
  2023-03-19 17:26 ` czgf2v at 163 dot com
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #9 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14765
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14765&action=edit
float-half.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (8 preceding siblings ...)
  2023-03-19 17:25 ` czgf2v at 163 dot com
@ 2023-03-19 17:26 ` czgf2v at 163 dot com
  2023-03-19 17:28 ` czgf2v at 163 dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:26 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

czgf2v <czgf2v at 163 dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14763|0                           |1
        is obsolete|                            |

--- Comment #10 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14766
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14766&action=edit
main_test.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (9 preceding siblings ...)
  2023-03-19 17:26 ` czgf2v at 163 dot com
@ 2023-03-19 17:28 ` czgf2v at 163 dot com
  2023-03-19 17:45 ` czgf2v at 163 dot com
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:28 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #11 from czgf2v <czgf2v at 163 dot com> ---
Created attachment 14767
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14767&action=edit
../lib/random.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (10 preceding siblings ...)
  2023-03-19 17:28 ` czgf2v at 163 dot com
@ 2023-03-19 17:45 ` czgf2v at 163 dot com
  2023-03-20  0:51 ` [Bug gdb/30246] gdb record full, br … and rc. Sometime " czgf2v at 163 dot com
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-19 17:45 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #12 from czgf2v <czgf2v at 163 dot com> ---
I think maybe move debug related files to one repo better
here it is
https://github.com/czg-sci-42ver/test_record/tree/master

Sorry for attaching too many files, which may have sent too many spam-like
mails frequently.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (11 preceding siblings ...)
  2023-03-19 17:45 ` czgf2v at 163 dot com
@ 2023-03-20  0:51 ` czgf2v at 163 dot com
  2023-03-20 15:33 ` czgf2v at 163 dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-20  0:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

czgf2v <czgf2v at 163 dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gdb record and replay ,     |gdb record full, br … and
                   |sometime variable operate   |rc. Sometime variable
                   |wrong. but rr works, based  |operate wrong. but rr
                   |on ryzen 4800h cpu(zen      |works, based on ryzen 4800h
                   |architecture)               |cpu(zen architecture)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (12 preceding siblings ...)
  2023-03-20  0:51 ` [Bug gdb/30246] gdb record full, br … and rc. Sometime " czgf2v at 163 dot com
@ 2023-03-20 15:33 ` czgf2v at 163 dot com
  2023-03-21  4:18 ` sam at gentoo dot org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: czgf2v at 163 dot com @ 2023-03-20 15:33 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

czgf2v <czgf2v at 163 dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug gdb/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (13 preceding siblings ...)
  2023-03-20 15:33 ` czgf2v at 163 dot com
@ 2023-03-21  4:18 ` sam at gentoo dot org
  2023-03-21 15:01 ` [Bug record/30246] " tromey at sourceware dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: sam at gentoo dot org @ 2023-03-21  4:18 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug record/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (14 preceding siblings ...)
  2023-03-21  4:18 ` sam at gentoo dot org
@ 2023-03-21 15:01 ` tromey at sourceware dot org
  2023-07-05 14:21 ` brobecker at gnat dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: tromey at sourceware dot org @ 2023-03-21 15:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|gdb                         |record
                 CC|                            |tromey at sourceware dot org

--- Comment #13 from Tom Tromey <tromey at sourceware dot org> ---
It's fine to attach a bunch of files, or even a tar file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug record/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (15 preceding siblings ...)
  2023-03-21 15:01 ` [Bug record/30246] " tromey at sourceware dot org
@ 2023-07-05 14:21 ` brobecker at gnat dot com
  2023-07-30 22:51 ` brobecker at gnat dot com
  2023-07-30 22:53 ` brobecker at gnat dot com
  18 siblings, 0 replies; 20+ messages in thread
From: brobecker at gnat dot com @ 2023-07-05 14:21 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brobecker at gnat dot com

--- Comment #14 from Joel Brobecker <brobecker at gnat dot com> ---
Hello,

Can you explain why the Target Milestone was set to 14.1?

To give you some context, we use this field to identify issues that we consider
blocking for the next release. Is that the case here, and if yes, what would be
the reasoning?

Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug record/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (16 preceding siblings ...)
  2023-07-05 14:21 ` brobecker at gnat dot com
@ 2023-07-30 22:51 ` brobecker at gnat dot com
  2023-07-30 22:53 ` brobecker at gnat dot com
  18 siblings, 0 replies; 20+ messages in thread
From: brobecker at gnat dot com @ 2023-07-30 22:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

--- Comment #15 from Joel Brobecker <brobecker at gnat dot com> ---
With the information available so far, it's unclear why this would be a
blocking issue for the GDB 14 release.

Removing the target milestone for now. We can put it back if we get more
evidence that this needs to be fixed before we can release GDB 14.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug record/30246] gdb record full, br … and rc. Sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture)
  2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
                   ` (17 preceding siblings ...)
  2023-07-30 22:51 ` brobecker at gnat dot com
@ 2023-07-30 22:53 ` brobecker at gnat dot com
  18 siblings, 0 replies; 20+ messages in thread
From: brobecker at gnat dot com @ 2023-07-30 22:53 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30246

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|14.1                        |---

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2023-07-30 22:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 17:08 [Bug gdb/30246] New: gdb record and replay , sometime variable operate wrong. but rr works, based on ryzen 4800h cpu(zen architecture) czgf2v at 163 dot com
2023-03-19 17:09 ` [Bug gdb/30246] " czgf2v at 163 dot com
2023-03-19 17:09 ` czgf2v at 163 dot com
2023-03-19 17:10 ` czgf2v at 163 dot com
2023-03-19 17:13 ` czgf2v at 163 dot com
2023-03-19 17:15 ` czgf2v at 163 dot com
2023-03-19 17:20 ` czgf2v at 163 dot com
2023-03-19 17:22 ` czgf2v at 163 dot com
2023-03-19 17:24 ` czgf2v at 163 dot com
2023-03-19 17:25 ` czgf2v at 163 dot com
2023-03-19 17:26 ` czgf2v at 163 dot com
2023-03-19 17:28 ` czgf2v at 163 dot com
2023-03-19 17:45 ` czgf2v at 163 dot com
2023-03-20  0:51 ` [Bug gdb/30246] gdb record full, br … and rc. Sometime " czgf2v at 163 dot com
2023-03-20 15:33 ` czgf2v at 163 dot com
2023-03-21  4:18 ` sam at gentoo dot org
2023-03-21 15:01 ` [Bug record/30246] " tromey at sourceware dot org
2023-07-05 14:21 ` brobecker at gnat dot com
2023-07-30 22:51 ` brobecker at gnat dot com
2023-07-30 22:53 ` brobecker at gnat 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).