Variable StackTrace.Frame.addr

address of the frame

struct StackTrace.Frame
{
  // ...
  void* addr ;
  // ...
}