[Lldb-commits] [PATCH] D38568: [lldb] Enable using out-of-tree dwps

2017-10-10 Thread Tamas Berghammer via Phabricator via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. Looks good. Thanks for fixing it. Repository: rL LLVM https://reviews.llvm.org/D38568 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman

[Lldb-commits] [PATCH] D38394: Fix dumping of characters with non-standard sizes

2017-10-10 Thread Petr Pavlu via Phabricator via lldb-commits
petpav01 updated this revision to Diff 118375. petpav01 added a comment. Updated patch contains the following changes: - Remove comments for `DataExtractor::GetMaxU32()` and `GetMaxU64()` from `DataExtractor.cpp` and keep only the Doxygen ones in the header file. - Restore assertion for `byte_si

[Lldb-commits] [PATCH] D38394: Fix dumping of characters with non-standard sizes

2017-10-10 Thread Greg Clayton via Phabricator via lldb-commits
clayborg accepted this revision. clayborg added a comment. Looks good https://reviews.llvm.org/D38394 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r315378 - Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows.

2017-10-10 Thread Peter Collingbourne via lldb-commits
Author: pcc Date: Tue Oct 10 15:19:46 2017 New Revision: 315378 URL: http://llvm.org/viewvc/llvm-project?rev=315378&view=rev Log: Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. This allows clients to avoid an unnecessary fs::status() call on ea

[Lldb-commits] [lldb] r315387 - [lldb] Enable using out-of-tree dwps

2017-10-10 Thread Alexander Shaposhnikov via lldb-commits
Author: alexshap Date: Tue Oct 10 16:28:34 2017 New Revision: 315387 URL: http://llvm.org/viewvc/llvm-project?rev=315387&view=rev Log: [lldb] Enable using out-of-tree dwps Previously LLDB required the DWP file to be located next to the executable file. This diff uses the helper function Symbols

[Lldb-commits] [PATCH] D38568: [lldb] Enable using out-of-tree dwps

2017-10-10 Thread Alexander Shaposhnikov via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL315387: [lldb] Enable using out-of-tree dwps (authored by alexshap). Changed prior to commit: https://reviews.llvm.org/D38568?vs=118250&id=118504#toc Repository: rL LLVM https://reviews.llvm.org/D38