[Lldb-commits] [lldb] r330518 - [lit] Generate a single lit cfg file for tests that require dotest.py

2018-04-21 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Sat Apr 21 11:23:04 2018 New Revision: 330518 URL: http://llvm.org/viewvc/llvm-project?rev=330518=rev Log: [lit] Generate a single lit cfg file for tests that require dotest.py The current way that the lit configuration is generated for the LLDB tests that run using

[Lldb-commits] [lldb] r330504 - Temporarily skip Go TestExpressions on FreeBSD as it hangs

2018-04-21 Thread Ed Maste via lldb-commits
Author: emaste Date: Sat Apr 21 06:59:07 2018 New Revision: 330504 URL: http://llvm.org/viewvc/llvm-project?rev=330504=rev Log: Temporarily skip Go TestExpressions on FreeBSD as it hangs llvm.org/pr37194 Modified:

[Lldb-commits] [lldb] r330500 - FreeBSD: propagate error to user if memory access fails

2018-04-21 Thread Ed Maste via lldb-commits
Author: emaste Date: Sat Apr 21 04:23:56 2018 New Revision: 330500 URL: http://llvm.org/viewvc/llvm-project?rev=330500=rev Log: FreeBSD: propagate error to user if memory access fails Previously, an attempt to read an unreadable address reported zeros. Now, if DoReadMemory or DoWriteMemory