(toppers-users 1093) Re: tinet h8 3068f_lan の AKI_MONITOR

Katsuhiro Amano amano @ toyotamacs.co.jp
2003年 8月 26日 (火) 18:11:20 JST


アライブビジョンソフトウエア 高橋さん、こんにちは、

トヨタマックス 天野です。
GDB初心者なんで、くだらない質問に回答いただきありがとうございます。

| run を、continue にすればで動くはずです。
|
| カーネル起動のところまでは動くと思います。

下記の様にしたんですが、カーネル起動まで行ってるのかわかりません。
シリアルでログを吐くとGDBで出力されるのでしょうか?
どのようにカーネル起動まで動作したか教えていただけますか?
#バナー表示ぐらいでるのかと思っています。

$ /usr/local/h8/bin/h8300-hms-gdb jsp.exe
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-cygwin --target=h8300-hms"...
(gdb) set machine h8300h
(gdb) set remotebaud 38400
(gdb) target remote /dev/com1
Remote debugging using /dev/com1
0x000080ac in ?? ()
(gdb) load
Loading section .vectors, size 0x100 lma 0x4fff00
Loading section .text, size 0x1e58c lma 0x400000
Loading section .rodata, size 0x546e lma 0x41e58c
Loading section .data, size 0x142c lma 0x4239fc
Start address 0x400000, load size 151334
Transfer rate: 20177 bits/sec, 52 bytes/write.
(gdb) cont
Continuing.