summaryrefslogtreecommitdiff
path: root/libcxx/utils/gdb
AgeCommit message (Expand)Author
2025-06-26[libc++] Avoid type-punning between __hash_value_type and pair (#143501)Nikolas Klauser
2025-06-12[libc++] Update GDB pretty-printer to work with GDB 17 (#142106)kotborealis
2025-05-15[libc++] Avoid type-punning between __value_type and pair (#134819)Nikolas Klauser
2025-01-09[libc++] Fix mi-mode in GDB pretty printers (#120951)Sv. Lockal
2024-10-03[libc++] Index from 0 in GDB pretty printers (#110881)Louis Dionne
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser
2023-11-29[libc++] Remove unused Python imports (#73724)Stephan T. Lavavej
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta
2022-10-11Reenable gdb pretty printers, and update them.Sterling Augustine
2022-09-15Fix std::fpos pretty printer on muslColin Cross
2022-04-21[libc++] Use bit field for checking if string is in long or short modeNikolas Klauser
2022-02-08[libc++] Remove _LIBCPP_ABI_UNSTABLELouis Dionne
2022-01-19[libc++] Fix GDB pretty printers when GDB uses Python 2.7Alex Richardson
2021-12-02libcxx pretty printers: remove non-lazy_string fallbackDavid Blaikie
2021-12-02Simplify the libcxx std::string_view gdb pretty printerDavid Blaikie
2021-11-12[libc++][NFC] Resolve Python 2 FIXMEAlfsonso Gregory
2021-04-20Tolerate missing debug info in the shared_ptr pretty printer.Sterling Augustine
2021-03-29[libcxx] Use integer divisionPetr Hosek
2021-02-05Various minor fixes for python 3Sterling Augustine
2020-07-14Desugar class type for iterator lookup.Sterling Augustine
2020-03-26Correctly handle using foo = std::foo inside namespaces.Sterling Augustine
2020-01-29[libcxx] Add a std::string_view pretty printer for libcxx.Eric Fiselier
2019-10-04Make libc++ gdb pretty printer Python 3 compatibleFangrui Song
2019-10-01Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...Sterling Augustine
2019-09-05Add gdb pretty printers for a wide variety of libc++ data structures (take 2).Sterling Augustine
2019-08-31Revert "Add gdb pretty printers for a wide variety of libc++ data structures."Sterling Augustine
2019-08-30Add gdb pretty printers for a wide variety of libc++ data structures.Sterling Augustine