[FEA]: Debugger pretty-printers: `cuda::std::expected`
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Create a `lldb` and `gdb` pretty printer for `cuda::std::expected`.
The printer should live under `libcudacxx/share/libcudacxx//expected.py` for each debugger.
In addition, the pretty printers should be exhaustively tested, with tests living under `libcudacxx/test/debugging/expected`. See the existing tests in that directory for inspiration.
Contributor guide
Research direction
Start by reading the existing tests under libcudacxx/test/debugging/expected and inspect the debugger-specific printer patterns in libcudacxx/share/libcudacxx//. Add expected.py for both lldb and gdb, then extend the expected tests exhaustively so they cover the displayed value and states for cuda::std::expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- devtools, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100