aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
AgeCommit message (Expand)Author
2018-09-19Remove support for obsolete STLs.Elliott Hughes
2017-11-02Merge "Delay jdb invocation until after gdbserver has connected to the target"Treehugger Robot
2017-10-23Merge "Add a warning for Pixel C devices with old M firmware"Treehugger Robot
2017-10-23Merge "Fix race condition with ndk-gdb's waitForDebugger wake-up"Treehugger Robot
2017-10-23Delay jdb invocation until after gdbserver has connected to the targetRyan Prichard
2017-10-23Fix race condition with ndk-gdb's waitForDebugger wake-upRyan Prichard
2017-10-20Add a warning for Pixel C devices with old M firmwareRyan Prichard
2017-10-13ndk-gdb: skip over $(info) messages from the user's MakefileRyan Prichard
2017-10-02Fix ndk-gdb support for devices that don't set ro.product.cpu.abilistRyan Prichard
2017-09-29Add get_run_as_cmd to ndk-gdbRyan Prichard
2017-06-02Fix ndk-gdb for the Samsung Galaxy S8.Elliott Hughes
2017-05-24ndk-gdb.py: update for gdbrunner changes.Josh Gao
2016-10-20ndk-gdb.py: work around permissions issue with minSdkVersion >= 24.Josh Gao
2016-06-10ndk-gdb.py: hide --tui on Windows.Josh Gao
2016-06-10ndk-gdb.py: unbreak.Josh Gao
2016-05-04ndk-gdb: handle pre-L devices that only have 1 ABI.Josh Gao
2016-04-28ndk-gdb.py: fix copying gdbserver.Josh Gao
2016-04-27ndk-gdb.py: unify --launch and --launch-activity.Josh Gao
2016-03-28ndk-gdb.py: allow specification of a package to attach to.Josh Gao
2016-03-28ndk-gdb.py: don't use backslashes in pretty printer path.Josh Gao
2016-03-28ndk-gdb.py: decapitalize the usage strings.Josh Gao
2016-03-28ndk-gdb.py: increase default delay to 0.25s.Josh Gao
2016-03-28ndk-gdb.py: move start_gdb to top level.Josh Gao
2016-03-28ndk-gdb.py: don't check if application is debuggable.Josh Gao
2016-03-25ndk-gdb.py: fix adb forward path.Josh Gao
2016-03-25ndk-gdb.py: fix gdb script on windows.Josh Gao
2016-03-10ndk-gdb.py: turn pretty printers on by default.Josh Gao
2016-03-10ndk-gdb.py: fix pretty printer path.Josh Gao
2016-03-10ndk-gdb.py: fix gdbserver prebuilt path.Josh Gao
2016-03-10ndk-gdb.py: rename 'is64bit' to 'app_64bit' for clarity.Josh Gao
2016-03-10ndk-gdb.py: pull the correct 32bit app_process on 64bit devices.Josh Gao
2016-03-10ndk-gdb.py: sleep between starting gdbserver and using jdwp.Josh Gao
2016-03-10ndk-gdb.py: expand tildes in --project argument.Josh Gao
2016-03-10ndk-gdb.py: fix bad paths.Josh Gao
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