Added a dummy non-working GDB init file to access debug.cpp functions. Presumably...
authorbriantrice <briantrice@gmail.com>
Thu, 3 Jun 2010 19:58:17 +0000 (12:58 -0700)
committerbriantrice <briantrice@gmail.com>
Thu, 3 Jun 2010 19:58:17 +0000 (12:58 -0700)
.gdbinit [new file with mode: 0644]

diff --git a/.gdbinit b/.gdbinit
new file mode 100644 (file)
index 0000000..103616d
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,23 @@
+define sym
+p print_symbol($arg0)
+end
+
+define obj
+p print_object(heap, $arg0)
+end
+
+define detail
+p print_detail(heap, $arg0)
+end
+
+define stack
+p print_stack($arg0)
+end
+
+define sl8bt
+p print_backtrace($arg0)
+end
+
+define sl8usage
+p print_objects($arg0)
+end