Mercurial > minori
comparison dep/animone/src/fd/xnu.cc @ 310:a4257370de16
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 | b1f625b0227c |
| children | a7d4e5107531 |
comparison
equal
deleted
inserted
replaced
| 309:bf89fbf7ff38 | 310:a4257370de16 |
|---|---|
| 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> |
