summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Make libc++ gdb pretty printer Python 3 compatibleFangrui Song2019-10-041-3/+15
| | | | llvm-svn: 373691
* Determine endianness at a time when it doesn't inadvertantly clear gdb's ↵Sterling Augustine2019-10-011-7/+11
| | | | | | | | | | | | | | | | | | wrap_buffer via gdb.execute. Summary: I haven't managed a small reproduction for this bug, it involves complicated and deeply nested data structures with a wide variety of pretty printers. But in general, we shouldn't be combining gdb's command line interface (via gdb.execute) with pretty-printers. Subscribers: christof, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68306 llvm-svn: 373402
* Add gdb pretty printers for a wide variety of libc++ data structures (take 2).Sterling Augustine2019-09-051-0/+992
| | | | | | | | | | | | | | | | | Summary: This patch is an exact duplicate of https://reviews.llvm.org/D65609, except that it uses the newly introduced testing framework to detect if gdb is present so that the tests won't fail on machines without gdb. Reviewers: echristo, EricWF Subscribers: christof, ldionne, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67238 llvm-svn: 371131
* Revert "Add gdb pretty printers for a wide variety of libc++ data structures."Sterling Augustine2019-08-311-992/+0
| | | | | | This reverts commit d8c9f2f572fe06a34ccfc28ee9223b64d7d275d3. llvm-svn: 370553
* Add gdb pretty printers for a wide variety of libc++ data structures.Sterling Augustine2019-08-301-0/+992
Summary: Also add a test suite. Reviewers: EricWF Subscribers: christof, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65609 Run a pep8 formatter. Run pep8 formatter. Convert to PEP8, address other comments from code review. llvm-svn: 370551
OpenPOWER on IntegriCloud