SWDEV-241902 - Using COMGR APIs for extracing code object.
Change-Id: I96f1cee9c28f89f0b0fa5af0c2ae7966beb3207d
[ROCm/clr commit: 0d9e1de4e3]
This commit is contained in:
committed by
Karthik Jayaprakash
parent
cb4aa60a37
commit
c5c1b7fd56
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user