History log of /ndk/build/awk/extract-pid.awk
Revision Date Author Comments
9c10d8826645a08de528b4c918bcbf5273f11ed0 27-Oct-2011 David 'Digit' Turner <digit@google.com> ndk-gdb: Fix debugging of private services

This patch fixes ndk-gdb so it can properly debug an application
that has private services. These will appear in the 'ps' output
as <package-name>:<service-name>, and the way the extract-pid.awk
script worked, were matched against <package-name> incorrectly.

+ Make extrac-pid.awk usable when custom ROM use a Busybox 'ps'
instead of the standard Android toolbox version

+ Add unit test for extract-pid.awk

Change-Id: Ifb38d5bdfd5b648ff468cb3642db3bb64297707d
54be48689b90488cb570f3393ef53e1b9e3d4e6a 03-Jun-2010 David 'Digit' Turner <digit@google.com> ndk-gdb: fix to work properly with OS X's BSD awk

"gensub()" is a GNUAwk-ism that should not be used.

Change-Id: I2df89efc165c84034594b98327921f9461188a76
0b2676bac67c271de9989357f6e3b2e762a7adf1 27-Apr-2010 David 'Digit' Turner <digit@google.com> 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