diff options
author | Parshintsev Anatoly <anatoly.parshintsev@syntacore.com> | 2024-05-28 22:45:37 +0300 |
---|---|---|
committer | Evgeniy Naydanov <evgeniy.naydanov@syntacore.com> | 2024-09-10 12:59:53 +0300 |
commit | 7a70a28e6b6f3c4e1bbef8d16fe824c046adb289 (patch) | |
tree | d58c9dcaad7781003af5e85f716c58757743d444 /git-hooks/commit-msg | |
parent | 826923fa607b136ce917d7c705579e4d8c42194e (diff) | |
download | riscv-openocd-7a70a28e6b6f3c4e1bbef8d16fe824c046adb289.zip riscv-openocd-7a70a28e6b6f3c4e1bbef8d16fe824c046adb289.tar.gz riscv-openocd-7a70a28e6b6f3c4e1bbef8d16fe824c046adb289.tar.bz2 |
target/riscv: do not emit warnings when a non-existent CSR is hidden
hide_csrs should not emit warnings on an attempt to hide non-exitents CSR.
hide_csrs funcitonality is intended to be used for scenarios when we don`t
want certain groups of registers to be available in GDB. Typically this is
needed to simplify integration with various IDE. In such scenarious it may
be impractical/unfeseable to figure out which register is present on a
target. So reporting a situation when a user wants to hide a non-existent
register creates way too much noise. This commit reduces severity of
relevant debug message to LOG_TARGET_DEBUG
Change-Id: Icbb982c4bcce7586fe35b6b004d0874d6014d5a7
Diffstat (limited to 'git-hooks/commit-msg')
0 files changed, 0 insertions, 0 deletions