Use temporary breakpoints for debug

This commit is contained in:
Ivan Kravets 2017-04-13 19:59:53 +03:00
parent b31bc3b413
commit c28dbe7bfa
59 changed files with 125 additions and 125 deletions

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -44,7 +44,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -30,9 +30,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -32,9 +32,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -32,9 +32,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -31,9 +31,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -25,9 +25,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
},
"blackmagic": {
@ -49,7 +49,7 @@
"set mem inaccessible-by-default off",
"file $PROG_PATH",
"load $PROG_PATH",
"b main"
"tb main"
]
}
},

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -28,9 +28,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -30,9 +30,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -30,9 +30,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -29,9 +29,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
],
"onboard": true
}

View File

@ -24,9 +24,9 @@
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"monitor reset init",
"b main"
"tb main"
]
}
}