OSDN Git Service

Add --start, --launch=<name> and --launch-list options to ndk-gdb.
authorDavid 'Digit' Turner <digit@google.com>
Tue, 27 Apr 2010 19:33:46 +0000 (12:33 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 29 Apr 2010 19:26:01 +0000 (12:26 -0700)
commit0b2676bac67c271de9989357f6e3b2e762a7adf1
treed0bb429f9d942227183b44acdc1ceadbdca86266
parent998fe4c829c82968a9afa322b238e97baade0099
Add --start, --launch=<name> and --launch-list options to ndk-gdb.

Move all awk scripts to build/awk/ and rework them a bit

Add build/awk/xmlparser.awk to parse XML files into something that
is easier to process with awk. Its output is used by several
scripts now (extract-debuggable.awk, extract-package-name.awk and
the new extract-launchable.awk).

Also update documentation.

Change-Id: I50507abbb2b438aeea25a4e0521e6bf69ad86603
14 files changed:
build/awk/check-awk.awk [moved from build/check-awk.awk with 100% similarity]
build/awk/extract-debuggable.awk [new file with mode: 0644]
build/awk/extract-launchable.awk [new file with mode: 0644]
build/awk/extract-package-name.awk [new file with mode: 0644]
build/awk/extract-pid.awk [moved from build/core/extract-package-pid.awk with 100% similarity]
build/awk/extract-platform.awk [moved from build/core/extract-platform.awk with 100% similarity]
build/awk/xml.awk [new file with mode: 0644]
build/core/add-application.mk
build/core/extract-package-debuggable.awk [deleted file]
build/core/extract-package-name.awk [deleted file]
build/core/init.mk
build/core/setup-app.mk
docs/NDK-GDB.TXT
ndk-gdb