Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pretty printer test with GCC | Eric Fiselier | 2019-09-13 | 1 | -3/+14 |
| | | | | llvm-svn: 371884 | ||||
* | Add gdb pretty printers for a wide variety of libc++ data structures (take 2). | Sterling Augustine | 2019-09-05 | 1 | -0/+632 |
| | | | | | | | | | | | | | | | | | 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 Augustine | 2019-08-31 | 1 | -631/+0 |
| | | | | | | This reverts commit d8c9f2f572fe06a34ccfc28ee9223b64d7d275d3. llvm-svn: 370553 | ||||
* | Add gdb pretty printers for a wide variety of libc++ data structures. | Sterling Augustine | 2019-08-30 | 1 | -0/+631 |
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 |