[swift-inspect] full Android implementation including heap iteration

This commit is contained in:
Andrew Rogers
2024-11-11 15:06:05 -08:00
parent d2801ecee9
commit f981f35fb5
19 changed files with 661 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
module LinuxSystemHeaders {
header "auxvec.h"
header "elf.h"
header "errno.h"
header "link.h"
header "mman.h"
header "ptrace.h"
header "signal.h"
header "uio.h"
header "unistd.h"
header "wait.h"
export *
}