1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/gdb.sh
2016-09-27 17:20:58 +02:00

5 lines
127 B
Bash
Executable File

#!/bin/bash
BUILD_DIR=vendor/micropython/stmhal/build-TREZORV2
gdb $BUILD_DIR/firmware.elf -ex 'target remote localhost:3333'