
GDB
文章平均质量分 50
hushui
Coding Since 1998
展开
-
gdb uboot relocation/symbol aarch64
[U-Boot] README.arm-relocation: get relocated address in gdb - Patchwork原创 2022-01-26 15:07:51 · 337 阅读 · 0 评论 -
gdb10.2/arm64_kernel 5.10/debug/qemu5
1.1.1 aarch64-linux-gnu- defconfig[lhu3@zch127bld08 linux-stable]$ qemu-system-aarch64 --versionQEMU emulator version 5.0.0Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers[lake@localhost linux-stable]$##### aarch64/...原创 2021-12-01 20:27:54 · 1404 阅读 · 0 评论 -
vscode-cpptools/gdb/linux 远程调试的限制
https://github.com/microsoft/vscode-cpptools1.pipeTransport /miDebuggerServerAddress 冲突 不可同时使用 https://github.com/Microsoft/vscode-cpptools/issues/5282. pipeTransport可以attach ("request"/"attach") 远程process/Linux 但必须指定processId和debugger...原创 2021-03-29 17:13:52 · 637 阅读 · 0 评论 -
gdb non-stop/target-async remote debug
## target / # gdbserver --multi localhost:1234Listening on port 1234Remote debugging from host 10.213.0.8Attached; pid = 379 <<<<<<<< gdb client connect [lake@localhost]$ cat ~/.gdbinitset target-asy..原创 2021-03-26 16:32:10 · 394 阅读 · 0 评论 -
SSH Tennel for Adb/GDB debug NDK
## Step 1OutSideHost/Linux build server/Remote 192.168.1.1root@OutSideHost:/localrepo/root/rm/jci/rm/engine$ netstat -an --tcp |grep 16000Make sure 16000/TCP is not used## Step 2 SSH ...原创 2019-06-14 16:25:46 · 561 阅读 · 0 评论