Mercurial > libanimone
comparison src/fd/xnu.cc @ 19:6596be6917a1
dep/animone: prepare for v1.0 release; it should be ready by now
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Tue, 11 Jun 2024 04:38:51 -0400 |
| parents | 27b988a1048c |
| children | 973734ebd2be |
comparison
equal
deleted
inserted
replaced
| 18:04b412228ca7 | 19:6596be6917a1 |
|---|---|
| 1 /* | |
| 2 * fd/xnu.cc: support for macOS's kernel | |
| 3 * | |
| 4 * this used to have all sorts of hacks for getting the process name, | |
| 5 * but ultimately I just decided that it's better to just parse the | |
| 6 * PID path from xnu, which should work perfectly fine. | |
| 7 */ | |
| 1 #include "animone/fd/xnu.h" | 8 #include "animone/fd/xnu.h" |
| 2 #include "animone.h" | 9 #include "animone.h" |
| 3 #include "animone/util/osx.h" | |
| 4 | 10 |
| 5 #include <cassert> | 11 #include <cassert> |
| 6 #include <memory> | 12 #include <memory> |
| 7 #include <string> | 13 #include <string> |
| 8 #include <unordered_map> | 14 #include <unordered_map> |
