]> gitweb.factorcode.org Git - factor.git/commit
keep a map of thread ids to vm pointers. use this to look up the correct VM to handle...
authorJoe Groff <arcata@gmail.com>
Fri, 2 Oct 2009 17:00:01 +0000 (12:00 -0500)
committerJoe Groff <arcata@gmail.com>
Fri, 2 Oct 2009 17:03:05 +0000 (12:03 -0500)
commit435cd02200c6973e2be431a7182f9bbc08837a7b
treed2a6dbe95d9b0d6a00540258dea4062e0fd7e334
parentf867a776d932f21538b1b2f86ade3550f7520174
keep a map of thread ids to vm pointers. use this to look up the correct VM to handle mach exceptions on os x
vm/factor.cpp
vm/mach_signal.cpp
vm/os-unix.hpp
vm/os-windows-nt.hpp
vm/vm.hpp