mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
LibCoredump: Add Coredump::Inspector
The coredump Inspector implements the ProcessInspector interface for a coredump. It is implemented using Coredump::Reader.
This commit is contained in:
parent
ac762fbbc3
commit
1c0a7cde63
5 changed files with 125 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
Backtrace.cpp
|
||||
Inspector.cpp
|
||||
Reader.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue