📄 dbgspt_common.h
字号:
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.02.02 * Released by T-Engine Forum(http://www.t-engine.org) at 2006/8/9. * *---------------------------------------------------------------------- *//* * @(#)dbgspt_common.h (tk) * * T-Kernel Debugger Support */#ifndef __TK_DBGSPT_COMMON_H__#define __TK_DBGSPT_COMMON_H__/* * System-dependent definition */#if STD_SH7727# include <tk/sysdepend/std_sh7727/dbgspt_depend.h>#endif#if STD_SH7751R# include <tk/sysdepend/std_sh7751r/dbgspt_depend.h>#endif#if MIC_M32104# include <tk/sysdepend/mic_m32104/dbgspt_depend.h>#endif#if STD_S1C38K# include <tk/sysdepend/std_s1c38k/dbgspt_depend.h>#endif#if STD_MC9328# include <tk/sysdepend/std_mc9328/dbgspt_depend.h>#endif#if MIC_VR4131# include <tk/sysdepend/mic_vr4131/dbgspt_depend.h>#endif#if STD_VR5500# include <tk/sysdepend/std_vr5500/dbgspt_depend.h>#endif#if STD_MB87Q1100# include <tk/sysdepend/std_mb87q1100/dbgspt_depend.h>#endif#if STD_SH7760# include <tk/sysdepend/std_sh7760/dbgspt_depend.h>#endif#endif /* __TK_DBGSPT_COMMON_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -