1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 13:27:34 +00:00

Kernel: Make Thread::backtrace() fallible using KString

This commit is contained in:
Idan Horowitz 2022-01-11 22:44:29 +02:00
parent 06af81fcfb
commit 9a7cd8fef8
3 changed files with 16 additions and 17 deletions

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/StringBuilder.h>
#include <AK/StringView.h>
#include <Kernel/KBuffer.h>
#include <stdarg.h>