gdb+gdbserver

gdb移植:

export PATH=/home/zhaiyy/toolchain/mipsel-34kv3r1-20121018/bin:$PATH

export TARGET="mipsel-34kv3r1-linux-gnu"
export HOST="mipsel-34kv3r1-linux-gnu"

export CC="${HOST}-gcc"
export CXX="${HOST}-g++"
export AR="${HOST}-ar"
export AS="${HOST}-as"
export RANLIB="${HOST}-ranlib"
export LD="${HOST}-ld"
export STRIP="${HOST}-strip"

./configure --host=$HOST --target=$TARGET --without-ada --enable-termcap --with-shared --prefix=/home/zhaiyy/ncurses
make &make install

/home/zhaiyy/gdb-7.3/configure --host=$HOST --target=$TARGET --enable-shared --disable-gdbtk --disable-tui --without-included-regex --without-included-gettext --prefix=/home/zhaiyy/gdb
make &make install

gdb+gdbserver:

network_init.sh
ifconfig eth0 down
ifconfig eth0 hw ether 22:54:76:19:BA:CC
ifconfig eth0 109.123.122.109
ifconfig eth0 109.123.122.109 up
ping 109.123.122.225
usb_start.sh
cd dtv/usb/sda1/
./gdbserver --debug --remote-debug 109.123.122.109:2345 test
./gdbserver --debug --remote-debug 109.123.122.109:2345 --attach 129
set solib-search-path /home/zhaiyy/toolchain/arm-v7a15v3r1-20121018/arm-v7a15v3r1-linux-gnueabi/sys-root/lib/
set remotetimeout 60
target remote 109.123.122.109:2345

(gdb) set solib-absolute-prefix /androidsrc/out/target/product/generic/symbols/
(gdb) set solib-search-path /androidsrc/out/target/product/generic/symbols/system/lib/

solib-absolute-prefix :设置查找共享库的前缀,作为查找so库路径的前缀;
solib-search-path :设置so库的查找路径,它是在根据solib-absolute-prefix 查找库失败后使用

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值