[lldb-dev] Advice on architectures with multiple address spaces

Zdenek Prikryl via lldb-dev lldb-dev at lists.llvm.org
Fri Apr 20 06:24:53 PDT 2018


Maybe Kalimba developers can help here. Kalimba has crazy memory map...:-)

--
Zdenek

On 04/19/2018 08:32 PM, Ted Woodward wrote:
> 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:lldb-dev-bounces at lists.llvm.org] On Behalf Of Greg
>> Clayton via lldb-dev
>> Sent: Thursday, April 19, 2018 11:45 AM
>> To: Zdenek Prikryl <prikryl at codasip.com>
>> Cc: lldb-dev at lists.llvm.org
>> 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
>>
>
>



More information about the lldb-dev mailing list