Move go debugger from "what toybox should have" to "what AOSP build has".

This commit is contained in:
Rob Landley 2023-04-19 20:51:29 -05:00
parent d45ee3a2bc
commit 04d530c6db

View File

@ -483,7 +483,7 @@ but as they're switched over to toybox they disappear and reappear
<a href="https://android.googlesource.com/platform/prebuilts/build-tools/+/refs/heads/master/path/linux-x86/">here</a>.</p>
<blockquote><b>
awk basename bash bc bzip2 cat chmod cmp comm cp cut date dd diff dirname du
awk basename bash bc bzip2 cat chmod cmp comm cp cut date dd diff dirname dlv du
echo egrep env expr find fuser getconf getopt git grep gzip head hexdump
hostname id jar java javap ln ls lsof m4 make md5sum mkdir mktemp mv od openssl
paste patch pgrep pkill ps pstree pwd python python2.7 python3 readlink
@ -503,7 +503,7 @@ that are still in pending: <code>dd diff expr getopt gzip lsof tr</code>),
that leaves:</p>
<blockquote><b>
bash dlv fuser git hexdump openssl pstree rsync sh unzip zip zipinfo
bash fuser git hexdump openssl pstree rsync sh unzip zip zipinfo
</b></blockquote>
<p>For AOSP, zip/zipinfo/unzip are likely to be libziparchive based.