Skip to content

Commit

Permalink
Added a dummy non-working GDB init file to access debug.cpp functions…
Browse files Browse the repository at this point in the history
…. Presumably header support will make it work.
  • Loading branch information
briantrice committed Jun 3, 2010
1 parent 635dc69 commit 727f723
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .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

0 comments on commit 727f723

Please sign in to comment.