Adding non-win8 API for unwind info, but it doesn't work :/

Working on #295.
This commit is contained in:
Ben Vanik
2015-06-26 21:50:32 -07:00
parent 951b2aa5bc
commit 12120262b8
2 changed files with 55 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ class X64CodeCache : public CodeCache {
void InitializeUnwindEntry(uint8_t* unwind_entry_address,
size_t unwind_table_slot, uint8_t* code_address,
size_t code_size, size_t stack_size);
void* LookupUnwindEntry(uintptr_t host_address);
std::wstring file_name_;
HANDLE mapping_;