[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: arm: gdb-stub is broken by FEAT_HAFDBS
From: |
liyang (CJ) |
Subject: |
Re: arm: gdb-stub is broken by FEAT_HAFDBS |
Date: |
Thu, 24 Nov 2022 14:35:00 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 |
On 2022/11/23 19:59, Peter Maydell wrote:
> On Wed, 23 Nov 2022 at 11:38, Changbin Du <changbin.du@huawei.com> wrote:
>>
>> Hello, Richard,
>> We just noticed the gdb-stub is broken and probably caused by commit
>> 4a3585568
>> ("target/arm: Plumb debug into S1Translate").
>>
>> (gdb) target remote :1234
>> Remote debugging using :1234
>> 0x000000000e1716d0 in ?? ()
>> => 0x000000000e1716d0: Cannot access memory at address 0xe1716d0
>
> Hi -- is this fixed by commit 26ba00cf58e9f21b08f (just landed
> upstream last night) ?
>
I pulled the mainline which contains your commit 26ba00cf58e9f21b08f.
The problem is fixed.
Thank you very much.
> thanks
> -- PMM