DescriptionMake --gdb work for android
This mostly works. I haven't yet set up pulling down the
system binaries from the device to the host so that symbols
appear correctly, but I'll do that in the next patch.
One of the crazy things this patch adds it a script
to watch for loads on adb logcat and set up mappings
from the cache library names to the symboled binaries
in the out directory. Presumably other scripts may
want to share this functionality so I've made it its
own script.
Better would be to have mojo_shell spit out a file
including the cache mapping information and we could
watch that file instead of logcat, but this works
for now.
R=qsr@chromium.org
BUG=
Committed: https://chromium.googlesource.com/external/mojo/+/57cd1992a2ecbb4103715d0969ce74c45d4b2847
Patch Set 1 #Patch Set 2 : Add missing file #
Total comments: 20
Patch Set 3 : Updated per qsr review #
Total comments: 8
Patch Set 4 : Fix nits #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|