⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdbcpu32.h

📁 可重用的GDB Stub源代码,支持多种嵌入式平台和体系结构.
💻 H
字号:
#ifndef GDBCPU32_H
#define GDBCPU32_H

/* cause software breakpoint; we use trap #0 here because gdb uses trap #1
   and we need to be able to tell the difference (we expect gdb to replace
   its trap #1 instructions with valid code after a placed breakpoint is
   hit; compiled-in breakpoints are not replaced with anything, however */
#define COMPILED_IN_BREAKPOINT asm(" trap #0")

void gdb_interrupt_handler(void);
void gdb_cout ( const char *buf );

#endif /* GDBCPU32_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -