From 7704a9e82822c13f801928b21f55ad9d3953a4a0 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sun, 2 Feb 2020 22:17:01 +0100 Subject: [PATCH] README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 880163e..db8168f 100644 --- a/README.md +++ b/README.md @@ -803,3 +803,8 @@ We see some similarities to the `openocd.gdb` file, we don't need to explicitly ## GDB Advanced Usage There are numerous ways to automate `gdb`. Scripts can be run by the `gdb` command `source` (`so` for short). Scripting common tasks like setting breakpoints, dumping some memory region etc. can be really helpful. + +--- + +For now: +Copyright Per Lindgren <per.lindgren@ltu.se> \ No newline at end of file -- GitLab