You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
367 B
21 lines
367 B
target remote :3333 |
|
|
|
# Don't let GDB get confused while stepping |
|
define hook-step |
|
mon cortex_m maskisr on |
|
end |
|
define hookpost-step |
|
mon cortex_m maskisr off |
|
end |
|
|
|
mon init |
|
mon stm32_init |
|
# mon reset halt |
|
mon poll |
|
mon cortex_m maskisr auto |
|
set mem inaccessible-by-default off |
|
set print pretty |
|
source Debug/PX4 |
|
|
|
echo PX4 resumed, press ctrl-c to interrupt\n |
|
continue
|
|
|