Re: [Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

2016-06-09 Thread Nitesh Jain via lldb-commits
nitesh.jain added a comment. I will check it and let you know asap. Thanks http://reviews.llvm.org/D20368 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r272354 - Make all the SBFrame API's take the target lock.

2016-06-09 Thread Jim Ingham via lldb-commits
Author: jingham Date: Thu Jun 9 19:37:44 2016 New Revision: 272354 URL: http://llvm.org/viewvc/llvm-project?rev=272354&view=rev Log: Make all the SBFrame API's take the target lock. For some reason, the conversion to taking the target lock when acquiring the ExecutionContext was only done for so

[Lldb-commits] [lldb] r272348 - Fix "frame variable" to show all variables defined in functions and any contained lexical blocks, even if they are static variables.

2016-06-09 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Jun 9 18:56:12 2016 New Revision: 272348 URL: http://llvm.org/viewvc/llvm-project?rev=272348&view=rev Log: Fix "frame variable" to show all variables defined in functions and any contained lexical blocks, even if they are static variables. For code like: int g_globa

[Lldb-commits] [lldb] r272326 - Enable some tests on linux

2016-06-09 Thread Pavel Labath via lldb-commits
Author: labath Date: Thu Jun 9 17:39:36 2016 New Revision: 272326 URL: http://llvm.org/viewvc/llvm-project?rev=272326&view=rev Log: Enable some tests on linux This enables a couple of tests which have been shown to run reliably on the linux x86 buildbot. If you see a failure after this commit, f

[Lldb-commits] [lldb] r272322 - Fixed an issue in the ProcessMachCore where segments are not always contiguous in mach-o core files. We have core files that have segments like:

2016-06-09 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Jun 9 17:26:49 2016 New Revision: 272322 URL: http://llvm.org/viewvc/llvm-project?rev=272322&view=rev Log: Fixed an issue in the ProcessMachCore where segments are not always contiguous in mach-o core files. We have core files that have segments like: Addres

[Lldb-commits] [lldb] r272320 - Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.

2016-06-09 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Thu Jun 9 17:22:40 2016 New Revision: 272320 URL: http://llvm.org/viewvc/llvm-project?rev=272320&view=rev Log: Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored. Modified: lldb/trunk/source/Expression/IRMemoryMap.cpp Modified: lldb/trunk/sourc

Re: [Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

2016-06-09 Thread Pavel Labath via lldb-commits
labath added a comment. @nitesh.jain could you give the new version one more spin. I tried it on the auxv files you sent me, and it should work, but maybe there are other issues we did not notice. And thank you again for the help and all the patience. Everyone else: The new version has only mip

Re: [Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

2016-06-09 Thread Pavel Labath via lldb-commits
labath updated this revision to Diff 60256. labath added a comment. This revision is now accepted and ready to land. Use an auxv-based approach for detecting the architecture in case of mips. http://reviews.llvm.org/D20368 Files: source/Plugins/Process/Linux/NativeProcessLinux.cpp source/Pl

Re: [Lldb-commits] Does anyone need these zorg modules?

2016-06-09 Thread Galina Kistanova via lldb-commits
Hello, Last call for the next builder modules: ChrootSetup.py DragonEggBuilder.py KLEEBuilder.py ScriptedBuilder.py gccSuiteBuilder.py I am going to remove them. If anyone have plans for any of them please speak up! Thanks Galina ___ lldb-commits mai

[Lldb-commits] LLVM buildmaster will be restarted tonight

2016-06-09 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 6 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D21159: [zorg] Add a step to run unit tests to the scripted LLDB builder

2016-06-09 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL272311: [zorg] Add a step to run unit tests to the scripted LLDB builder (authored by labath). Changed prior to commit: http://reviews.llvm.org/D21159?vs=60121&id=60235#toc Repository: rL LLVM http:

[Lldb-commits] [lldb] r272301 - Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.

2016-06-09 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Thu Jun 9 15:22:25 2016 New Revision: 272301 URL: http://llvm.org/viewvc/llvm-project?rev=272301&view=rev Log: Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe. Previously we eliminated the randomized scheme for finding memory when the underlying proces

Re: [Lldb-commits] [PATCH] D21159: [zorg] Add a step to run unit tests to the scripted LLDB builder

2016-06-09 Thread Galina via lldb-commits
gkistanova added a comment. The patch looks Ok. Thanks Galina http://reviews.llvm.org/D21159 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r272284 - Fix a no newline at end of file warning.

2016-06-09 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Jun 9 13:06:09 2016 New Revision: 272284 URL: http://llvm.org/viewvc/llvm-project?rev=272284&view=rev Log: Fix a no newline at end of file warning. Modified: lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp Modified: lldb/trunk/unittest

[Lldb-commits] [lldb] r272281 - Some core files on MacOSX don't have permissions setup correctly on the LC_SEGMENT load commands. Assume read + execute if the permissions are not set.

2016-06-09 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Jun 9 12:52:02 2016 New Revision: 272281 URL: http://llvm.org/viewvc/llvm-project?rev=272281&view=rev Log: Some core files on MacOSX don't have permissions setup correctly on the LC_SEGMENT load commands. Assume read + execute if the permissions are not set. Modif

Re: [Lldb-commits] [lldb] r270745 - Mark some arm-linux specific xfails marking bug entries

2016-06-09 Thread Pavel Labath via lldb-commits
On 8 June 2016 at 17:24, Omair Javaid wrote: > On 26 May 2016 at 18:07, Pavel Labath wrote: >> These tests pass on soft float targets (e.g. android), so we should >> not disable it there. I think we should figure out a way to make it >> possible to disambiguate these. Right now it is possible to

Re: [Lldb-commits] [PATCH] D21164: Improve watchpoint error reporting specially for arm/aarch64 targets

2016-06-09 Thread Pavel Labath via lldb-commits
labath added a reviewer: clayborg. labath added a comment. Native register context changes seem legit. Adding Greg for the Target.cpp changes. http://reviews.llvm.org/D21164 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llv

[Lldb-commits] [lldb] r272276 - Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file pro

2016-06-09 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Jun 9 11:34:06 2016 New Revision: 272276 URL: http://llvm.org/viewvc/llvm-project?rev=272276&view=rev Log: Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core f

Re: [Lldb-commits] [PATCH] D21064: [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions

2016-06-09 Thread Bhushan Attarde via lldb-commits
bhushan accepted this revision. bhushan added a comment. Looks good. Repository: rL LLVM http://reviews.llvm.org/D21064 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits