Sign in
fuchsia
/
third_party
/
glib
/
0fba231a6ba7029f645d5be89f961831ef2676d4
/
.
/
gobject
/
libgobject-gdb.py.in
blob: e8b9dee349f1f173570e64d30350cc96936c1cfc [
file
] [
log
] [
blame
]
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
())