readme
来自「eCos操作系统源码」· 代码 · 共 33 行
TXT
33 行
LEON/TSIM Support=================See <http://www.gaisler.com> for information about the TSIMsimulator and Leon project per se.The simulator TSIM can be run "as one" with GDB by using thescript do-gdb-sim in this directory. The script can be used inautomated testing systems to run as if it were embedded withinGDB. It contains:----------------------------------------------------------------#! /bin/cshtsim-leon -nfp -gdb >& /dev/stdout &sparc-rtems-gdb -nw -nx $*:q----------------------------------------------------------------which simply runs tsim in background, directing its output to thecommon stdout.The command to connect to the simulator target will be (gdb) target remote localhost:1234This fully described in the TSIM documentation from (home) <http://www.gaisler.com/tsim.html> (flyer) <http://www.gaisler.com/doc/tsim-erc32.pdf> (doc) <http://www.gaisler.com/doc/tsim-1.0.18.pdf>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?