Hexagon has a single address space, so we don't need to do anything like this.
When I worked on Motorola 56xxx DSPs we had memory spaces, but we didn't use RSP. We had our own protocol that used a struct for addreses, with the space (an enum, defined per supported core) and a uint32_t (later 2 of them) for the address. Ted -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project > -----Original Message----- > From: lldb-dev [mailto:[email protected]] On Behalf Of Greg > Clayton via lldb-dev > Sent: Thursday, April 19, 2018 11:45 AM > To: Zdenek Prikryl <[email protected]> > Cc: [email protected] > Subject: Re: [lldb-dev] Advice on architectures with multiple address spaces You might ask > the Hexagon folks if they have done anything in case they already support this > is some shape or form. > > Greg Clayton > _______________________________________________ lldb-dev mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
