gdb and thread sanitizer gcc, how to stop on warning/error
I tried to run a program compiled with thread sanitizer under gdb control. I simply want to stop if an warning/error occurs.
I tried to run a program compiled with thread sanitizer under gdb control. I simply want to stop if an warning/error occurs.