Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
10
gobject/libgobject-gdb.py.in
Normal file
10
gobject/libgobject-gdb.py.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import sys
|
||||
import gdb
|
||||
|
||||
# Update module path.
|
||||
dir_ = '@datadir@/glib-2.0/gdb'
|
||||
if not dir_ in sys.path:
|
||||
sys.path.insert(0, dir_)
|
||||
|
||||
from gobject_gdb import register
|
||||
register (gdb.current_objfile ())
|
||||
Loading…
Add table
Add a link
Reference in a new issue