Author: gclayton
Date: Fri Feb 10 17:32:06 2017
New Revision: 294804
URL: http://llvm.org/viewvc/llvm-project?rev=294804&view=rev
Log:
Fix the lldb_private::Function::GetDescription to print out the name and
mangled name correctly. Previously this was getting the function type's name
which was n
Author: cbieneman
Date: Fri Feb 10 12:39:26 2017
New Revision: 294768
URL: http://llvm.org/viewvc/llvm-project?rev=294768&view=rev
Log:
Fix another build issue with shared libraries on Linux
In r294767, I added these dependencies in the wrong place.
Modified:
lldb/trunk/source/Plugins/Disass
Author: cbieneman
Date: Fri Feb 10 12:37:02 2017
New Revision: 294767
URL: http://llvm.org/viewvc/llvm-project?rev=294767&view=rev
Log:
Fix another build issue with shared libraries on Linux
Modified:
lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
Modified: lldb/trunk/source/Plu
Author: cbieneman
Date: Fri Feb 10 11:47:55 2017
New Revision: 294763
URL: http://llvm.org/viewvc/llvm-project?rev=294763&view=rev
Log:
Fix build issue with shared libraries reported via email
Modified:
lldb/trunk/source/Plugins/UnwindAssembly/x86/CMakeLists.txt
Modified: lldb/trunk/source/P
Author: labath
Date: Fri Feb 10 07:04:32 2017
New Revision: 294744
URL: http://llvm.org/viewvc/llvm-project?rev=294744&view=rev
Log:
Really fix windows build
this time I have actually tried that it compiles on windows.
Modified:
lldb/trunk/source/Plugins/Process/Windows/Common/ProcessWindows
labath created this revision.
We've had two ways to print a "debug" log message.
- Log::GetDebug() was testing a Stream flag which was never set.
- Log::Debug() was checking for the presence of "log enable --debug"
flag.
Given that these two were used very rarely and we already have a
different
Author: labath
Date: Fri Feb 10 06:32:43 2017
New Revision: 294743
URL: http://llvm.org/viewvc/llvm-project?rev=294743&view=rev
Log:
Fix darwin and windows builds broken by r294736
Update the platform-specific log classes to match the new interface.
Modified:
lldb/trunk/source/Plugins/Proces
Author: labath
Date: Fri Feb 10 06:21:22 2017
New Revision: 294741
URL: http://llvm.org/viewvc/llvm-project?rev=294741&view=rev
Log:
UriParser cleanup
- move the header file to the include folder
- enclose the class in the proper namespace
Added:
lldb/trunk/include/lldb/Utility/UriParser.h
Author: labath
Date: Fri Feb 10 05:49:33 2017
New Revision: 294738
URL: http://llvm.org/viewvc/llvm-project?rev=294738&view=rev
Log:
Add a format_provider for the Timeout class
and use it in the appropriate log statements.
Formatting of chrono types in log messages was very clunky. This should
m
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294736: Convert Log class to llvm streams (authored by
labath).
Changed prior to commit:
https://reviews.llvm.org/D29615?vs=87349&id=87978#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29615
Fi
Author: labath
Date: Fri Feb 10 05:49:25 2017
New Revision: 294737
URL: http://llvm.org/viewvc/llvm-project?rev=294737&view=rev
Log:
Improve asserts in TestWatchpointIgnoreCount
This test is flaky on the windows->android bot. Change assertTrue to
assertEqual in the hope better error messages will
Author: labath
Date: Fri Feb 10 05:49:40 2017
New Revision: 294739
URL: http://llvm.org/viewvc/llvm-project?rev=294739&view=rev
Log:
Switch TestPacketSpeedJSON to use the llvm chrono formatter
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/tr
Author: labath
Date: Fri Feb 10 05:49:21 2017
New Revision: 294736
URL: http://llvm.org/viewvc/llvm-project?rev=294736&view=rev
Log:
Convert Log class to llvm streams
Summary:
This converts LLDB's logging to use llvm streams instead of
lldb_private::Stream and friends. The changes are mostly
stra
13 matches
Mail list logo