public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug record/31911] New: Execution history should be saved per inferior
@ 2024-06-19 12:01 blarsen at redhat dot com
  0 siblings, 0 replies; only message in thread
From: blarsen at redhat dot com @ 2024-06-19 12:01 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 31911
           Summary: Execution history should be saved per inferior
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: record
          Assignee: unassigned at sourceware dot org
          Reporter: blarsen at redhat dot com
  Target Milestone: ---

The record subsystem was added to gdb before we could handle multiple inferior.
As such, it was enough to have a global variable that stored things like the
the execution history, the amount of instruction saved and so on (see list of
global variables in gdb/record-full.c).

All this information should be saved on a per-inferior basis. One way to do it
is putting it inside the "class inferior" in gdb/inferior.h; either saving them
directly, or using gdb's registry system (though I'm not sure I like this
second option). Another possibility would be saving the history in the record
target, if information saved in the target is not duplicated across inferiors.

This will improve our ability to record one or many inferiors at once.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-19 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-19 12:01 [Bug record/31911] New: Execution history should be saved per inferior blarsen 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).