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
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.
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
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
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
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
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
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:
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
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
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
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
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
13 matches
Mail list logo