Fetch object file load address if it isn't specified by the linker
On Android the load address for the linker isn't specified in the rendezvous data structure. This patch add a new GDB packet to fetch this information from the inferior based on /proc/<pid>/maps if it happens.
What is going to be the endianness of this value? I propose big endian, as that is what most packets seem to be using.