backtrace

  1. A

    Trigger an interrupt when the value of a memory location is modified in FreeBSD

    Is it possible to generate an interrupt when the value of a variable or memory location get modified in FreeBSD or Linux environment using C program ? In a C application there is an dynamically allocated array which is being used/modified from multiple locations. The application is pretty large...
Back
Top