aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb
AgeCommit message (Expand)Author
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