[gdb] add imshow module

This commit is contained in:
Mathieu Maret 2022-09-22 15:49:14 +02:00 committed by Mathieu Maret
parent 67bbdc79b1
commit e6b9d84f02
3 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,8 @@ source ~/config/gdb/commands2.py
source ~/config/gdb/gdb-dashboard/.gdbinit
#source ~/config/gdb/gdbinit/gdbinit
#Show OpenCV Mat with "cv_imshow imageMat"
source ~/config/gdb/imshow/cv_imshow.py
define exit
kill
quit

3
.gitmodules vendored
View File

@ -19,3 +19,6 @@
[submodule "zplug"]
path = zplug
url = https://github.com/zplug/zplug
[submodule "gdb/imshow"]
path = gdb/imshow
url = https://github.com/renatoGarcia/gdb-imshow.git

1
gdb/imshow Submodule

@ -0,0 +1 @@
Subproject commit 4b68b6717983c7efa8e3477029179ae7afb6fe0f