Show page source of GDB #102788

= Linux on gdb simulation =
This target only testing.

== Required software ==
 * gdb with I/O simulation enhance patch.
   * Source code is [https://osdn.jp/users/ysato/pf/binutils_gdb/wiki/FrontPage here.] It include h8300-unkown-linux changes.

== How to run ==
examples below.
{{{
$ h8300-unknown-linux-gdb vmlinux
(gdb) target sim
(gdb) sim sci pty
(gdb) sim intmode 1
(gdb) load
(gdb) run earlyprintk=h8300-sim console=ttySC0
}}}