Go to file
John Michelau 502002526f Support gdb wrappers
Use gdbwrapper() for launching gdb.  This can be redefined to launch
one of the many gdb wrappers instead.

Example:
function gdbwrapper()
{
    ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@"
}

Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c
2013-03-08 14:12:32 -06:00
core Remove nonexisting module names. 2013-03-07 18:29:56 -08:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target Merge "Remove nonexisting module names." 2013-03-08 02:30:48 +00:00
tools build: update fs_config calls for capabilities change. 2013-02-20 12:48:44 -08:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Enable lunch command to pick up new toolchain version. 2012-12-13 10:43:55 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
envsetup.sh Support gdb wrappers 2013-03-08 14:12:32 -06:00