[Lldb-commits] LLVM buildmaster will be restarted tonight

2016-12-16 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 5 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r289994 - Fix compiler warning.

2016-12-16 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Dec 16 15:35:12 2016 New Revision: 289994 URL: http://llvm.org/viewvc/llvm-project?rev=289994=rev Log: Fix compiler warning. Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp URL:

[Lldb-commits] [PATCH] D27223: Expression evaluation for overloaded C functions (redux)

2016-12-16 Thread Greg Clayton via Phabricator via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. https://reviews.llvm.org/D27223 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D27780: Make OptionDefinition structure store a StringRef

2016-12-16 Thread Zachary Turner via Phabricator via lldb-commits
zturner added a comment. Yea as I mentioned this whole plan might be killed by a blocker I ran into last night. I'm still trying to figure out if there's a workaround. https://reviews.llvm.org/D27780 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D27780: Make OptionDefinition structure store a StringRef

2016-12-16 Thread Greg Clayton via Phabricator via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Ok, as long as the StringRef constructors are quick and efficient and not running strlen() each time I am good. https://reviews.llvm.org/D27780

[Lldb-commits] [PATCH] D23977: Support of lldb on Kfreebsd

2016-12-16 Thread Chris Bieneman via Phabricator via lldb-commits
beanz added a comment. Looks fine to me. https://reviews.llvm.org/D23977 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D26757: Fix broken escaping of commands in the build

2016-12-16 Thread Luke Drummond via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL289956: Fix broken escaping of commands in the build (authored by ldrumm). Changed prior to commit: https://reviews.llvm.org/D26757?vs=79578=81761#toc Repository: rL LLVM

[Lldb-commits] [lldb] r289956 - Fix broken escaping of commands in the build

2016-12-16 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Fri Dec 16 10:38:25 2016 New Revision: 289956 URL: http://llvm.org/viewvc/llvm-project?rev=289956=rev Log: Fix broken escaping of commands in the build A combination of broken escaping in CMake and in the python swig generation scripts meant that the swig generation step

[Lldb-commits] [PATCH] D27223: Expression evaluation for overloaded C functions (redux)

2016-12-16 Thread Luke Drummond via Phabricator via lldb-commits
ldrumm added inline comments. Comment at: include/lldb/Core/FastDemangle.h:22 +char * +FastDemangle(const char *mangled_name, size_t mangled_name_length, + std::function primitive_type_hook = nullptr); alexshap wrote: > some

[Lldb-commits] [PATCH] D27223: Expression evaluation for overloaded C functions (redux)

2016-12-16 Thread Luke Drummond via Phabricator via lldb-commits
ldrumm updated this revision to Diff 81753. ldrumm marked 6 inline comments as done. ldrumm added a comment. updated to use StringRef-based parser rather than char pointers https://reviews.llvm.org/D27223 Files: include/lldb/Core/FastDemangle.h

[Lldb-commits] [lldb] r289947 - Remove an unused type declaration.

2016-12-16 Thread Hafiz Abid Qadeer via lldb-commits
Author: abidh Date: Fri Dec 16 08:44:34 2016 New Revision: 289947 URL: http://llvm.org/viewvc/llvm-project?rev=289947=rev Log: Remove an unused type declaration. Modified: lldb/trunk/tools/lldb-mi/Platform.h Modified: lldb/trunk/tools/lldb-mi/Platform.h URL: