Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
ndk-r13-beta2
ndk-r13-beta2
Switch branch/tag
ndk
ndk-gdb
Find file
Normal view
History
Permalink
ndk-gdb
87 Bytes
Edit
Web IDE
Newer
Older
Add ndk-gdb script to the NDK.
David 'Digit' Turner
committed
15 years ago
1
#!/bin/sh
Use the prebuilt python in the ndk-gdb script.
Josh Gao
committed
9 years ago
2
3
NDK_BIN_DIR
=
$(
dirname
$0
)
${
NDK_BIN_DIR
}
/python
${
NDK_BIN_DIR
}
/ndk-gdb.py
$@