The Week Of Monday 16 May 2016 Archives by subject
      
      Starting: Mon May 16 00:02:46 PDT 2016
         Ending: Sun May 22 22:22:04 PDT 2016
         Messages: 121
     
- [Lldb-commits] [lldb] r269640 - Remove Mutex from NativeProcessLinux
 
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r269647 - Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
 
Omair Javaid via lldb-commits
- [Lldb-commits] [lldb] r269648 - Bump up adb timeout more
 
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r269673 - Make LLDB print out an explicit marker when it's displaying formatters that are part of a disabled category
 
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r269686 - Don't crash when OS plug-in returns None from any of the functions we might call.
 
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r269698 - Test diamond virtual inheritance in	top-level expressions.
 
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r269704 - Fixed and re-enabled the Clang	modules testcase.
 
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r269707 - Make sure we notify that the section module was loaded when SBTarget::SetSectionLoadAddress() is called. Also make sure that the section module is unloaded when SBTarget::ClearSectionLoadAddress() or SBTarget::ClearModuleLoadAddress() is called.
 
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r269713 - Look for CMake.app when searching	for cmake
 
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r269759 - xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r269793 - Allow custom formatting of session	log file names.
 
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r269860 - xfail TestWatchLocation.py for	arm-linux targets
 
Omair Javaid via lldb-commits
- [Lldb-commits] [lldb] r269877 - remove use of Mutex in favour of	std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [lldb] r269980 - xfail TestTopLevelExprs for arm and	aarch64 linux
 
Omair Javaid via lldb-commits
- [Lldb-commits] [lldb] r269996 - Fix standalone LLDB build, when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON.
 
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r270004 - Fix an issue where debugserver would not properly vend OS version information on iOS devices
 
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r270014 - Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
 
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r270015 - Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is defined
 
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r270024 - second pass over removal of Mutex	and Condition
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [lldb] r270040 - Fix build after rL270009
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r270062 - Avoid an assertion failure when a bit field is extracted from a value of the same size.
 
Bryan Chan via lldb-commits
- [Lldb-commits] [lldb] r270097 - Fixed a crash if a FunctionDecl	couldn't be imported.
 
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r270148 - Remove a should have been deleted extra assignment to a variable.
 
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r270162 - Some changes to prevent searching down the stack for saved register
 
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r270201 - Work around android-arm NDK bug	exposed by rL269992
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r270207 - [LLDB][MIPS] Fix floating point handling in case of thread step-out
 
Sagar Thakur via lldb-commits
- [Lldb-commits] [lldb] r270207 - [LLDB][MIPS] Fix floating point handling in case of thread step-out
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r270208 - [LLDB][MIPS] Fix Floating point	Registers Encoding
 
Sagar Thakur via lldb-commits
- [Lldb-commits] [lldb] r270214 - Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread step-out"
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r270254 - Adopt mmap flags that allow mmap'ed memory to be less crash prone.
 
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r270358 - Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where unique_lock's release() was called causing the mutex to stay locked.
 
Kuba Brecka via lldb-commits
- [Lldb-commits] [lldb] r270359 - Revert r270358 ("Fix an incorrectly used locking in HistoryThread and HistoryUnwind").
 
Kuba Brecka via lldb-commits
- [Lldb-commits] [lldb] r270363 - A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.
 
Kuba Brecka via lldb-commits
- [Lldb-commits] [lldb] r270364 - Reword ThreadSanitizer message for	invalid mutex reports.
 
Kuba Brecka via lldb-commits
- [Lldb-commits] [lldb] r270365 - Reword ThreadSanitizer messages to use a lowercase 't' in thread names when in the middle of a sentence.
 
Kuba Brecka via lldb-commits
- [Lldb-commits] [lldb] r270377 - SymbolFile: remove an unused	variable
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D17027: [expression evaluator] Allow	runtimes to execute custom LLVM ModulePasses over the	generated IR at various stages after expression compilation.
 
Luke Drummond via lldb-commits
- [Lldb-commits] [PATCH] D18018: [LLDB] Fix standalone build with	CMake 2.8.12.2, broken after adding SymbolFile PDB plugin
 
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D18853: [LLDB][MIPS] Fix Floating point	Registers Encoding
 
Nitesh Jain via lldb-commits
- [Lldb-commits] [PATCH] D18976: Handle lookup of names	identifying both a variable and a type
 
Ulrich Weigand via lldb-commits
- [Lldb-commits] [PATCH] D19535: Fix 2 LLVM assertion caoused by	an API missues in Scalar
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D19608: Checkout release_38 branches of	llvm and clang when building lldb 3.8
 
Francis Ricci via lldb-commits
- [Lldb-commits] [PATCH] D20041: File path comparisons should be	case-insensitive on OS X
 
Vyacheslav Karpukhin via lldb-commits
- [Lldb-commits] [PATCH] D20274: Add preliminary bits for	Plugins/Process/NetBSD
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20274: Add preliminary bits for	Plugins/Process/NetBSD
 
Ed Maste via lldb-commits
- [Lldb-commits] [PATCH] D20274: Add preliminary bits for	Plugins/Process/NetBSD
 
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20278: first pass for removing Mutex	for std::{, recursive_}mutex
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20303: Look for CMake.app when searching	for cmake
 
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20303: Look for CMake.app when	searching for cmake
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20303: Look for CMake.app when	searching for cmake
 
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of session	log file names
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of	session log file names
 
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of	session log file names
 
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of	session log file names
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of	session log file names
 
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20306: Allow custom formatting of	session log file names
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20312: Fix function name lookup in	IRExecutionEngine.cpp.
 
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D20312: Fix function name lookup in	IRExecutionEngine.cpp.
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20312: Fix function name lookup in	IRExecutionEngine.cpp.
 
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D20312: Fix function name lookup in	IRExecutionEngine.cpp.
 
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D20312: Fix function name lookup in	IRExecutionEngine.cpp.
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D20344: [LLDB] Fix standalone LLDB build	when LLVM/Clang were built with LLVM_INSTALL_TOOLCHAIN_ONLY=ON
 
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D20351: second pass over removal of Mutex	and Condition
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20351: second pass over removal of	Mutex and Condition
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20351: second pass over removal of	Mutex and Condition
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20351: second pass over removal of	Mutex and Condition
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when a	bit field is extracted from a value of the same size.
 
Bryan Chan via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when	a bit field is extracted from a value of the same size.
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when	a bit field is extracted from a value of the same size.
 
Bryan Chan via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when	a bit field is extracted from a value of the same size.
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when	a bit field is extracted from a value of the same size.
 
Bryan Chan via lldb-commits
- [Lldb-commits] [PATCH] D20355: Avoid an assertion failure when	a bit field is extracted from a value of the same size.
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Ulrich Weigand via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Nitesh Jain via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Nitesh Jain via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20368: Remove Platform usages from	NativeProcessLinux
 
Jaydeep Patil via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use	arm/aarch64 target specific AR and OBJCOPY
 
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use	arm/aarch64 target specific AR and OBJCOPY
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20395: Remove m_decl_objects and look up	variables for ComiplerDecls directly
 
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D20395: Remove m_decl_objects and look	up variables for ComiplerDecls directly
 
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D20395: Remove m_decl_objects and look	up variables for ComiplerDecls directly
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20395: Remove m_decl_objects and look	up variables for ComiplerDecls directly
 
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D20416: [LLDB][MIPS] Fix floating point	handling in case of thread step-out
 
Nitesh Jain via lldb-commits
- [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of	locking primitives
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of	locking primitives
 
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of	locking primitives
 
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of	locking primitives
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of	locking primitives
 
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D20440: Remove platform plugins from	lldb-server
 
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20509: Skip leading spaces when decoding	hex values
 
Francis Ricci via lldb-commits
- [Lldb-commits] Buildbot numbers for the last week of 5/08/2016 -	5/14/2016
 
Galina Kistanova via lldb-commits
- [Lldb-commits] Does anyone need these zorg modules?
 
Galina Kistanova via lldb-commits
- [Lldb-commits] Patch: Add additional nullptr check to	SBValue::CreateValueFromData
 
Sebastian Theophil via lldb-commits
- [Lldb-commits] Patch: Add additional nullptr check to SBValue::CreateValueFromData
 
Enrico Granata via lldb-commits
    
      Last message date: 
       Sun May 22 22:22:04 PDT 2016
    Archived on: Sun May 22 22:19:07 PDT 2016
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).