public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@gmail.com>
To: Florian Weimer <fweimer@redhat.com>
Cc: gdb@sourceware.org, Dmitry Belyavskiy <dbelyavs@redhat.com>
Subject: Re: Hardware watchpoints on GNU/Linux AArch64
Date: Mon, 2 Jan 2023 09:28:21 -0800	[thread overview]
Message-ID: <CA+=Sn1mH08=+-589ZJpfprekgwO1S-i+ouBv6a=WB3g_0bR+0A@mail.gmail.com> (raw)
In-Reply-To: <87tu18naqq.fsf@oldenburg.str.redhat.com>

On Mon, Jan 2, 2023 at 8:49 AM Florian Weimer via Gdb
<gdb@sourceware.org> wrote:
>
> Running
>
> gdb-12.1-10.fc38.aarch64
> kernel-6.2.0-0.rc1.20221230gitbff687b3dad6.15.fc38.aarch64
>
> I do not seem to be able to use hardware watchpoints.  GDB just logs
> warnings:
>
> warning: Unable to determine the number of hardware watchpoints available.
> warning: Unable to determine the number of hardware breakpoints available.

This shows up when the ptrace either fails or ptrace returns an
unknown value for AARCH64_DEBUG_ARCH value.
In the boot log there should be a message saying how many HW
breakpoint and watchpoints there are and what version of the debug
arch is there.
The supported values for debug arch are:
#define AARCH64_DEBUG_ARCH_V8 0x6
#define AARCH64_DEBUG_ARCH_V8_1 0x7
#define AARCH64_DEBUG_ARCH_V8_2 0x8
#define AARCH64_DEBUG_ARCH_V8_4 0x9

I don't know of any other values that can be reported, especially for
Neoverse-N1 (which should be 8_2). Neoverse-N2 is 8_4.

Thanks,
Andrew Pinski

>
> I see AArch64-specific code in GDB, so this is a bit of a surprise to
> me.
>
> The machine uses virtualization:
>
> Architecture:           aarch64
>   CPU op-mode(s):       32-bit, 64-bit
>   Byte Order:           Little Endian
> CPU(s):                 3
>   On-line CPU(s) list:  0-2
> Vendor ID:              ARM
>   BIOS Vendor ID:       QEMU
>   Model name:           Neoverse-N1
>     BIOS Model name:    virt-rhel8.6.0  CPU @ 2.0GHz
>     BIOS CPU family:    1
>     Model:              1
>     Thread(s) per core: 1
>     Core(s) per socket: 1
>     Socket(s):          3
>     Stepping:           r3p1
>     BogoMIPS:           50.00
>     Flags:              fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp
>                          asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs
>
> Is this actually expected to work?  Would we have more luck on a
> bare-metal system?
>
> Thanks,
> Florian
>

  parent reply	other threads:[~2023-01-02 17:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 16:48 Florian Weimer
2023-01-02 17:08 ` Andreas Schwab
2023-01-02 17:22   ` Florian Weimer
2023-01-02 17:28 ` Andrew Pinski [this message]
2023-01-02 17:39   ` Andrew Pinski
2023-01-02 18:10     ` Andrew Pinski
2023-01-02 17:44   ` Florian Weimer
2023-01-02 17:59     ` Florian Weimer
2023-01-05 14:17 ` Luis Machado

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+=Sn1mH08=+-589ZJpfprekgwO1S-i+ouBv6a=WB3g_0bR+0A@mail.gmail.com' \
    --to=pinskia@gmail.com \
    --cc=dbelyavs@redhat.com \
    --cc=fweimer@redhat.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).