Skip to content

Commit

Permalink
cleaned up startup code, LOT less thrashing, consistent startup/reset…
Browse files Browse the repository at this point in the history
…/restart
  • Loading branch information
haneefdm committed Jan 29, 2022
1 parent ae366e2 commit 07e1d2b
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 119 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
"svg.preview.background": "transparent",
"cortex-debug.registerUseNaturalFormat": false,
"cSpell.words": [
"aarch",
"cdasm",
"cdmem",
"dprintf",
"insn",
"insns",
"instrs",
"Logpoints",
"Syms"
"Syms",
"xtensa"
]
}
2 changes: 1 addition & 1 deletion src/backend/mi2/mi2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class MI2 extends EventEmitter implements IBackend {
if (!this.actuallyStarted) {
if (os.platform() === 'linux') {
this.log('log', 'Error: Unable to start GDB. Make sure you can start gdb from the command-line and run\n' +
' a command like "echo hello". If you cannot, it is most likely becaues "libncurses5" is not installed.\n');
' any command like "echo hello". If you cannot, it is most likely because "libncurses5" is not installed.\n');
}
}
ServerConsoleLog('GDB: exited', this.pid);
Expand Down
Loading

0 comments on commit 07e1d2b

Please sign in to comment.