aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
AgeCommit message (Expand)Author
2023-05-11Convert ndk-gdb to a PEP-441 zip application.Dan Albert
2023-05-05Use list instead of map functionAdityaK
2023-05-01isort everything.Dan Albert
2022-10-19Unify python scripts interpreter invocation.Tomasz 'CeDeROM' CEDRO
2022-01-10Merge "Upgrading ndk-gdb from python2 to python3"Zijun Zhao
2022-01-07Upgrading ndk-gdb from python2 to python3zijunzhao
2022-01-05Merge changes Ifd2c89ef,I2667d400,I229bfde3,I8f38381b,I417f5431, ...Dan Albert
2022-01-05correct a syntax error: error() function only takes 1 positional argument but...zijunzhao
2021-12-16Reformat Python code with Black.Dan Albert
2021-12-16Revert "Upgrading ndk-gdb from python2 to python3"Zijun Zhao
2021-12-15Upgrading ndk-gdb from python2 to python3zijunzhao
2021-04-07Plan for GDB removal in NDK r24.Dan Albert
2021-02-11Switch to using a prebuilt GDB/gdbserver.Dan Albert
2020-09-17Merge "Make lldb the default for ndk-gdb"Treehugger Robot
2020-09-17Make lldb the default for ndk-gdbHaibo Huang
2020-09-17Fix lldb initialization scriptHaibo Huang
2020-07-22Uses lldb wrapper if exists for ndk-gdbHaibo Huang
2020-07-16Add --lldb option for ndk-gdbHaibo Huang
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