Sign in
cobalt
/
cobalt
/
4fe09471d0134f1d49ad5034a1c8867d6f9f4551
/
.
/
src
/
third_party
/
mozjs
/
js
/
src
/
gdb
/
gdb-tests-gdb.py.in
blob: 37c76a8a170b4a4fdc42377a16aca36c8478bb17 [
file
] [
log
] [
blame
]
"""GDB Python customization auto-loader for GDB test executable"""
#filter substitution
import
os
.
path
sys
.
path
[
0
:
0
]
=
[
os
.
path
.
join
(
'@topsrcdir@'
,
'gdb'
)]
import
mozilla
.
autoload
mozilla
.
autoload
.
register
(
gdb
.
current_objfile
())