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