mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 03:16:05 +00:00

The `DAPError` can be used to craft an error message that is displayed to a user (with showUser=true). Any request handler implementation using subclassing `RequestHandler<>` should be able to use this. I updated SourceRequestHandler to report DAPError's specifically.