[Lldb-commits] [PATCH] D27088: [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS

2017-01-06 Thread Nitesh Jain via Phabricator via lldb-commits
nitesh.jain updated this revision to Diff 83520. nitesh.jain added a comment. Update diff as per suggestion https://reviews.llvm.org/D27088 Files: packages/Python/lldbsuite/test/lldbdwarf.py packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py Index: packages/Python/lldbsu

[Lldb-commits] [lldb] r291291 - Install lldb Python module on Windows.

2017-01-06 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Jan 6 16:05:35 2017 New Revision: 291291 URL: http://llvm.org/viewvc/llvm-project?rev=291291&view=rev Log: Install lldb Python module on Windows. Patch by Vadim Chugunov Differential Revision: https://reviews.llvm.org/D27476 Modified: lldb/trunk/scripts/CMakeLists.

[Lldb-commits] [PATCH] D27476: Install lldb Python module on Windows.

2017-01-06 Thread Zachary Turner via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291291: Install lldb Python module on Windows. (authored by zturner). Changed prior to commit: https://reviews.llvm.org/D27476?vs=80456&id=83427#toc Repository: rL LLVM https://reviews.llvm.org/D274

[Lldb-commits] [lldb] r291271 - Reapply "Fixes for Clang API changes to use std::shared_ptr"

2017-01-06 Thread David Blaikie via lldb-commits
Author: dblaikie Date: Fri Jan 6 13:49:05 2017 New Revision: 291271 URL: http://llvm.org/viewvc/llvm-project?rev=291271&view=rev Log: Reapply "Fixes for Clang API changes to use std::shared_ptr" Aleksey Shlyapnikov found the memory leak I introduced, recommitted the Clang change with a fix for t

[Lldb-commits] [lldb] r291250 - Revert "Fixes for Clang API changes to use std::shared_ptr"

2017-01-06 Thread David Blaikie via lldb-commits
Author: dblaikie Date: Fri Jan 6 11:47:15 2017 New Revision: 291250 URL: http://llvm.org/viewvc/llvm-project?rev=291250&view=rev Log: Revert "Fixes for Clang API changes to use std::shared_ptr" The original Clang change caused a memory leak detected by asan. Reverting while I investigate. This

[Lldb-commits] [PATCH] D28305: [Host] Handle short reads and writes, take 3

2017-01-06 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Ok, this is going to be more complicated than I expected. libedit takes a `FILE*` in its interface, so it's going to be very hard to get rid of it. It would be possible to still use file descriptors everywhere, and create a fake FILE* using functions like `funopen` for t

[Lldb-commits] [lldb] r291234 - Another windows build fix

2017-01-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jan 6 07:07:09 2017 New Revision: 291234 URL: http://llvm.org/viewvc/llvm-project?rev=291234&view=rev Log: Another windows build fix Modified: lldb/trunk/tools/driver/Platform.cpp Modified: lldb/trunk/tools/driver/Platform.cpp URL: http://llvm.org/viewvc/llvm-proje

[Lldb-commits] [lldb] r291233 - Attempt to fix windows build for r291198

2017-01-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jan 6 06:41:15 2017 New Revision: 291233 URL: http://llvm.org/viewvc/llvm-project?rev=291233&view=rev Log: Attempt to fix windows build for r291198 Modified: lldb/trunk/source/Host/windows/EditLineWin.cpp Modified: lldb/trunk/source/Host/windows/EditLineWin.cpp URL:

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-06 Thread Ilia K via Phabricator via lldb-commits
ki.stfu added a comment. lgtm Repository: rL LLVM https://reviews.llvm.org/D24711 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r291226 - Fix clang build for r291198

2017-01-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jan 6 04:20:32 2017 New Revision: 291226 URL: http://llvm.org/viewvc/llvm-project?rev=291226&view=rev Log: Fix clang build for r291198 Older clangs (<=3.6) complain about a redefinition when we try to specialize a templace function declared with = delete. Instead, I just

[Lldb-commits] [lldb] r291225 - Revert "XFAIL an lldb-mi test"

2017-01-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jan 6 04:20:29 2017 New Revision: 291225 URL: http://llvm.org/viewvc/llvm-project?rev=291225&view=rev Log: Revert "XFAIL an lldb-mi test" The clang bug is fixed now. This reverts commit r291100. Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/stack

[Lldb-commits] [lldb] r291220 - Consolidate file handle usage in Editline.cpp

2017-01-06 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jan 6 03:27:38 2017 New Revision: 291220 URL: http://llvm.org/viewvc/llvm-project?rev=291220&view=rev Log: Consolidate file handle usage in Editline.cpp Summary: To implement wide character reading, editline was mixing FILE*-based access with a Connection-based one (plus

[Lldb-commits] [PATCH] D28356: Consolidate file handle usage in Editline.cpp

2017-01-06 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291220: Consolidate file handle usage in Editline.cpp (authored by labath). Changed prior to commit: https://reviews.llvm.org/D28356?vs=83237&id=83351#toc Repository: rL LLVM https://reviews.llvm.or