Files
clang-p2996/lldb/test/API/functionalities/abbreviation
Jonas Devlieghere 6deee0d5b3 [lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#125125)
Use `llvm::Error` instead of `CommandReturnObject` for error reporting.
The command return objects were populated with errors but never
displayed. With this patch they're at least logged.
2025-01-31 13:23:26 -08:00
..