[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I am not sure what do you mean by "translating paths" in the VFS. If you mean something like "return a `FILE *` for `/whatever/my_reproducer/vfs/bin/ls` when I ask for `/bin/ls`", then I think that's a good idea, as it's most likely to work with all of our existing code

[Lldb-commits] [PATCH] D53915: [FileSystem] Move resolve logic out of FileSpec

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. This commit breaks the Windows build. Repository: rL LLVM https://reviews.llvm.org/D53915 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r345956 - [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178

2018-11-02 Thread Aleksandr Urakov via lldb-commits
Author: aleksandr.urakov Date: Fri Nov 2 01:47:33 2018 New Revision: 345956 URL: http://llvm.org/viewvc/llvm-project?rev=345956&view=rev Log: [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178 Modified: lldb/trunk/source/Host/windows/FileSystem.cpp lldb/trunk/sour

[Lldb-commits] [PATCH] D53915: [FileSystem] Move resolve logic out of FileSpec

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. It's ok, I was able to fix it myself. Here is the commit: r345956 Repository: rL LLVM https://reviews.llvm.org/D53915 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailma

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. Thank you! https://reviews.llvm.org/D53368 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r345957 - [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Aleksandr Urakov via lldb-commits
Author: aleksandr.urakov Date: Fri Nov 2 01:54:35 2018 New Revision: 345957 URL: http://llvm.org/viewvc/llvm-project?rev=345957&view=rev Log: [Symbol] Search symbols with name and type in a symbol file Summary: This patch adds possibility of searching a public symbol with name and type in a symb

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB345957: [Symbol] Search symbols with name and type in a symbol file (authored by aleksandr.urakov, committed by ). Repository: rLLDB LLDB https://reviews.llvm.org/D53368 Files: include/lldb/Symbo

[Lldb-commits] [lldb] r345958 - [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.

2018-11-02 Thread George Rimar via lldb-commits
Author: grimar Date: Fri Nov 2 02:03:25 2018 New Revision: 345958 URL: http://llvm.org/viewvc/llvm-project?rev=345958&view=rev Log: [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries. This adds support for DW_RLE_base_addressx, DW_RLE_startx_endx, DW_RLE_startx_length, DW_FO

[Lldb-commits] [PATCH] D53929: [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.

2018-11-02 Thread George Rimar via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL345958: [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries. (authored by grimar, committed by ). Changed prior to commit: https://reviews.llvm.org/D53929?vs=172121&id=172323#toc Re

[Lldb-commits] [PATCH] D54031: [NativePDB] Make tests work on x86 too

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov created this revision. aleksandr.urakov added reviewers: zturner, stella.stamenova. aleksandr.urakov added a project: LLDB. Herald added subscribers: lldb-commits, teemperor. This patch fixes the NativePDB tests to make them work from x86 command line too. Repository: rLLDB L

[Lldb-commits] [PATCH] D54031: [NativePDB] Make tests work on x86 too

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a subscriber: aleksandr.urakov. zturner added a comment. Lgtm Repository: rLLDB LLDB https://reviews.llvm.org/D54031 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commi

Re: [Lldb-commits] [PATCH] D54031: [NativePDB] Make tests work on x86 too

2018-11-02 Thread Zachary Turner via lldb-commits
Lgtm On Fri, Nov 2, 2018 at 3:03 AM Aleksandr Urakov via Phabricator < revi...@reviews.llvm.org> wrote: > aleksandr.urakov created this revision. > aleksandr.urakov added reviewers: zturner, stella.stamenova. > aleksandr.urakov added a project: LLDB. > Herald added subscribers: lldb-commits, teemp

[Lldb-commits] [PATCH] D54031: [NativePDB] Make tests work on x86 too

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. Thanks! Repository: rLLDB LLDB https://reviews.llvm.org/D54031 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r345974 - [NativePDB] Make tests work on x86 too

2018-11-02 Thread Aleksandr Urakov via lldb-commits
Author: aleksandr.urakov Date: Fri Nov 2 07:15:29 2018 New Revision: 345974 URL: http://llvm.org/viewvc/llvm-project?rev=345974&view=rev Log: [NativePDB] Make tests work on x86 too Summary: This patch fixes the NativePDB tests to make them work from x86 command line too Reviewers: zturner, stel

[Lldb-commits] [PATCH] D54031: [NativePDB] Make tests work on x86 too

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL345974: [NativePDB] Make tests work on x86 too (authored by aleksandr.urakov, committed by ). Herald added a subscriber: l

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In https://reviews.llvm.org/D54020#1285201, @labath wrote: > I am not sure what do you mean by "translating paths" in the VFS. If you mean > something like "return a `FILE *` for `/whatever/my_reproducer/vfs/bin/ls` > when I ask for `/bin/ls`", then I think that's

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added inline comments. Comment at: source/Host/common/FileSystem.cpp:253 +static int GetOpenFlags(uint32_t options) { + const bool read = options & File::OpenOptions::eOpenOptionRead; + const bool write = options & File::OpenOptions::eOpenOptionWrite; -

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 172382. JDevlieghere marked 3 inline comments as done. JDevlieghere added a comment. Address Pavel's feedback: - Un-const open functions. - Remove `::Empty()` again as it was redundant with `operator bool()`. - Rename `OpenFile` to just `Open`. We might

[Lldb-commits] [PATCH] D53530: Fix (and improve) the support for C99 variable length array types

2018-11-02 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl updated this revision to Diff 172388. aprantl added a comment. Herald added subscribers: kbarton, nemanjai. Version that only overrides GetNumChildren to avoid creating dynamic clang types. https://reviews.llvm.org/D53530 Files: include/lldb/Symbol/ClangASTContext.h include/lldb/Sy

[Lldb-commits] [PATCH] D53530: Fix (and improve) the support for C99 variable length array types

2018-11-02 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. Fair point. So here's a version that only overrides GetNumChildren(). I'll leave the type summary for a follow-up patch. https://reviews.llvm.org/D53530 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists

[Lldb-commits] [PATCH] D53530: Fix (and improve) the support for C99 variable length array types

2018-11-02 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl updated this revision to Diff 172390. aprantl added a comment. Fix a bug in the testcase. https://reviews.llvm.org/D53530 Files: include/lldb/Symbol/ClangASTContext.h include/lldb/Symbol/CompilerType.h include/lldb/Symbol/GoASTContext.h include/lldb/Symbol/JavaASTContext.h inc

[Lldb-commits] [lldb] r346002 - [FileSystme] Move ::open abstraction into FileSystem.

2018-11-02 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Nov 2 10:34:16 2018 New Revision: 346002 URL: http://llvm.org/viewvc/llvm-project?rev=346002&view=rev Log: [FileSystme] Move ::open abstraction into FileSystem. This moves the abstraction around ::open into the FileSystem, as is already the case for ::fopen. Modif

[Lldb-commits] [lldb] r346003 - [FileSystem] Remove `SetFileSystem` method.

2018-11-02 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Nov 2 10:34:17 2018 New Revision: 346003 URL: http://llvm.org/viewvc/llvm-project?rev=346003&view=rev Log: [FileSystem] Remove `SetFileSystem` method. This is no longer relevant with the new way we initialize the FileSystem. Modified: lldb/trunk/include/lldb/H

[Lldb-commits] [lldb] r346008 - Refactor the lit configuration files

2018-11-02 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Nov 2 10:49:01 2018 New Revision: 346008 URL: http://llvm.org/viewvc/llvm-project?rev=346008&view=rev Log: Refactor the lit configuration files A year or so ago, I re-wrote most of the lit infrastructure in LLVM so that it wasn't so boilerplate-y. I added lots of common

[Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB346008: Refactor the lit configuration files (authored by zturner, committed by ). Herald added subscribers: teemperor, abidh. Changed prior to commit: https://reviews.llvm.org/D54009?vs=172254&id=17

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. In https://reviews.llvm.org/D54020#1285539, @JDevlieghere wrote: > In https://reviews.llvm.org/D54020#1285201, @labath wrote: > > > I am not sure what do you mean by "translating paths" in the

[Lldb-commits] [lldb] r346035 - Fix a bug in the lit test suite generation.

2018-11-02 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Nov 2 12:55:15 2018 New Revision: 346035 URL: http://llvm.org/viewvc/llvm-project?rev=346035&view=rev Log: Fix a bug in the lit test suite generation. I'm not sure why this has to be CMAKE_CURRENT_SOURCE_DIR, but it causes all kinds of strange cmake generation errors wh

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In https://reviews.llvm.org/D54020#1285799, @labath wrote: > Ok, I think we're on the same page here. What I was wondering is that given > this lack of generality (this operation would only be supported on > `DiskBackedFilesystem`, and not all other kinds of file s

[Lldb-commits] [PATCH] D54003: Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove redundant parameter which can be calculated from other parameter

2018-11-02 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. This looks nice, just added some minor comments below. Otherwise LGTM after Davide's point is addressed. Comment at: include/lldb/Symbol/ClangASTContext.h:909 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType( - lldb::opaque_compi

[Lldb-commits] [PATCH] D54003: Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove redundant parameter which can be calculated from other parameter

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a comment. This function is called in `SymbolFile/NativePDB` as well. https://reviews.llvm.org/D54003 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Hi Zachary, looks like this broke GreenDragon: http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/12087/console Can you have a look please? Repository: rLLDB LLDB https://reviews.llvm.org/D54009 ___ lldb-comm

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Davide Italiano via Phabricator via lldb-commits
davide added a comment. This broke MacOS. I'm going to revert this. To reproduce, just run `ninja check-lldb` with your patches. Please let me know if you need other informations. Repository: rLLDB LLDB https://reviews.llvm.org/D53368 ___ lldb-c

[Lldb-commits] [lldb] r346045 - Revert "[Symbol] Search symbols with name and type in a symbol file"

2018-11-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Nov 2 14:59:14 2018 New Revision: 346045 URL: http://llvm.org/viewvc/llvm-project?rev=346045&view=rev Log: Revert "[Symbol] Search symbols with name and type in a symbol file" It broke MacOS buildbots. Modified: lldb/trunk/include/lldb/Symbol/SymbolFile.h lldb/t

[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner created this revision. zturner added reviewers: aleksandr.urakov, labath, lemo. Herald added subscribers: erik.pilkington, mgorny. Previously we were not able to accurately represent tag record types with clang record decls. The primary reason for this is that for type information PDB o

Re: [Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files

2018-11-02 Thread Zachary Turner via lldb-commits
Fix incoming, sorry about that. On Fri, Nov 2, 2018 at 2:57 PM Jonas Devlieghere via Phabricator < revi...@reviews.llvm.org> wrote: > JDevlieghere added a comment. > > Hi Zachary, looks like this broke GreenDragon: > http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/12087/console > > Can y

[Lldb-commits] [lldb] r346046 - Fix the lit test suite.

2018-11-02 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Nov 2 15:02:09 2018 New Revision: 346046 URL: http://llvm.org/viewvc/llvm-project?rev=346046&view=rev Log: Fix the lit test suite. This change was accidentally missed from the original changeset. Modified: lldb/trunk/lit/lit.site.cfg.py.in Modified: lldb/trunk/lit

[Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a subscriber: stella.stamenova. zturner added a comment. Fix incoming, sorry about that. Repository: rLLDB LLDB https://reviews.llvm.org/D54009 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL346049: [FileSystem] Open File instances through the FileSystem. (authored by JDevlieghere, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D54

[Lldb-commits] [PATCH] D54020: [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB346049: [FileSystem] Open File instances through the FileSystem. (authored by JDevlieghere, committed by ). Changed prior to commit: https://reviews.llvm.org/D54020?vs=172382&id=172448#toc Repositor

[Lldb-commits] [lldb] r346049 - [FileSystem] Open File instances through the FileSystem.

2018-11-02 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Fri Nov 2 15:34:51 2018 New Revision: 346049 URL: http://llvm.org/viewvc/llvm-project?rev=346049&view=rev Log: [FileSystem] Open File instances through the FileSystem. This patch modifies how we open File instances in LLDB. Rather than passing a path or FileSpec to the

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. jingham added a reviewer: aprantl. Herald added a subscriber: lldb-commits. Sometimes you want to make sure that the target doesn't run at all when running an expression, and you'd rather the expression fail if it would have run the target. You can do this with th

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl accepted this revision. aprantl added a comment. This revision is now accepted and ready to land. This is great! Why not just call it `--jit`? Repository: rLLDB LLDB https://reviews.llvm.org/D54056 ___ lldb-commits mailing list lldb-commi

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Jason Molenda via Phabricator via lldb-commits
jasonmolenda added a comment. To me --jit sounds like an imperative (i.e. don't use the IR interpreter, jit and execute this expression), whereas --allow-jit seems closer to the behavior here. Repository: rLLDB LLDB https://reviews.llvm.org/D54056

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. Ah, I didn't realize that the behavior is to always try to interpret first. Repository: rLLDB LLDB https://reviews.llvm.org/D54056 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

[Lldb-commits] [PATCH] D54060: Remove OCaml debugger plugin

2018-11-02 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: davide, zturner, labath, tberghammer. JDevlieghere added a project: LLDB. Herald added a subscriber: mgorny. In January Davide sent an e-mail to the mailing list to suggest removing support for Go and Java. The plan was to have som

[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

2018-11-02 Thread Leonard Mosescu via Phabricator via lldb-commits
lemo accepted this revision. lemo added a comment. This revision is now accepted and ready to land. nice! Comment at: lldb/source/Plugins/SymbolFile/NativePDB/MangledAST.cpp:80 + + lldb::AccessType access = + (ttn->Tag == TagKind::Class) ? lldb::eAccessPrivate : lldb::eA

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Jim Ingham via Phabricator via lldb-commits
jingham added a comment. --jit wouldn't describe what the flag actually does. Currently allow-jit and the SB Setting I added for it set the execution policy to eExecutionPolicyWhenNeeded, not eExecutionPolicyAlways. So this really does just allow the JIT to be used, it doesn't force it. If w

[Lldb-commits] [lldb] r346053 - Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.

2018-11-02 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Nov 2 16:42:40 2018 New Revision: 346053 URL: http://llvm.org/viewvc/llvm-project?rev=346053&view=rev Log: Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit. Differential Revision: https://reviews.llvm.org/D54056 Added: lldb/trunk/pack

[Lldb-commits] [PATCH] D54056: Add SetAllowJIT (the SBExpressionOptions equivalent of "expression --allow-jit")

2018-11-02 Thread Jim Ingham via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL346053: Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit. (authored by jingham, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://re

[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

2018-11-02 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a comment. In https://reviews.llvm.org/D54053#1286272, @lemo wrote: > nice! AFAIU this is just the "default" access of the class. I should probably investigate why it's needed in the first place, since it can be deduced from the tag type. https://reviews.llvm.org/D54053 __

[Lldb-commits] [lldb] r346057 - Make sure to have lit load the configured site config first.

2018-11-02 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Nov 2 17:06:37 2018 New Revision: 346057 URL: http://llvm.org/viewvc/llvm-project?rev=346057&view=rev Log: Make sure to have lit load the configured site config first. For the lldb unit test suite, we forgot to add the mapping from site config to main config, so when it

[Lldb-commits] [lldb] r346058 - Fix some windows-specific fallout from the FileSpec change.

2018-11-02 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Nov 2 17:07:03 2018 New Revision: 346058 URL: http://llvm.org/viewvc/llvm-project?rev=346058&view=rev Log: Fix some windows-specific fallout from the FileSpec change. Modified: lldb/trunk/source/Host/windows/Host.cpp lldb/trunk/unittests/SymbolFile/PDB/SymbolFil

[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-02 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. Minor detail: The revision title only mentions Java, but this revision removes both Go and Java. Did anyone actually went through with Jim's proposal and posted this proposal to some Go mailing list or so? https://reviews.llvm.org/D54059 _

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. Thanks for catching that! Unfortunately, I have no access to MacOS, can you provide some more info about failure, please? Repository: rLLDB LLDB https://reviews.llvm.org/D53368 ___ lldb-commits mailing list lldb

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Davide Italiano via Phabricator via lldb-commits
davide added a comment. In https://reviews.llvm.org/D53368#1286361, @aleksandr.urakov wrote: > Thanks for catching that! Unfortunately, I have no access to MacOS, can you > provide some more info about failure, please? Unfortunately the bot logs are gone. When I originally looked at them they

[Lldb-commits] [PATCH] D53368: [Symbol] Search symbols with name and type in a symbol file

2018-11-02 Thread Aleksandr Urakov via Phabricator via lldb-commits
aleksandr.urakov added a comment. I'm not sure, but have an assumption. Here is the first green build of the green-dragon-24: http://green.lab.llvm.org/green/job/lldb-cmake/12090/ It became green after three changes, one of them is your revert of my commit, while another is Zachary's "Fix the l