Kernel: Pass full path of output coredump file to CoreDump

This commit is contained in:
Itamar 2020-11-13 22:38:58 +02:00 committed by Andreas Kling
commit 39890af833
Notes: sideshowbarker 2024-07-19 00:50:35 +09:00
4 changed files with 15 additions and 11 deletions

View file

@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <Kernel/CoreDump.h>
#include <Kernel/Process.h>
#include <Kernel/Profiling.h>