I am writing a script that runs GDB and a series of GDB commands.
One of my commands file myfile.elf generates warning messages;
warning: Loadable segment ".func_addrs" outside of ELF segments
warning: Loadable segment ".aux_info" outside of ELF segments
I have tried using the set verbose off command in GDB to try to turn these off but it didn't work.
Does anyone know how I can stop these messages?
Thanks!
There isn't a way to do this in gdb.
You can disable all output using "set logging". Or you could redirect it to a file, then grep out the offending lines, displaying the rest.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With