repo.or.cz
/
cslatevm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
635dc69
)
Added a dummy non-working GDB init file to access debug.cpp functions. Presumably...
author
briantrice
<briantrice@gmail.com>
Thu, 3 Jun 2010 19:58:17 +0000 (12:58 -0700)
committer
briantrice
<briantrice@gmail.com>
Thu, 3 Jun 2010 19:58:17 +0000 (12:58 -0700)
.gdbinit
[new file with mode: 0644]
patch
|
blob
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