Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
system_snapshot(3)		 Arcan Lua API		    system_snapshot(3)

NAME
       system_snapshot - Create	a debugging snapshot

SYNOPSIS
       nil
       system_snapshot(	outres )

NOTES
       1      refuses to overwrite outres if it	exists (only appl- destination
	      accepted).

       2      the  format used is the same as used for crash reports and seri-
	      alization	in monitoring mode.

EXAMPLE
       function	system_snapshot0()
	     a = fill_surface(32, 32, 255, 255,	0);
	     move_image(a, 100,	100);
	     zap_resource("testdump.lua");
	     system_snapshot("testdump.lua");
	     tbl = system_load("testdump.lua")();
       end

system				  April	2025		    system_snapshot(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=system_snapshot&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help