Discussion:
[Bug cli/23439] New: backtrace not logging to file from inside breakpoint command
noelgrandin at gmail dot com
2018-07-23 10:25:58 UTC
Permalink
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.
tromey at sourceware dot org
2018-07-27 09:03:24 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23439

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...