Hi,
Under UML bash, I gdb a multithreading program, and set a
breakpoint on thread entry function,
But when run it, gdb is not stop at the breakpoint,
instead, program exit because:
Program terminated with signal SIGTRAP, Trace/breakpoint
trap.
Why?
Thanks.