Is there anyway to break on gdb
when $r1
equals to a certain string I know there is :
break [addr] if ((int)strcmp($r1, "hello")) == 0
But what to set in addr when I just wanna break when the r1 is "hello" no matter the current function/address?