
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 · 347 阅读 · 0 评论 -
gdb10.2/arm64_kernel 5.10/debug/qemu5
1. 1.1 aarch64-linux-gnu- defconfig [lhu3@zch127bld08 linux-stable]$ qemu-system-aarch64 --version QEMU emulator version 5.0.0 Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers [lake@localhost linux-stable]$ ##### aarch64/...原创 2021-12-01 20:27:54 · 1435 阅读 · 0 评论 -
vscode-cpptools/gdb/linux 远程调试的限制
https://github.com/microsoft/vscode-cpptools 1.pipeTransport /miDebuggerServerAddress 冲突 不可同时使用 https://github.com/Microsoft/vscode-cpptools/issues/528 2. pipeTransport可以attach ("request"/"attach") 远程process/Linux 但必须指定processId和debugger...原创 2021-03-29 17:13:52 · 668 阅读 · 0 评论 -
gdb non-stop/target-async remote debug
## target / # gdbserver --multi localhost:1234 Listening on port 1234 Remote debugging from host 10.213.0.8 Attached; pid = 379 <<<<<<<< gdb client connect [lake@localhost]$ cat ~/.gdbinit set target-asy..原创 2021-03-26 16:32:10 · 417 阅读 · 0 评论 -
SSH Tennel for Adb/GDB debug NDK
## Step 1 OutSideHost/Linux build server/Remote 192.168.1.1 root@OutSideHost:/localrepo/root/rm/jci/rm/engine$ netstat -an --tcp |grep 16000 Make sure 16000/TCP is not used ## Step 2 SSH ...原创 2019-06-14 16:25:46 · 582 阅读 · 0 评论