Rowan Hart
Rowan Hart
Thanks for the notes, I'll incorporate these suggestions in the next docs update.
Enabled documentation of loaded object detection for platform BIOS in #42. Still need to document Kernel/userspace.
Likely! Especially for UEFI, we can probably use the FW tracker to pull debuginfo.
Interesting! I've been following the branch you linked for a while. I tried it with SIMICS and it didn't work, although I didn't get as far as figuring out what...
Wow, this is absolutely fantastic! Thank you, I'll test it soon and close this when I have a tutorial :)
Here's a godbolt with the generated headers (test cconv.rs): https://godbolt.org/z/MqPhhzqcf There are a few compile errors which I intentionally left in (like requesting sysv64 on clang/gcc non-x86_64). I can change...
Realized I had a misunderstanding about what the extern_decl flag was doing (toggling `extern` keyword in output). I put it back to how it was, so now that plays nice...
Documented the configuration option added for this feature. Should be ready to merge :)
Calling convention predefines are now emitted in a defined order, should *actually* be ready to merge.
Ok this is great! I will test this as soon as I have a minute. I really appreciate the time you spent to look for a nice way to do...