All Classes |Grouped Classes |Index

Function capture_stack_trace

Captures a stack back trace by walking up the stack and recording the information for each frame.

	static int CL_System::capture_stack_trace(
		int frames_to_skip,
		int max_frames,
		void ** out_frames,
		unsigned int * out_hash = 0);