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 cli/23439] New: backtrace not logging to file from inside breakpoint command


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

            Bug ID: 23439
           Summary: backtrace not logging to file from inside breakpoint
                    command
           Product: gdb
           Version: 8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: noelgrandin at gmail dot com
  Target Milestone: ---

gdb --version
GNU gdb (GDB) Fedora 8.1-23.fc28


if I do

  set logging file myfile
  set logging on

  br func1 
  commands
  bt 10
  continue
  end

and then run my program, I can see the breakpoints triggering in the log file,
and the output of the bt command shows up in the console, but the output of the
bt command does not show up in the log file.

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