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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo