aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb
AgeCommit message (Expand)Author
2022-10-19Fix bash interpreter invocation in shell scripts.Tomasz 'CeDeROM' CEDRO
2022-01-25Factor out bash code for host detection and python3 findingRyan Prichard
2022-01-07Upgrading ndk-gdb from python2 to python3zijunzhao
2021-12-16Revert "Upgrading ndk-gdb from python2 to python3"Zijun Zhao
2021-12-15Upgrading ndk-gdb from python2 to python3zijunzhao
2019-06-28Fix quoting to handle paths containing spaces.Fergus Henderson
2016-03-14Use the prebuilt python in the ndk-gdb script.Josh Gao
2016-03-10ndk-gdb: don't use readlink -f in the wrapper script.Josh Gao
2015-09-16[ndk-gdb.py] Remove ndk-gdb bash script.Josh Gao
2015-06-24Remove bitcode support from ndk-gdb.Elliott Hughes
2015-02-13Fixes to handle adb return value properlyAndrew Hsieh
2015-01-22Three fixes for ndk-gdb and ndk-gdb.py:Alexander Ivchenko
2015-01-15Fix ndk-gdb for debugging applications on x86_64Alexander Ivchenko
2014-12-09ndk-gdb: add a command-line switch to allow overriding of package nameYu Xiaolei
2014-11-12Remove bashisms in ndk-gdbAndrew Hsieh
2014-02-13ndk-gdb: quote variables in test expressionYu Xiaolei
2014-02-10Support APP_ABI=armeabi-v7a-hardAndrew Hsieh
2013-11-19Merge "Debugging for unknown arch."Andrew Hsieh
2013-11-18Merge "Push gdbserver if not found on device."Andrew Hsieh
2013-11-14Debugging for unknown arch.Cole Wang
2013-11-14Push gdbserver if not found on device.Cole Wang
2013-11-12Fix ndk-build fails in cygwin if NDK package is referenced via symlinkAndrew Hsieh
2013-06-10Move ndk-common.sh to build/tools/David 'Digit' Turner
2013-06-06Merge "ndk-gdb: add "am start -D" support"Andrew Hsieh
2013-04-09Fix ndk-gdb to search compatibile ABI in order of CPU_ABISAndrew Hsieh
2012-12-12ndk-gdb: add "am start -D" supportRyan V. Bissell
2012-09-21Bail out when NDK installation path contains spaceAndrew Hsieh
2012-08-27Only take the last line of output for ndk-build DUMP_XXXXDavid 'Digit' Turner
2012-08-07Enhance ndk-gdb to handle list of ABIs in cpu.abi and cpu.abi2Andrew Hsieh
2012-07-27Fix ndk-gdb when APP_ABI contains "all"Andrew Hsieh
2012-07-02Fix ndk-gdb to also pull /system/bin/linkAndrew Hsieh
2012-06-29Fixed ndk-gdb to accept device serial which contains spaceAndrew Hsieh
2012-05-16Pass flags to all adb in ndk-gdbAndrew Hsieh
2012-02-14Custom output directory support with NDK_OUTDavid 'Digit' Turner
2011-11-24ndk-gdb: Fix for when the 'adb' path contains spacesDavid 'Digit' Turner
2011-11-24Fix the use of $@ in all shell scriptsDavid 'Digit' Turner
2011-10-27ndk-gdb: Fix debugging of private servicesDavid 'Digit' Turner
2011-03-24ndk-gdb: Fixes for Darwin and --project optionDavid 'Digit' Turner
2011-03-16ndk-gdb: More robust error detection for 'adb shell' commands.David 'Digit' Turner
2010-10-18ndk-gdb: Fix windows invokationDavid 'Digit' Turner
2010-10-08Fix ndk-gdb and add --delay=<seconds> option.David 'Digit' Turner
2010-09-14Add easy native debugging support through NDK_DEBUG=1David 'Digit' Turner
2010-06-07ndk-gdb: fix to work properly with cygwin path madness.David 'Digit' Turner
2010-06-04ndk-gdb: fix to work properly with OS X's BSD awkDavid 'Digit' Turner
2010-06-01ndk-gdb: check target device API level + proper filtering of adb shell output.David 'Digit' Turner
2010-05-06ndk-gdb: Improve detection of common user errors. Clarify some error messages.android-sdk-tools_r6David 'Digit' Turner
2010-04-29Add --start, --launch=<name> and --launch-list options to ndk-gdb.David 'Digit' Turner
2010-04-26Add ndk-gdb script to the NDK.David 'Digit' Turner