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
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
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
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
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
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/
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