20 #include "pedigree/kernel/debugger/commands/Backtracer.h" 21 #include "pedigree/kernel/debugger/Backtrace.h" 22 #include "pedigree/kernel/utilities/StaticString.h" 24 Backtracer::Backtracer()
28 Backtracer::~Backtracer()
36 output =
"<address> (optional)";
45 bt.prettyPrint(output);
void performBacktrace(InterruptState &state)
bool execute(const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen)
const NormalStaticString getString()
void autocomplete(const HugeStaticString &input, HugeStaticString &output)