[all-commits] [llvm/llvm-project] eb7888: [lldb] Add test for unavailable registers
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Mar 22 02:42:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb78886246da610bd78e4a8be82d3b820e12ee2b
https://github.com/llvm/llvm-project/commit/eb78886246da610bd78e4a8be82d3b820e12ee2b
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
A lldb/test/API/commands/register/register/TestRegistersUnavailable.py
Log Message:
-----------
[lldb] Add test for unavailable registers
Prior to this the only check was that we did not print
this message when reading registers that should exist.
I thought there was an indentation bug here so I wrote a test
for it. There is not, but we could do with the coverage anyway.
Reviewed By: rupprecht
Differential Revision: https://reviews.llvm.org/D145940
More information about the All-commits
mailing list