1 Star 0 Fork 0

Zam Sun / Nodemcu-GitFork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gdbinit 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
sergio 提交于 2019-02-17 21:26 . trailing spaces cleanup (#2659)
#
# This is very much a work in progress to show how we can use macros to make the
# GDB interface a lot more useable. For example the next / step commands only
# work if the stepper doesn't leave the current scope. Beyond that you have a
# single hardware breakpoint which can be used as an hb or a wa. You have to
# remember to delete the previous one, so the br macro does this for you.
#
file app/.output/eagle/debug/image/eagle.app.v6.out
#set remotedebug 1
set remotelogfile gdb_rsp_logfile.txt
set serial baud 115200
set remote hardware-breakpoint-limit 1
set remote hardware-watchpoint-limit 1
#set debug xtensa 4
target remote /dev/ttyUSB0
set confirm off
set print null-stop
define br
d
hb $arg0
end
define upto
d
hb $arg0
c
end
set pagination off
set history filename ~/.gdb_history
set history save on
set history size 1000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitee-sunzhaomeng/nodemcu-firmware.git
git@gitee.com:gitee-sunzhaomeng/nodemcu-firmware.git
gitee-sunzhaomeng
nodemcu-firmware
Nodemcu-GitFork
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891