Hi Sven, On 26.03.19 09:48, Sven Schnelle wrote: > Another thing is that for software breakpoints we would need to > modify kernel text. Currently it's EXEC only (which is good) but > that doesn't work with kgdb for obvious reasons. Would it be ok to > set it to RWX when KGDB is enabled? Sure, but you could use the function set_kernel_text_rw()... Helge