Fetch the size of the shared cache address range in VM in the inferior process and return it, if possible. This allows for a simple call to DynamicLoader::GetSharedCacheInformation to get the virtual address extent of the shared cache in the inferior. It's a minor addition to the method that fetches the shared cache filepath from the inferior, plus piping it up through lldb's layers. --------- Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
5 lines
60 B
Makefile
5 lines
60 B
Makefile
C_SOURCES := main.c
|
|
MAKE_DSYM := NO
|
|
|
|
include Makefile.rules
|