diff options
author | Linus Groh <mail@linusgroh.de> | 2021-01-13 23:59:22 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-15 23:26:47 +0100 |
commit | 568cde5e233633da1cc199406374bb996236b3cf (patch) | |
tree | 92679e17dc3dd20d7279128fd7333eda13e72e2f /Kernel/KBufferBuilder.cpp | |
parent | 7ad9b116f7aef7bce5f8b7abe6095aa7a71804ee (diff) | |
download | serenity-568cde5e233633da1cc199406374bb996236b3cf.zip |
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
This is in preparation of adding (much) more process information to
coredumps. As we can only have one null-terminated char[] of arbitrary
length in each struct it's now a single JSON blob, which is a great fit:
easily extensible in the future and allows for key/value pairs and even
nested objects, which will be used e.g. for the process environment, for
example.
Diffstat (limited to 'Kernel/KBufferBuilder.cpp')
0 files changed, 0 insertions, 0 deletions