[FEA]: Debugger pretty-printers: `cuda::annotated_ptr`
Open
good first issue
help wanted
libcu++
- 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::annotated_ptr`.
The printer should live under `libcudacxx/share/libcudacxx//annotated_ptr.py` for each debugger.
In addition, the pretty printers should be exhaustively tested, with tests living under `libcudacxx/test/debugging/annotated_ptr`. See the existing tests in that directory for inspiration.
Contributor guide
Research direction
Start by reading the existing tests under libcudacxx/test/debugging/annotated_ptr and use them as inspiration for coverage. Add the lldb and gdb printers under libcudacxx/share/libcudacxx//annotated_ptr.py, then expand the tests until both printers are exhaustively tested for cuda::annotated_ptr.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- devtools, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100