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
66 B
C
5 lines
66 B
C
#include <stdio.h>
|
|
int main() {
|
|
printf("hi\n"); // break here
|
|
}
|