projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
spec: Remove kdbus-extension packages for _with_da_profile
[platform/upstream/glib.git]
/
gobject
/
libgobject-gdb.py.in
1
import sys
2
import gdb
3
4
# Update module path.
5
dir_ = '@datadir@/glib-2.0/gdb'
6
if not dir_ in sys.path:
7
sys.path.insert(0, dir_)
8
9
from gobject_gdb import register
10
register (gdb.current_objfile ())