summaryrefslogtreecommitdiff
path: root/tools/gdbinit
blob: 92d1e31b47c2a3cb5cd0cd9f9ed9a9d26f6d1fdb (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: CC0-1.0

target extended-remote :3333
set remote hardware-watchpoint-limit 2
mon reset halt
flushregs
thb app_main
c