Hi, I'd like to know if it is possible to tell GDB that a certain area of memory is readonly. The area is located in a shared memory segment and contains executable code. I want to tell GDB that it is not allowed to set any breakpoints in that area. I hope somebody can help me with this. Thanks. Paul.