-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
There are several areas around pretty printers and debugging in general we want to investigate:
- unique pointers are broken in gcc 11.2 (currently deployed toolchain)
- std::set and static members sometimes is not printable when debugging with v4 gdb from v3/v4 compiled binaries
- Corefiles have bad source files from when using v4 gdb with v3/v4 compiled binaries
- The hang analyzer needs to be verified to be working with v4 gdb with v3/v4 compiled binaries.
- some gdb "hangs" on std::error_code/std::error_condition pretty printers:
I will write a detailed doc outlining my experiments and results.
- has to be done before
-
SERVER-62995 Update pretty printers as needed to work with the v4 GDB
- Closed