Sign in
android
/
platform
/
tools
/
security
/
c31822d8b1c748df10f07d9afb4ae3d9f712ef78
/
.
/
gdb
/
gdb_json_printer
/
gdbinit
blob: 1410988f07ab098be017569a45dafab92651fc5f [
file
] [
log
] [
blame
]
set
auto
-
load python
-
scripts off
python
import
sys
sys
.
path
.
insert
(
0
,
'<path_to_gdb_json_printer>'
)
from
gdb_json_printer
.
printers
import
register_printers
register_printers
()
end