SWDEV-241902 - Using COMGR APIs for extracing code object.

Change-Id: I96f1cee9c28f89f0b0fa5af0c2ae7966beb3207d


[ROCm/clr commit: 0d9e1de4e3]
This commit is contained in:
kjayapra-amd
2021-08-10 11:42:51 -04:00
committed by Karthik Jayaprakash
parent cb4aa60a37
commit c5c1b7fd56
4 changed files with 65 additions and 2 deletions
+6
View File
@@ -935,6 +935,12 @@ bool Os::MemoryMapFileTruncated(const char* fname, const void** mmap_ptr, size_t
return true;
}
bool Os::FindFileNameFromAddress(const void* image, std::string* fname_ptr, size_t* foffset_ptr) {
// TODO: Implementation on windows side pending.
return false;
}
} // namespace amd
#endif // _WIN32 || __CYGWIN__