[Lldb-commits] [PATCH] D94888: [lldb] Add -Wl, -rpath to make tests run with fresh built libc++

2021-01-17 Thread Fangrui Song via Phabricator via lldb-commits
MaskRay created this revision. MaskRay added reviewers: dblaikie, labath, mgorny, rupprecht. Herald added a subscriber: krytarowski. MaskRay requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. On my Debian machine, system libc++/libc++abi is

[Lldb-commits] [lldb] 95d1461 - Makefile.rules: Delete GCC 4.6 workaround

2021-01-17 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2021-01-17T13:16:38-08:00 New Revision: 95d146182fdf2315e74943b93fb3bb0cbafc5d89 URL: https://github.com/llvm/llvm-project/commit/95d146182fdf2315e74943b93fb3bb0cbafc5d89 DIFF: https://github.com/llvm/llvm-project/commit/95d146182fdf2315e74943b93fb3bb0cbafc5d89.diff

[Lldb-commits] [PATCH] D94888: [lldb] Add -Wl, -rpath to make tests run with fresh built libc++

2021-01-17 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. You seem to be removing more than adding there. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94888/new/ https://reviews.llvm.org/D94888 ___ lldb-commits mailing list

[Lldb-commits] [lldb] a89242d - [lldb] Skip TestPlatformProcessConnect on windows and darwin

2021-01-17 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2021-01-17T20:18:55+01:00 New Revision: a89242d874df72cddeafbebc75ac377371e72796 URL: https://github.com/llvm/llvm-project/commit/a89242d874df72cddeafbebc75ac377371e72796 DIFF: https://github.com/llvm/llvm-project/commit/a89242d874df72cddeafbebc75ac377371e72796.diff

[Lldb-commits] [PATCH] D94890: Makefile.rules: Avoid redundant .d generation and make restart

2021-01-17 Thread Fangrui Song via Phabricator via lldb-commits
MaskRay created this revision. MaskRay added reviewers: friss, JDevlieghere, labath, rupprecht. MaskRay requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Take an example when `CXX_SOURCES` is main.cpp. main.d is a included file. make will

[Lldb-commits] [lldb] b74ae43 - Makefile.rules: Make HOST_OS/OS simply expanded variable to avoid excess uname -s invocations

2021-01-17 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2021-01-17T17:19:29-08:00 New Revision: b74ae43c44b1c954508149409d3cfe6477be4079 URL: https://github.com/llvm/llvm-project/commit/b74ae43c44b1c954508149409d3cfe6477be4079 DIFF: https://github.com/llvm/llvm-project/commit/b74ae43c44b1c954508149409d3cfe6477be4079.diff

[Lldb-commits] [lldb] e7bc6c5 - Reland [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference

2021-01-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-01-17T12:13:01+01:00 New Revision: e7bc6c594b75602c23cb901f53b3a30d48e2ee78 URL: https://github.com/llvm/llvm-project/commit/e7bc6c594b75602c23cb901f53b3a30d48e2ee78 DIFF:

[Lldb-commits] [PATCH] D94489: [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference

2021-01-17 Thread Thorsten via Phabricator via lldb-commits
tschuett added a comment. In D94489#2503685 , @teemperor wrote: > In D94489#2503662 , @tschuett wrote: > >> There is no syntax highlighting for Python in sphinx? The code in >>

[Lldb-commits] [lldb] acdc745 - [lldb][docs] Cleanup the Python doc strings for SB API classes

2021-01-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-01-17T16:51:07+01:00 New Revision: acdc74568927d47f94816e73b6e105c9460cc3e4 URL: https://github.com/llvm/llvm-project/commit/acdc74568927d47f94816e73b6e105c9460cc3e4 DIFF:

[Lldb-commits] [PATCH] D94489: [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference

2021-01-17 Thread Thorsten via Phabricator via lldb-commits
tschuett added a comment. There is no syntax highlighting for Python in sphinx? The code in https://lldb.llvm.org/python_api/lldb.SBDebugger.html#lldb.SBDebugger is hard to read. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94489/new/

[Lldb-commits] [PATCH] D94489: [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference

2021-01-17 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. In D94489#2503662 , @tschuett wrote: > There is no syntax highlighting for Python in sphinx? The code in > https://lldb.llvm.org/python_api/lldb.SBDebugger.html#lldb.SBDebugger > is hard to read. > > Even the line breaks between

[Lldb-commits] [lldb] 7e9e6ac - [lldb][docs] Fix some RST formatting errors related to code examples.

2021-01-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-01-17T17:41:05+01:00 New Revision: 7e9e6ac526ebd90fe8ec0b8d2bb6edd3516ab908 URL: https://github.com/llvm/llvm-project/commit/7e9e6ac526ebd90fe8ec0b8d2bb6edd3516ab908 DIFF:

Re: [Lldb-commits] [PATCH] D94846: Allow breakpoints to be set on C++11 inline initializers

2021-01-17 Thread David Blaikie via lldb-commits
On Fri, Jan 15, 2021 at 6:22 PM Jim Ingham wrote: > > If you set a breakpoint on source lines with no line table entries, lldb > slides the actual match forward to the nearest line table entry to the given > line number. That's necessary for instance because if you lay out your > function