using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Xenia.Debug { public class Callstack { public class Frame { // function // address // stack pointer // possible to get args? } // thread // frames } }