Author: abhishek
Date: Tue Oct 6 02:04:03 2015
New Revision: 249379
URL: http://llvm.org/viewvc/llvm-project?rev=249379&view=rev
Log:
Bug 25050: X87 FPU Special Purpose Registers
Summary:
- For x86_64-FreeBSD Platform:
-- LLDB now provides correct values of X87 FPU
Special Purpose R
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249380: RenderScript command for printing allocation
information (authored by EwanCrawford).
Changed prior to commit:
http://reviews.llvm.org/D13247?vs=35968&id=36587#toc
Repository:
rL LLVM
http:/
Author: ewancrawford
Date: Tue Oct 6 03:42:32 2015
New Revision: 249380
URL: http://llvm.org/viewvc/llvm-project?rev=249380&view=rev
Log:
RenderScript command for printing allocation information
This patch adds a new command 'language renderscript allocation list' for
printing the details of a
Author: bhushan.attarde
Date: Tue Oct 6 03:52:08 2015
New Revision: 249381
URL: http://llvm.org/viewvc/llvm-project?rev=249381&view=rev
Log:
[MIPS] Emulate microMIPS instructions
SUMMARY:
This patch includes:
1. Emulation of prologue/epilogue and branch instructions for microMIP
brucem created this revision.
brucem added reviewers: bhushan, tberghammer.
brucem added a subscriber: lldb-commits.
http://reviews.llvm.org/D13462
Files:
source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
Index: source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
==
brucem created this revision.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
This was deprecated and removed.
http://reviews.llvm.org/D13463
Files:
source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h
source/Plug
Author: brucem
Date: Tue Oct 6 05:17:34 2015
New Revision: 249387
URL: http://llvm.org/viewvc/llvm-project?rev=249387&view=rev
Log:
Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()
Summary:
When `module_spec.GetFileSpec().GetDirectory().AsCString()` returned a
`null
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249387: Fix segmentation fault in
lldb_private::Symbols::LocateExecutableSymbolFile() (authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D13201?vs=36468&id=36608#toc
Repository:
r
labath added a subscriber: labath.
labath accepted this revision.
labath added a reviewer: labath.
labath added a comment.
This revision is now accepted and ready to land.
I think you can commit things like this as obvious. :)
http://reviews.llvm.org/D13462
___
tberghammer accepted this revision.
tberghammer added a comment.
I agree with Pavel, that you don't have to send these trivial changes for core
review
http://reviews.llvm.org/D13462
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://l
Author: brucem
Date: Tue Oct 6 09:19:32 2015
New Revision: 249405
URL: http://llvm.org/viewvc/llvm-project?rev=249405&view=rev
Log:
Fix virtual/override warnings in new MIPS code.
Reviewers: bhushan, tberghammer
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D13462
M
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249405: Fix virtual/override warnings in new MIPS code.
(authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D13462?vs=36601&id=36622#toc
Repository:
rL LLVM
http://reviews.llvm.or
Author: tberghammer
Date: Tue Oct 6 09:39:05 2015
New Revision: 249407
URL: http://llvm.org/viewvc/llvm-project?rev=249407&view=rev
Log:
Rename a test case to avoid name conflict
Rename the python source file for DataFormatterOSTypeTestCase to match
the purpose of the test and to avoid a name co
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
LGTM. I saw no issues on Ubuntu 14.04 x86_64 and the changes all look
reasonable.
http://reviews.llvm.org/D13448
___
lldb-commits mailing list
Please don't submit CLs like this without a test in the future. This
should be testable by writing some assembly to move a value into an FPU
register, setting a breakpoint, then querying the register values. Can you
submit this as a followup?
On Tue, Oct 6, 2015 at 12:05 AM Abhishek Aggarwal via
I had submitted a patch for the Bug 24457 which is similar kind of bug but on
Linux x86_64 Platform. There, I had submitted a new test to reproduce this
issue. The test is already there in public repository. Since, the same test
goes for FreeBSD also therefore I didn’t need to write a new one.
Author: tfiala
Date: Tue Oct 6 10:23:52 2015
New Revision: 249419
URL: http://llvm.org/viewvc/llvm-project?rev=249419&view=rev
Log:
Switching TestCallUserDefinedFunction from xfail to flaky on OS X.
This is passing 50/50 times for me. Moving to flaky as precautionary
measure.
Modified:
ll
Author: tfiala
Date: Tue Oct 6 10:33:51 2015
New Revision: 249421
URL: http://llvm.org/viewvc/llvm-project?rev=249421&view=rev
Log:
Reduce load on TestMultipleDebuggers.
4-core CPUs have a hard time keeping up with the number of debuggers
we were simultaneously spawning. This leads to a timeout
Author: tfiala
Date: Tue Oct 6 10:57:55 2015
New Revision: 249425
URL: http://llvm.org/viewvc/llvm-project?rev=249425&view=rev
Log:
Convert expectedFlakeyDarwin to expectedFlakeyDsym for
TestCallUserDefinedFunction.py
Closes:
https://llvm.org/bugs/show_bug.cgi?id=25076
Modified:
lldb/trun
I see. In the future in this kind of situation could you mention in the
commit message what test this fixes. For example, "This fixes TestRegisters.py
on FreeBSD".
On Tue, Oct 6, 2015 at 7:59 AM Aggarwal, Abhishek A <
abhishek.a.aggar...@intel.com> wrote:
> I had submitted a patch for the Bug
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good.
http://reviews.llvm.org/D13463
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
ribrdb updated this revision to Diff 36637.
Repository:
rL LLVM
http://reviews.llvm.org/D13268
Files:
CMakeLists.txt
scripts/Python/modules/readline/CMakeLists.txt
scripts/Python/modules/readline/readline.cpp
source/CMakeLists.txt
Index: source/CMakeLists.txt
=
Author: enrico
Date: Tue Oct 6 12:55:14 2015
New Revision: 249433
URL: http://llvm.org/viewvc/llvm-project?rev=249433&view=rev
Log:
Create a logging category that is specific to data formatters activity
Modified:
lldb/trunk/include/lldb/Core/Logging.h
lldb/trunk/source/Core/FormatEntity
Author: sas
Date: Tue Oct 6 13:03:04 2015
New Revision: 249434
URL: http://llvm.org/viewvc/llvm-project?rev=249434&view=rev
Log:
Fix Darwin build of lldb-server.
Summary: We were missing the symbol for the version number.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249434: Fix Darwin build of lldb-server. (authored by sas).
Changed prior to commit:
http://reviews.llvm.org/D13271?vs=36035&id=36638#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13271
Files:
Author: tfiala
Date: Tue Oct 6 14:15:56 2015
New Revision: 249446
URL: http://llvm.org/viewvc/llvm-project?rev=249446&view=rev
Log:
Address failing Go tests on go version from Ubuntu 14.04
Go tests fail on Ubuntu 14.04's go1.2.1. This change puts a minimum
go version in the skipUnlessGoInstalle
Author: tfiala
Date: Tue Oct 6 14:23:22 2015
New Revision: 249448
URL: http://llvm.org/viewvc/llvm-project?rev=249448&view=rev
Log:
Bungled my last change in a tweak.
I took out a skip_test check that wasn't necessary, but
didn't fully yank it out. Would break a normal go install.
Modified:
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks, Ryan!
Repository:
rL LLVM
http://reviews.llvm.org/D13268
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists
Author: brucem
Date: Tue Oct 6 15:15:27 2015
New Revision: 249452
URL: http://llvm.org/viewvc/llvm-project?rev=249452&view=rev
Log:
Remove GetShortPluginName.
Summary: This was deprecated and removed.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL249452: Remove GetShortPluginName. (authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D13463?vs=36602&id=36649#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13463
Files:
lld
I was wondering if we'd need this. Go 1.4 is the minimum supported version.
On Tue, Oct 6, 2015 at 12:17 PM Todd Fiala via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: tfiala
> Date: Tue Oct 6 14:15:56 2015
> New Revision: 249446
>
> URL: http://llvm.org/viewvc/llvm-project?rev=2
Author: ribrdb
Date: Tue Oct 6 15:29:31 2015
New Revision: 249456
URL: http://llvm.org/viewvc/llvm-project?rev=249456&view=rev
Log:
Create GoLanguageRuntime.
GoLanguageRuntime supports finding the runtime type for Go interfaces.
Modified:
lldb/trunk/cmake/LLDBDependencies.cmake
lldb/tru
Author: ribrdb
Date: Tue Oct 6 15:31:08 2015
New Revision: 249459
URL: http://llvm.org/viewvc/llvm-project?rev=249459&view=rev
Log:
Add missing GoLanguageRuntime files.
Added:
lldb/trunk/source/Plugins/LanguageRuntime/Go/
lldb/trunk/source/Plugins/LanguageRuntime/Go/CMakeLists.txt
ll
Have you added any tests for any of the Go functionality yet? If you have
an AST Context, I assume there's at least some way to exercise some of this
functionality, in which case it seems like there should be some tests.
maybe you've already been keeping up with this, just want to make sure.
On
Okay, I can adjust that.
On Tue, Oct 6, 2015 at 1:24 PM, Ryan Brown wrote:
> I was wondering if we'd need this. Go 1.4 is the minimum supported version.
>
> On Tue, Oct 6, 2015 at 12:17 PM Todd Fiala via lldb-commits <
> lldb-commits@lists.llvm.org> wrote:
>
>> Author: tfiala
>> Date: Tue Oct 6
Author: zturner
Date: Tue Oct 6 16:11:15 2015
New Revision: 249466
URL: http://llvm.org/viewvc/llvm-project?rev=249466&view=rev
Log:
Teach CMake to find versions of Python != 2.7
Modified:
lldb/trunk/cmake/modules/LLDBConfig.cmake
lldb/trunk/cmake/modules/LLDBStandalone.cmake
Modified:
Author: zturner
Date: Tue Oct 6 16:11:28 2015
New Revision: 249467
URL: http://llvm.org/viewvc/llvm-project?rev=249467&view=rev
Log:
Update swig generation scripts to support Python 3.
Modified:
lldb/trunk/scripts/Python/buildSwigPython.py
lldb/trunk/scripts/Python/modify-python-lldb.py
zturner added a comment.
My change to support Python 3 is in. Now that that's in, would you mind
trying to prettify the output messages when you get a chance?
Repository:
rL LLVM
http://reviews.llvm.org/D13234
___
lldb-commits mailing list
lldb-
Changed this here:
Sendingtest/lldbtest.py
Transmitting file data .
Committed revision 249477.
Now requires a minimum of version 1.4.0.
On Tue, Oct 6, 2015 at 1:52 PM, Todd Fiala wrote:
> Okay, I can adjust that.
>
> On Tue, Oct 6, 2015 at 1:24 PM, Ryan Brown wrote:
>
>> I was wonderi
Author: tfiala
Date: Tue Oct 6 17:14:33 2015
New Revision: 249477
URL: http://llvm.org/viewvc/llvm-project?rev=249477&view=rev
Log:
Modify minimumg go version to 1.4.0 for tests.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL:
http://llvm.org/viewvc/llvm-pr
Author: ribrdb
Date: Tue Oct 6 17:21:08 2015
New Revision: 249478
URL: http://llvm.org/viewvc/llvm-project?rev=249478&view=rev
Log:
Simple readline functionality for interactive python on linux.
Differential Revision: http://reviews.llvm.org/D13268
Modified:
lldb/trunk/CMakeLists.txt
ll
ribrdb closed this revision.
ribrdb added a comment.
Submitted in revisions 249456 and 249459.
Repository:
rL LLVM
http://reviews.llvm.org/D13149
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/list
Author: chaoren
Date: Tue Oct 6 19:01:06 2015
New Revision: 249486
URL: http://llvm.org/viewvc/llvm-project?rev=249486&view=rev
Log:
Fix Android build.
Modified:
lldb/trunk/CMakeLists.txt
lldb/trunk/cmake/platforms/Android.cmake
lldb/trunk/source/CMakeLists.txt
Modified: lldb/trunk/
dawn added a comment.
This test is still failing. Can you please have a look? Thanks.
Users:
jaydeep (Author)
dawn (Auditor)
http://reviews.llvm.org/rL247773
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi
dawn added a comment.
This test is still failing. Can you please have a look? Thanks.
Users:
jaydeep (Author)
dawn (Auditor)
http://reviews.llvm.org/rL247968
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi
dawn added a comment.
This test is still failing. Can you please have a look? Thanks.
Users:
jingham (Author)
dawn (Auditor)
http://reviews.llvm.org/rL247709
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi
dawn added a comment.
Test TestTerminal.LaunchInTerminalTestCase.test_launch_in_terminal is still
failing. Can you please have a look? Thanks.
Users:
spyffe (Author)
dawn (Auditor)
http://reviews.llvm.org/rL248048
___
lldb-commits mailing l
Author: enrico
Date: Tue Oct 6 20:41:23 2015
New Revision: 249503
URL: http://llvm.org/viewvc/llvm-project?rev=249503&view=rev
Log:
Introduce a variant of GetSummaryAsCString() that takes a LanguageType
argument, and use it when crafting summaries by running selectors
This is the first in a ser
Author: enrico
Date: Tue Oct 6 21:06:48 2015
New Revision: 249506
URL: http://llvm.org/viewvc/llvm-project?rev=249506&view=rev
Log:
Enable the StringPrinter to have prefixes that are strings instead of just a
single character; and also introduce a comparable suffix mechanism
Modified:
lldb
Author: enrico
Date: Tue Oct 6 21:36:35 2015
New Revision: 249507
URL: http://llvm.org/viewvc/llvm-project?rev=249507&view=rev
Log:
Route the preferred-display-language mechanism to the ValueObjectPrinter and
actually fill in a few gaps for dynamic and synthetic values to be able to
adopt this
It looks like there's only 1 test added for all of this functionality from
this and the last few commits, and that the test is specific to Objective
C. The functionality itself seems language agnostic though. Is there any
way to write a test that does not rely on a particular language? That
woul
Actually upon further inspection it looks like the test that was updated
was not really anything new, but an update of an existing test to pass a
new argument through.
Can you add some tests that test this specific functionality?
On Tue, Oct 6, 2015 at 9:09 PM Zachary Turner wrote:
> It looks l
I am not done here.
Also, even once I am done, all that you will be able to see here is no
regressions in existing functionality.
I am plumbing through a set of facilities that I need in order to make certain
parts of data formatting logic Language-plugin based.
That is required to make it easi
Thanks for the clarification!
On Tue, Oct 6, 2015 at 10:51 PM Enrico Granata wrote:
> I am not done here.
> Also, even once I am done, all that you will be able to see here is no
> regressions in existing functionality.
>
> I am plumbing through a set of facilities that I need in order to make
>
54 matches
Mail list logo