pub fn notify_module_load(module_name: &str, address: usize, length: usize)
Notifies the debugger of a module load at the provided address and length. This should be invoked before the module has begun execution.