Variable StackTrace.frames

frames of the stack trace

struct StackTrace
{
  // ...
  StackTrace.Frame[] frames ;
  // ...
}