jasonmolenda created this revision.
jasonmolenda added reviewers: labath, tberghammer.
jasonmolenda added a subscriber: lldb-commits.
jasonmolenda set the repository for this revision to rL LLVM.
This is a minor change and maybe more of a personal preference, but
UnwindAssemblyInstEmulation marks
Is anyone else seeing a hang in
GDBRemoteCommunicationClientTest.TestPacketSpeedJSON when running the unit
tests? It was a new test added in r285602, it always hangs for me on my
system, a macOS 10.12.something machine. Attaching to it with lldb, it's
waiting to get a packet down in
thread #
Author: jingham
Date: Thu Nov 3 20:47:59 2016
New Revision: 285977
URL: http://llvm.org/viewvc/llvm-project?rev=285977&view=rev
Log:
Added a couple more odd dot patterns that we got out
of clang.
Modified:
lldb/trunk/unittests/Host/FileSpecTest.cpp
Modified: lldb/trunk/unittests/Host/FileSp
Author: jingham
Date: Thu Nov 3 18:42:09 2016
New Revision: 285974
URL: http://llvm.org/viewvc/llvm-project?rev=285974&view=rev
Log:
Don't access the process in expressions w/o checking that
the process exists.
I also added some tests that crash before this fix, and work correctly after.
Adde
Author: enrico
Date: Thu Nov 3 12:33:11 2016
New Revision: 285943
URL: http://llvm.org/viewvc/llvm-project?rev=285943&view=rev
Log:
Add RenderScriptScriptGroup to the Xcode project
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
Author: enrico
Date: Thu Nov 3 12:25:27 2016
New Revision: 285941
URL: http://llvm.org/viewvc/llvm-project?rev=285941&view=rev
Log:
Add support to the ObjC type scavenger for finding types via debug info
Modified:
lldb/trunk/include/lldb/Target/Language.h
lldb/trunk/packages/Python/lld
Author: aidandodds
Date: Thu Nov 3 08:20:37 2016
New Revision: 285902
URL: http://llvm.org/viewvc/llvm-project?rev=285902&view=rev
Log:
[Renderscript] Add commands for scriptgroup interaction.
This commit hooks the nofity function that signals script group
compilation. By tracking scriptgroups
This revision was automatically updated to reflect the committed changes.
Closed by commit rL285894: Link lldb-mi only to the llvm components it uses
(authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D26190?vs=76554&id=76833#toc
Repository:
rL LLVM
https://reviews.llvm
Author: labath
Date: Thu Nov 3 05:52:17 2016
New Revision: 285894
URL: http://llvm.org/viewvc/llvm-project?rev=285894&view=rev
Log:
Link lldb-mi only to the llvm components it uses
Summary:
liblldb does not re-export the llvm library contained within, so lldb-mi needs
to
manage its own dependen
labath created this revision.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
The only interesting part here is that TimePoint and TimeValue have different
natural string representations, which affects "target modules list" output. It
is now "2016-07-09 04:02:21.000
Author: labath
Date: Thu Nov 3 05:07:47 2016
New Revision: 285892
URL: http://llvm.org/viewvc/llvm-project?rev=285892&view=rev
Log:
Fix Timer unit test
I did not take into account that the output of the Dump function will be
non-deterministic. Fix that by increasing of the times, this also makes
Author: labath
Date: Thu Nov 3 04:29:56 2016
New Revision: 285891
URL: http://llvm.org/viewvc/llvm-project?rev=285891&view=rev
Log:
Remove TimeSpecTimeout class
the class is unused.
Removed:
lldb/trunk/source/Utility/TimeSpecTimeout.cpp
lldb/trunk/source/Utility/TimeSpecTimeout.h
Modifi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL285890: Refactor Timer class (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D26243?vs=76701&id=76822#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26243
Files:
lldb/tr
Author: labath
Date: Thu Nov 3 04:14:09 2016
New Revision: 285890
URL: http://llvm.org/viewvc/llvm-project?rev=285890&view=rev
Log:
Refactor Timer class
Summary:
While removing TimeValue from this class I noticed a lot of room for small
simplifications here. Main are:
- instead of complicated
Author: ravitheja
Date: Thu Nov 3 03:35:55 2016
New Revision: 285885
URL: http://llvm.org/viewvc/llvm-project?rev=285885&view=rev
Log:
Test for YMMRegisters.
Summary:
This patch contains test for reading YMM Registers. The test basically
contains an inferior that loads the ymm registers with a b
15 matches
Mail list logo