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/16536] New: "set record instruction-history-size unlimited" is not work


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

            Bug ID: 16536
           Summary: "set record instruction-history-size unlimited" is not
                    work
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: teawater at gmail dot com

(gdb) help set record instruction-history-size unlimited
Set number of instructions to print in "record instruction-history".
A size of "unlimited" means unlimited instructions.  The default is 10.
(gdb) set record instruction-history-size unlimited
(gdb) n
Do you want to auto delete previous execution log entries when record/replay
buffer becomes full (record full stop-at-limit)?([y] or n) n

0x000000000075fbbc in dwarf2_frame_cache (this_frame=0x2b34bc0,
this_cache=0x2b34bd8)
    at ../../binutils-gdb/gdb/dwarf2-frame.c:1153
1153        for (regnum = 0; regnum < num_regs; regnum++)
Process record: stopped by user.

-- 
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]