Closed
Description
error: line not found in debugger output: static void [...]main();
command: gdb -quiet -batch -nx -command=x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.debugger.script x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.stage2-x86_64-unknown-linux-gnu
stdout:
------------------------------------------
All defined functions:
File /home/cmr/hacking/rust/src/test/debug-info/limited-debuginfo.rs:
static void limited-debuginfo::main(void);
static void limited-debuginfo::some_function(void);
static void limited-debuginfo::some_other_function(void);
static void limited-debuginfo::zzz(void);
I think this might be because my terminal is too wide, or perhaps gdb version differences?