mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 02:38:55 +08:00
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
|
#!/bin/sh
|
||
|
GC_DEBUG=1
|
||
|
export GC_DEBUG
|
||
|
$* 2>&1 | awk '{print "0x3e=c\""$0"\""};/^\t##PC##=/ {if ($2 != 0) {print $2"?i"}}' | adb $1 | sed "s/^ >/>/"
|