Better monitor reset before debug

This commit is contained in:
Ivan Kravets 2017-04-03 00:03:35 +03:00
parent 88eebe18be
commit 6e5a1405e5
59 changed files with 118 additions and 118 deletions

View File

@ -27,10 +27,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -27,10 +27,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -27,10 +27,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -33,10 +33,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -29,10 +29,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -30,10 +30,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -30,10 +30,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -29,10 +29,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -23,10 +23,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -39,10 +39,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
},

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -26,10 +26,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -29,10 +29,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -28,10 +28,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}

View File

@ -22,10 +22,10 @@
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor reset halt",
"monitor reset init",
"b main"
]
}