Describe the bug
Redirection to stdin of gdb creates a lot of noise in output, a lot of empty prompts.
Use gdb -q --command=<output_file_from_reader_py> instead.
Pls add quit as the last command in the reader output to quit gdb at the end automatically.
Describe the bug
Redirection to stdin of gdb creates a lot of noise in output, a lot of empty prompts.
Use
gdb -q --command=<output_file_from_reader_py>instead.Pls add
quitas the last command in the reader output to quit gdb at the end automatically.