2 * Copyright 2008, Axel Dörfler, axeld@pinc-software.de
3 * Distributed under the terms of the MIT License.
13 evaluate_debug_command("sc");
18 std_ops(int32 op
, ...)
20 if (op
== B_MODULE_INIT
|| op
== B_MODULE_UNINIT
)
27 static struct debugger_module_info sModuleInfo
= {
29 "debugger/auto_stack_trace/v1",
39 module_info
*modules
[] = {
40 (module_info
*)&sModuleInfo
,