mkonshie
mkonshie
@gcmoreira Does the linked PR resolve your issue as well?
Hi, Yes, dwarf2json currently stores JSON in memory before writing it out. Given the current constraints, it is not feasible to incrementally write out the JSON for the types and...
Some form of what you are suggesting could be worth investigating, but it would not be trivial because dwarf2json does not operate on the DWARF types and symbols directly from...
Sorry for the delay on this, I was able to discuss this with the dwarf2json maintainers. This issue and discussion has been about the conflict between Rust and C types....
I opened a PR that will be a short-term fix for this problem and will unblock existing plugins. I will keep this issue open to continue discussing how Rust types/symbols...