Create a lldb and gdb pretty printer for cuda::std::optional.
The printer should live under libcudacxx/share/libcudacxx/<debugger>/optional.py for each debugger.
In addition, the pretty printers should be exhaustively tested, with tests living under libcudacxx/test/debugging/optional. See the existing tests in that directory for inspiration.
Create a
lldbandgdbpretty printer forcuda::std::optional.The printer should live under
libcudacxx/share/libcudacxx/<debugger>/optional.pyfor each debugger.In addition, the pretty printers should be exhaustively tested, with tests living under
libcudacxx/test/debugging/optional. See the existing tests in that directory for inspiration.