[Lldb-commits] [lldb] r320341 - Revert "[DataEncoder] Replace buggy versions of write functions."

2017-12-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 10 21:09:35 2017 New Revision: 320341 URL: http://llvm.org/viewvc/llvm-project?rev=320341&view=rev Log: Revert "[DataEncoder] Replace buggy versions of write functions." The commit exposes a bunch of failures in the LLDB testsuite that I need to analyze more carefully

Re: [Lldb-commits] [lldb] r319516 - ClangASTContext::ParseClassTemplateDecl doesn't always succeed.

2017-12-10 Thread Davide Italiano via lldb-commits
ping. Any luck trying to write a testcase? This is a great opportunity to discuss whether is feasible and we can improve the testing strategy here. -- Davide On Fri, Dec 1, 2017 at 11:02 AM, Davide Italiano wrote: > yes, that should work, and we should give it at least a shot :) > > On Fri, Dec

Re: [Lldb-commits] [lldb] r320240 - Update PlatformDarwin::GetDeveloperDir to handle the two

2017-12-10 Thread Davide Italiano via lldb-commits
Testcase? On Fri, Dec 8, 2017 at 7:06 PM, Jason Molenda via lldb-commits wrote: > Author: jmolenda > Date: Fri Dec 8 19:06:19 2017 > New Revision: 320240 > > URL: http://llvm.org/viewvc/llvm-project?rev=320240&view=rev > Log: > Update PlatformDarwin::GetDeveloperDir to handle the two > most comm

Re: [Lldb-commits] [lldb] r320242 - Change uses of strncpy in debugserver to strlcpy

2017-12-10 Thread Davide Italiano via lldb-commits
On Fri, Dec 8, 2017 at 7:37 PM, Jason Molenda via lldb-commits wrote: > Author: jmolenda > Date: Fri Dec 8 19:37:09 2017 > New Revision: 320242 > > URL: http://llvm.org/viewvc/llvm-project?rev=320242&view=rev > Log: > Change uses of strncpy in debugserver to strlcpy > for better safety. > > > T

[Lldb-commits] [lldb] r320338 - [DarwinLog] Remove other dead code. Found while reading this file.

2017-12-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 10 15:49:23 2017 New Revision: 320338 URL: http://llvm.org/viewvc/llvm-project?rev=320338&view=rev Log: [DarwinLog] Remove other dead code. Found while reading this file. Modified: lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp Mo

[Lldb-commits] [lldb] r320337 - [MachException] Garbage collect unused and dead code.

2017-12-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 10 15:33:33 2017 New Revision: 320337 URL: http://llvm.org/viewvc/llvm-project?rev=320337&view=rev Log: [MachException] Garbage collect unused and dead code. Modified: lldb/trunk/source/Plugins/Process/Darwin/MachException.cpp Modified: lldb/trunk/source/Plugins/

[Lldb-commits] [lldb] r320335 - [DataEncoder] Replace buggy versions of write functions.

2017-12-10 Thread Davide Italiano via lldb-commits
Author: davide Date: Sun Dec 10 14:54:07 2017 New Revision: 320335 URL: http://llvm.org/viewvc/llvm-project?rev=320335&view=rev Log: [DataEncoder] Replace buggy versions of write functions. They cause an ubsan error when ran through the testsuite (store to misaligned address is UB). This commit k