Author: labath
Date: Tue Jul 2 00:57:08 2019
New Revision: 364890
URL: http://llvm.org/viewvc/llvm-project?rev=364890&view=rev
Log:
[DWARF] Add one more type unit test
This test passes already, but it seems interesting to test that we can
jump between type units in different dwo files nonetheles
Author: jdevlieghere
Date: Tue Jul 2 10:25:20 2019
New Revision: 364946
URL: http://llvm.org/viewvc/llvm-project?rev=364946&view=rev
Log:
[swig] Define attribute(ref) instead of accessing swig internals.
As of SWIG 4.0, __swig_getmethods__ and __swig_setmethods__ are no
longer defined. The solut
This revision was automatically updated to reflect the committed changes.
Closed by commit rL364946: [swig] Define attribute(ref) instead of accessing
swig internals. (authored by JDevlieghere, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to
Author: jdevlieghere
Date: Tue Jul 2 11:04:55 2019
New Revision: 364951
URL: http://llvm.org/viewvc/llvm-project?rev=364951&view=rev
Log:
Revert "[swig] Define attribute(ref) instead of accessing swig internals."
This reverts commit f9b91a52797325ccaaee229e414beae7c03f1948.
Modified:
lldb/t
Author: xiaobai
Date: Tue Jul 2 12:53:07 2019
New Revision: 364962
URL: http://llvm.org/viewvc/llvm-project?rev=364962&view=rev
Log:
[Symbol] Add DeclVendor::FindTypes
Summary:
Following up on the plan I outlined in D63622, we can remove the
dependence on clang in all the places where we only wa
This revision was automatically updated to reflect the committed changes.
Closed by commit rL364962: [Symbol] Add DeclVendor::FindTypes (authored by
xiaobai, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
h
Author: teemperor
Date: Tue Jul 2 14:07:25 2019
New Revision: 364967
URL: http://llvm.org/viewvc/llvm-project?rev=364967&view=rev
Log:
[lldb] Mention automatic codesign setup script [NFC]
The script is the modern way of getting the certificate, so we should mention
it in
the documentation.
Pat
Should we convert this to RST file and make it a proper part of the website?
On Tue, Jul 2, 2019 at 2:07 PM Raphael Isemann via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: teemperor
> Date: Tue Jul 2 14:07:25 2019
> New Revision: 364967
>
> URL: http://llvm.org/viewvc/llvm-proje
Yeah that whole document should probably be part of the build section for
macOS. I can move the guide there because I anyway have to learn how the new
website works :)
- Raphael
> On Jul 2, 2019, at 3:27 PM, Jonas Devlieghere wrote:
>
> Should we convert this to RST file and make it a proper
Author: jmolenda
Date: Tue Jul 2 16:06:13 2019
New Revision: 364976
URL: http://llvm.org/viewvc/llvm-project?rev=364976&view=rev
Log:
add symbols/declvendor.cpp.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http://llvm.org/vie
aadsm created this revision.
aadsm added reviewers: labath, jankratochvil.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This option allow the toggling of the libraries-svr4 usage in ProcessGDBRemote.
It's a follow up of https://reviews.llvm.org/D62503#1564296 and it's me
Author: jmolenda
Date: Tue Jul 2 16:36:39 2019
New Revision: 364979
URL: http://llvm.org/viewvc/llvm-project?rev=364979&view=rev
Log:
Update cmake build setup so lldb doesn't link against the DebugSymbols
framework on macOS, in line with the source/xcode project changes in
r364243.
Modified:
Author: jingham
Date: Tue Jul 2 16:38:07 2019
New Revision: 364980
URL: http://llvm.org/viewvc/llvm-project?rev=364980&view=rev
Log:
Fix for r364686 - actually set symbol_is_missing_weak...
This was set in a std::function, but I was shadowing a
variable that I thought I was capturing. Even with
kusmour created this revision.
kusmour added a reviewer: xiaobai.
Herald added subscribers: lldb-commits, srhines.
Herald added a project: LLDB.
Fixed `Android.rules` for running test suite on remote android
- the build configuration is not compatible with ndk structure, change it to
link to sta
14 matches
Mail list logo