summaryrefslogtreecommitdiff
path: root/chanman/debug
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-04 15:03:14 +0100
committerlado <herrlado@gmail.com>2011-11-04 15:03:14 +0100
commit870e917799153ce7616e4890d5c0724372e83b56 (patch)
tree5feb4e933bb760c8d7ae443a02676aeb83b39962 /chanman/debug
downloadvdr-plugin-chanman-870e917799153ce7616e4890d5c0724372e83b56.tar.gz
vdr-plugin-chanman-870e917799153ce7616e4890d5c0724372e83b56.tar.bz2
-m 'initial'
Diffstat (limited to 'chanman/debug')
-rw-r--r--chanman/debug33
1 files changed, 33 insertions, 0 deletions
diff --git a/chanman/debug b/chanman/debug
new file mode 100644
index 0000000..6e47626
--- /dev/null
+++ b/chanman/debug
@@ -0,0 +1,33 @@
+export LANG=it_IT@euro
+export LC_CTYPE=it_IT@euro
+
+emacs debug
+
+gdb ~/vdrVideo/vdr/vdr -s ~/vdrVideo/vdr/PLUGINS/lib/libvdr-chanman.so.1.4.5
+
+break cSecondMenu::Cut()
+break cSecondMenu::Paste()
+
+break cSecondMenu::Propagate()
+
+break cMenuChannels::Setup()
+break cMenuChannels::cMenuChannels()
+break menu.c:417
+
+break chanman.c:599
+
+run -P'softdevice -vo xv:' -Pchanman
+
+
+
+// Salta le funzioni
+(n)ext
+
+// Entra nelle funzioni
+(s)tep
+//Stampa
+(p)rint
+// Continua
+(c)
+// Pulisce breakpoint
+clear \ No newline at end of file