Some hacks for the Firefox3 compatibility.
[nethome.git] / .gdbinit
index 4945497..ecf3132 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,5 +1,9 @@
-set history filename /home/short/.gdb_history
+# See .bashrc: export GDBHISTFILE="$HOME/.gdb_history"
+# Should also work <jefyi6bzm6.fsf@sykes.suse.de> (untested):
+# set history filename ~/.gdb_history
 set history save on
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814
+set complaints 0
 define rt
        break $arg0
        run
@@ -10,12 +14,14 @@ define ct
        continue
        end
 define rtl
-       tbreak main
-       run
+       start
        break $arg0
        continue
 #      clear $arg0
        end
+define javadump
+       call _Jv_DeepDebug($arg0)
+       end
 define pglist3
        if (*("$arg1")=='@')
                set var $arg1=struct $arg1