aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
AgeCommit message (Expand)Author
2015-11-16Move gdbserver out of prebuilt/.Dan Albert
2015-11-16Move host-tools into its own directory.Dan Albert
2015-11-16Move ndk-gdb into the host-tools package.Dan Albert
2015-11-16ndk-gdb: don't warn when using pretty printer 'none'.Josh Gao
2015-11-16ndk-gdb: make -x work.Josh Gao
2015-11-13ndk-gdb: search for gdbrunner in python-packages dir.Josh Gao
2015-11-13ndk-gdb.py: add pretty printer support.Josh Gao
2015-11-13ndk-gdb.py: fix library pulling.Josh Gao
2015-11-13ndk-gdb.py: fix changed prebuilt path.Josh Gao
2015-11-11Rewrite ndk-gdb.py to use gdbrunner module.Josh Gao
2015-09-16[ndk-gdb.py] Fix gdb.setup paths on win32.Josh Gao
2015-09-16[ndk-gdb.py] Copy gdbserver to app directory on M+.Josh Gao
2015-09-16[ndk-gdb.py] Improve error message.Josh Gao
2015-09-16[ndk-gdb.py] Make ctrl-c behavior more correct.Josh Gao
2015-09-16[ndk-gdb.py] Reuse the result of adb shell ps.Josh Gao
2015-09-09[ndk-gdb.py] Fix project relative paths.Josh Gao
2015-09-08[ndk-gdb.py] Select which ps command to run on the device.Josh Gao
2015-09-08Expand tilde in ndk-gdb.py project path argument.Josh Gao
2015-09-04More ndk-gdb.py argument tweaks.Josh Gao
2015-09-04Replace useless call to ls with useless call to echo for speed.Josh Gao
2015-09-04Fix output indentation.Josh Gao
2015-09-04Use the detected app directory for the device gdbserver path.Josh Gao
2015-09-03Correct platform path used by ndk-gdb.py.Josh Gao
2015-09-02Remove lie.Josh Gao
2015-09-02Use the multiarch gdb path.Josh Gao
2015-09-02Remove DEVICE_SERIAL global from ndk-gdb.py.Josh Gao
2015-09-02Remove unnecessary close.Josh Gao
2015-09-02Clean up ndk-gdb arguments.Josh Gao
2015-01-22Three fixes for ndk-gdb and ndk-gdb.py:Alexander Ivchenko
2015-01-19Fix ndk-gdb.py for debugging applications on x86_64Alexander Ivchenko
2014-01-06Fix ndk-gdb.py failure on missing directory.Todd Fiala
2013-08-11ndk-gdb.py: Fix ndk_bin_path determinationRay Donnelly
2013-08-11ndk-gdb.py: Handle quoted paths in find_programRay Donnelly
2013-07-28Minor tidy-ups for ndk-gdb.pyRay Donnelly
2013-06-14PyPrPr :: Added --stdcxx-py-pr argument and support to ndk-gdb.pyRay Donnelly
2013-06-05Implement java-wait feature in ndk-gdb.pyRay Donnelly
2013-06-04Add --gnumake-flag to ndk-gdb.py to allow customizationRay Donnelly
2013-04-09Fix ndk-gdb to search compatibile ABI in order of CPU_ABISAndrew Hsieh
2013-01-08Added ndk-gdb{.py|-py|-py.cmd}Ray Donnelly