-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/fix cross compilation (#698)
* Start working on making cross compilation work * Made parts of the event logger that took linuxy types cfg(unix) * Make ptrace_control cfg(unix) * Make nix errors cfg(unix) * Make libc, nix and procfs unix only dependencies * Reshuffle and move to target_os instead of unix * The unix feature would lead to things being compiled on macos and BSDs that doesn't work so moved to more specific target_os = linux. * Moved breakpoint and ptrace to the process_handling module * Move some Pid usage to a ProcessHandle type * Add windows and mac to CI * Make it look like CI passes Why doesn't github actions have allow-failures as a tag smh * Get tarpaulin compiling on windows * Added a bunch of stub functions that currently do nothing. * So many warnings * Hopefully fix apple compilation. Remove the old apple executing code. It has nae function and we're going llvm for apple anyway instead of fucking around with it's stupid system APIs. * Rearrange further I didn't like calling into process_handling module, then back into things in the root then back into process_handling. So a bit of a tidy up. More tidying up will be needed at some point, however I see a lot of this changing as I add in the ability to switch between engines so I'm okay with leaving it in this state * fix multiple imports * Add a dummy step so I can see the logging * remove dummy * Update changelog
- Loading branch information
Showing
15 changed files
with
300 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.