kvm_nlist failing on arm?
Waitman Gobble
gobble.wa at gmail.com
Tue Apr 7 00:32:29 UTC 2015
Hi,
I'm having an issue with kvm_nlist failing on armv6 machine, but works
on amd64 machines. Anyone have an idea about this?
simple example
static struct nlist nl[] = {
#define N_HCI_RAW 0
{ "_ng_btsocket_hci_raw_sockets" },
};
kvm_t *kvmd = NULL;
kvmd = kvm_openfiles(NULL, memf, NULL, O_RDONLY, errbuf);
kvm_nlist(kvmd, nl);
if (nl[0].n_type == 0) {
/* bomb - problem */
}
# uname -a
FreeBSD ARTiming150301 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r279488:
Sun Mar 1 10:27:33 PST 2015
waitman at rpidev.waitman.net:/usr/home/waitman/crochet-freebsd/work/obj/arm.armv6/usr/src/sys/TMRDEV
arm
Thanks,
--
Waitman Gobble
Los Altos California USA
510-830-7975
More information about the freebsd-arm
mailing list