creport: Skeleton reading of Code Regions.

This commit is contained in:
Michael Scire
2018-06-25 04:38:54 -06:00
parent fd6fa89122
commit f189610af8
5 changed files with 92 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ class ThreadInfo {
(*this) = {};
}
u64 GetPC() { return context.pc; }
u64 GetLR() { return context.lr; }
bool ReadFromProcess(Handle debug_handle, u64 thread_id, bool is_64_bit);
private:
void TryGetStackInfo(Handle debug_handle);