This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18059] New: Why can't "record instruction-history" and "record function-call-history" work with "record full"?


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

            Bug ID: 18059
           Summary: Why can't "record instruction-history" and "record
                    function-call-history" work with "record full"?
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

If I'm doing full recording, why can't I see the instruction history or
function call history?
Is there an error in my mental model of how this is supposed to work?

(gdb) record inst
You can't do that when your target is `record-full'
(gdb) record func
You can't do that when your target is `record-full'
(gdb)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]