Failing to insert a break point in gdb

![Screenshot%20from%202019-06-23%2018-19-45|690x387](upload://yc3UrPGiyqLbRLMggSgt6f1Ki3p.jpeg

Help pleeeez
I’m new to this trying to set a brk pnt at *ret
To view ESP , eip
To exploit a buffet overflow

Using hbreak instead of break can usually work around problems like this as long as you don’t hit the limit on hardware breakpoints. try examining rsp instead of esp

Thanks I’ll check it out