Searched refs:HandleExitUserspace (Results 1 – 1 of 1) sorted by relevance
90 cpu.AddHook(callingConvention.SyscallTrapAddress, HandleExitUserspace); in BreakOnExittingUserspace()94 cpu.RemoveHook(callingConvention.SyscallTrapAddress, HandleExitUserspace); in BreakOnExittingUserspace()310 private void HandleExitUserspace(ICpuSupportingGdb cpu, ulong address) in HandleExitUserspace() method in Antmicro.Renode.Debug.SeL4DebugHelper321 cpu.RemoveHook(address, HandleExitUserspace); in HandleExitUserspace()