~aleteoryx/muditaos

e9fae2e321f045560d93be540134599a45f43985 — Marcin Smoczyński 4 years ago c5baf39
[EGD-5869] Add puregdb

Add misc-tools repo containing:
 - linker map file analyzer (firmware size analyzer)
 - gdb's plugin which checks system memory health

Automatically load puregdb at startup of a debug session.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
3 files changed, 5 insertions(+), 0 deletions(-)

M .gdbinit-1051
M .gitmodules
A tools/misc
M .gdbinit-1051 => .gdbinit-1051 +1 -0
@@ 1,5 1,6 @@
target remote localhost:2331
source tools/gdb_crash_extend.py
source tools/misc/puregdb/puregdb.py
monitor reset 0
monitor halt
monitor memU32 0x401BC000 = 128;

M .gitmodules => .gitmodules +3 -0
@@ 75,3 75,6 @@
[submodule "module-utils/sml"]
	path = module-utils/sml
	url = https://github.com/boost-ext/sml
[submodule "tools/misc"]
	path = tools/misc
	url = ../misc-tools.git

A tools/misc => tools/misc +1 -0
@@ 0,0 1,1 @@
Subproject commit f1d9781f3523d96abbe80e6353276a6f550cc308