summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-31Import gdb-7.11.Josh Gao
2016-03-01Merge "gdb: disable python when python is not available."Yunlian Jiang
2016-02-26gdb: disable python when python is not available.Yunlian Jiang
2016-02-25use snprintf instead of strlcpy for portablitlyYunlian Jiang
2016-02-16Merge "Revert "gdb: disable python when python is not available.""Dan Albert
2016-02-16Revert "gdb: disable python when python is not available."Dan Albert
2016-02-11Merge "gdb: disable python when python is not available."Yunlian Jiang
2016-02-03gdb: disable python when python is not available.Yunlian Jiang
2016-02-01Add host tag to Python install path.Josh Gao
2016-01-12Install GDB to OUT_DIR, not DIST_DIR.Dan Albert
2015-11-17Fix GDB host tools install location.Dan Albert
2015-10-13Don't use readlink to find gdb's location.Josh Gao
2015-09-18Assume that Python is in the same dir as gdb.Josh Gao
2015-09-17Fallback to open if multifs_open fails.Josh Gao
2015-09-16Fix gdbserver process interruption.Josh Gao
2015-09-12Revert "Don't run a.out if we might be cross compiling."Dan Albert
2015-09-11Don't run a.out if we might be cross compiling.Dan Albert
2015-09-04Forward arguments to gdb in the gdb-stub script.Josh Gao
2015-09-02Convert system to tag before passing it to build-gdb.sh.Josh Gao
2015-09-01Actually use --host argument passed into gdb/build.py.Josh Gao
2015-09-01Remove gdb-7.9.1.Josh Gao
2015-09-01Cherry-pick 7.9.1 changes to 7.10.Josh Gao
2015-09-01Import gdb-7.10.Josh Gao
2015-09-01Use $DEFAULT_{GDB,PYTHON}_VERSION instead of hardcoded values.Josh Gao
2015-09-01Add the host platform to the gdb package name.Josh Gao
2015-08-31Hopefully fix darwin build.Josh Gao
2015-08-31Build gdb for multiarch instead of for each individual target.Josh Gao
2015-08-28Refactor to use build_support.Dan Albert
2015-08-28Disable building the gdb sim.Josh Gao
2015-08-28Make the gdb stub actually run gdb.Josh Gao
2015-08-28Merge "Generate a stub script for gdb on non-windows."Josh Gao
2015-08-28Merge "Move gdb install directory to prebuilt/<platform>."Josh Gao
2015-08-28Generate a stub script for gdb on non-windows.Josh Gao
2015-08-28Move gdb install directory to prebuilt/<platform>.Josh Gao
2015-08-28Use module docstring for argparse help.Dan Albert
2015-08-28Copy python-config.sh on a failed build.Josh Gao
2015-08-28Merge "Stop installing GDB/Python to source directories."Dan Albert
2015-08-28Compile gdb without mpc/mpfr/gmp/cloog/isl.Josh Gao
2015-08-28Stop installing GDB/Python to source directories.Dan Albert
2015-08-28Copy all config.logs from the failed build.Dan Albert
2015-08-28Merge "Dump gdb config.log to outputs directory upon failure."Josh Gao
2015-08-28Dump gdb config.log to outputs directory upon failure.Josh Gao
2015-08-28Merge "Update to new buildhost API."Dan Albert
2015-08-27Update to new buildhost API.Dan Albert
2015-08-27Make GDB build verbose.Dan Albert
2015-08-27Fix up build-gdb.sh for its new location, add build.py.Josh Gao
2015-08-27Move build-host-gdb.sh from ndk/build/tools.Josh Gao
2015-07-09Merge "Add support for DT_MIPS_RLD_MAP2 tag to gdb 7.9.1"Elliott Hughes
2015-07-09Merge "Add support for MIPS R6 and MSA to gdb 7.9.1"Elliott Hughes
2015-07-07Add support for DT_MIPS_RLD_MAP2 tag to gdb 7.9.1Nikola Veljkovic