On 11/9/18 4:21 PM, Alex Bennée wrote: > It turns out symbol resolution isn't enough as modern kernels are > often padded with check code at the start of functions. GDB seems to > put the breakpoint at the first non-check instruction which causes > comparisons with the symbol resolution to fail.
If you want breakpoints at a fixed location, use "*symbol", which will disable gdb's prologue checking. r~