Returns the function names and lines for the specified stack frame addresses.
static std::vector<CL_String> CL_System::get_stack_frames_text( void ** frames, int num_frames);
Detailed description:
On Linux, to obtain function names, remember to link with the -rdynamic flag