The Week Of Monday 19 October 2015 Archives by thread
      
      Starting: Mon Oct 19 03:29:02 PDT 2015
         Ending: Sun Oct 25 16:24:57 PDT 2015
         Messages: 377
     
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for	simple types + refactor (use lldb formatting for all cases)
 
Hafiz Abid Qadeer via lldb-commits
 - [Lldb-commits] [lldb] r250696 - [LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32 applications
 
Sagar Thakur via lldb-commits
 - [Lldb-commits] [PATCH] D13859: [LLDB][LLGS Test] Check length of	register, only when its available
 
Mohit Bhakkad via lldb-commits
 - [Lldb-commits] [PATCH] D13812: Increase default memory cache	line size for android
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13866: Remove more gcc warnings.
 
Hafiz Abid Qadeer via lldb-commits
 - [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D12522: AArch64 Watchpoints: Make sure	we are only setting supported no of debug registers.
 
Muhammad Omair Javaid via lldb-commits
 - [Lldb-commits] [lldb] r250700 - Fix for random watchpoint testsuite failures on AArch64 targets.
 
Omair Javaid via lldb-commits
 - [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in	Signals DenseMap, as signo are not unique
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [lldb] r250709 - Disable libxml2 on Windows for now.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250710 - Py3'ify some of the examples that	get run at startup.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250721 - Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13840: [LLDB] Fix Clang-tidy	modernize-use-override warnings in some files in	source/Plugins; other minor fixes.
 
Phabricator via lldb-commits
 - [Lldb-commits] [PATCH] D11790: Fix ObjC++ types Class and id being defined in C and C++ expressions.
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [PATCH] D13073: Add an expression parser for Go
 
Ryan Brown via lldb-commits
 - [Lldb-commits] [lldb] r250734 - Teach the lldbinline test cases to	run in DWO mode
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r250735 - Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework.
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [PATCH] D13876: [LLDB] Fix Clang-tidy	modernize-use-override warnings in source/Plugins/Language;	other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13877: [PlatformDarwin.cpp] Include <mutex>	for std::once_flag.
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250740 - [PlatformDarwin.cpp] Include	<mutex> for std::once_flag.
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250744 - Let Language plugins vend a default DeclPrintingHelper in case a custom one is not specified for the specific invocation
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [PATCH] D13878: Add data formatters for go strings	and slices.
 
Ryan Brown via lldb-commits
 - [Lldb-commits] [PATCH] D13879: Change print statements to print	function calls
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] D13778: [SBValue] Add a method	GetNumChildren(uint32_t max)
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250750 - Add a flakey category for flakey	tests
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r250751 - Revert r248047 and fix the problem	properly
 
Keno Fischer via lldb-commits
 - [Lldb-commits] [PATCH] D13880: Create an lldb/third_party folder,	and add Python module 'six' to it.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250753 - Added the concept of a	Read-Eval-Print-Loop to LLDB.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250755 - Added REPL.cpp to the relevant	CMakeLists.txt
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [PATCH] D13881: Add domain socket support to	gdb-remote protocol and lldb-server.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [lldb] r250762 - Run py2to3 on lldb/scripts folder.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250763 - Convert print statements to print	function calls.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250767 - Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r250768 - Make sure we restore the process events so they aren't hijacked when using the async attach when attaching to a process by name and with waitfor.
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [lldb] r250770 - When calling FileSpec::AppendPathComponent() we don't need to include "." in the path if m_filename is set to exactly '.'. Previously this would cause a FileSpec object that looked like:
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [lldb] r250772 - Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec(). This function returns the FileSpec to the program that is running the LLDB.framework or lldb.so and is more reliable than checking the path of LLDB.framework/lldb.so itself since it might not exist within the Xcode.app bundle (DYLD_FRAMEWORK_PATH). Then we check DEVELOPER_DIR, then check the currently installed Xcode with xcrun.
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [lldb] r250773 - Added support for the "--repl"	argument to LLDB.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [PATCH] D13882: Adjust TestCompletion.py and	TestDumpDynamic.py after recent changes.
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250780 - Added support to the expression command for dropping into the REPL at will.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250782 - Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250789 - Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] LLVM buildmaster will be restarted in few minutes
 
Galina Kistanova via lldb-commits
 - [Lldb-commits] [lldb] r250798 - Rationalization of includes in the	data formatters code
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r250801 - [LLDB] Insert names with same signo as alias instead of a new entry
 
Mohit K. Bhakkad via lldb-commits
 - [Lldb-commits] [lldb] r250810 - Fix build and some warnings after	r250798
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r250814 - Increase default memory cache line	size for android
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D12890: Add	plugin.jit-loader.gdb.enable-jit-breakpoint property to make	JIT loader breakpoint optional.
 
Keno Fischer via lldb-commits
 - [Lldb-commits] [lldb] r250820 - Add a new task pool class to LLDB
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r250821 - Make dwarf parsing multi-threaded
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r250832 - Revert "Make dwarf parsing	multi-threaded"
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13836: Fix write-after-close of file	descriptor in ScriptInterpreterPython
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250833 - Fix MSVC build after 250820
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13902: [DataFormatters] Make libc++ list	loop detection linear
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D13903: [RenderScript] New commands to	save/load RS allocations to file.
 
Ewan Crawford via lldb-commits
 - [Lldb-commits] [PATCH] D13906: Introduce a mechanism for sharing	code across lldb/test and lldb/scripts
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250838 - Fix potential file i/o problem with	python handles.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r248028 - Make libc++ tests skip themselves if libc++ is not actually loaded in the target
 
Pavel Labath via lldb-commits
 - [Lldb-commits] New llvm build server account request
 
Galina Kistanova via lldb-commits
 - [Lldb-commits] [PATCH] D13912: Make uses of metaclasses portable	across Python versions
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250857 - Add `six` Python module to	lldb/third_party.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250858 - Introduce a mechanism for reusing Python modules out of tree.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250859 - Use six to portably assign	metaclasses in Python 2 and 3.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] D13916: D13840 [LLDB] Fix Clang-tidy	modernize-use-override warnings in some files in	source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13921: Use six to portably handle module	renames
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r250869 - When target is NULL, provide a debugger so that REPLs can use that to create
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250870 - When a REPL creates a new target for itself, it is that target's REPL.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [PATCH] D13923: Skip TestMultithread.py on Windows	because it times out (and they'd fail anyway)
 
Adrian McCarthy via lldb-commits
 - [Lldb-commits] [lldb] r250872 - Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r250874 - Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13715: Add initial gmake glue for the	NetBSD platform
 
Bruce Mitchener via lldb-commits
 - [Lldb-commits] [lldb] r250886 - [RenderScript] New commands to save/load RS allocations to file.
 
Ewan Crawford via lldb-commits
 - [Lldb-commits] [lldb] r250890 - [DataFormatters] Make libc++ list	loop detection linear
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r250891 - [RenderScript] Fix out of bounds	warning.
 
Ewan Crawford via lldb-commits
 - [Lldb-commits] [lldb] r250896 - Clean up more .dwo files after the	tests run
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D13940: Fix race conditions in Core/Timer
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13941: Fix some race condition in	ConstString around Mangled name handling
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13942: Make	SymbolFileDWARF::GetCachedSectionData thread safe
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r250899 - Skip TestMultithreaded on Windows.
 
Adrian McCarthy via lldb-commits
 - [Lldb-commits] [PATCH] D13947: [lldb-mi] Fix expansion of anonymous	structures and unions
 
Eugene Leviant via lldb-commits
 - [Lldb-commits] [PATCH] D13948: [AppleObjCRuntime] Don't bother	looking for the runtime on non-apple targets
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r250913 - Made the REPL choose a default language if only one REPL can be chosen.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250915 - Use six to portably handle module	renames in Python 2 and 3
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] D13951: [LLDB] Fix Clang-tidy	modernize-use-override warnings in some files in	source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r250925 - Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13952: Revert "Made the REPL choose a	default language if only one REPL can be chosen."
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250927 - Revert "Made the REPL choose a default language if only one REPL can be chosen."
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250928 - Fixed version of r250913, which actually implements all the static functions.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250930 - [SBValue] Add a method	GetNumChildren(uint32_t max)
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r250931 - Fix error handling when there are	no REPLs installed.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r250933 - Add domain socket support to gdb-remote protocol and lldb-server.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [lldb] r250937 - Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r250952 - Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --results-file=/dev/stdout" works again.
 
Greg Clayton via lldb-commits
 - [Lldb-commits] [lldb] r250953 - Fix lldb-server - write null terminating symbol along with port number.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [PATCH] D12995: Add support for lldb config.h	and detect ncurses' include path
 
Kamil Rytarowski via lldb-commits
 - [Lldb-commits] [PATCH] D13964: Fix libstdc++ data formatters on	Ubuntu 15.10 x86_64
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [Diffusion] rL250335: Fix codesign command with	cmake.
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [PATCH] D13966: [LLDB] Fix Clang-tidy	modernize-use-override warnings in some files in	source/Plugins/LanguageRuntime; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r250965 - Fix libstdc++ data formatters on	Ubuntu 15.10 x86_64
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r250966 - Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins/LanguageRuntime; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13968: [LLDB] Attempt to fix MSVC builds	after rL250966
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r250978 - Add some verbose lldb host logging so lldb will show what SDK
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r250979 - Change ModuleList::GetSharedModule so that it will reject "stub
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [PATCH] D13970: Add support for abstract domain	sockets.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [lldb] r250981 - Move the launch-as-root xpc service	from lldb to xcode, to
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r251003 - [RenderScript] Support for mips64	runtime hook
 
Ewan Crawford via lldb-commits
 - [Lldb-commits] [lldb] r251004 - [AppleObjCRuntime] Don't bother looking for the runtime on non-apple targets
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D13602: [LLDB] Fix Clang-tidy	misc-use-override warnings in some files in	include/lldb/Interpreter and Host; other minor fixes.
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r251006 - Fix some race condition in ConstString around Mangled name handling
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r251007 - Make	SymbolFileDWARF::GetCachedSectionData thread safe
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13981: Disable the strict-aliasing warnings	produced by gcc
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D13985: Enable the libc++ tests on linux
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r251031 - Attempt to fix MSVC builds after	rL250966.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251034 - Add support for abstract domain	sockets.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [lldb] r251044 - Set device_id to host value only in	case of adb protocol.
 
Oleksiy Vyalov via lldb-commits
 - [Lldb-commits] [lldb] r251046 - Move third party libraries to	lldb/third_party
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251047 - Remove special case logic for	finding 3rd party libs
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251054 - Fix Clang-tidy modernize-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251055 - Update every test to import	`lldb_shared`.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251060 - Python 3 porting - Wrap returns	from map() in list()
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251066 - Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D13995: [cmake] Fix cmake build on OSX after	r250335 for older versions of cmake
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251073 - [cmake] Fix cmake build on OSX after r250335 for older versions of cmake
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251080 - Summary provider for char.
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
 
Phabricator via lldb-commits
 - [Lldb-commits] [lldb] r251082 - [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251083 - Fixed a typo in r251080.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r251084 - Log information about sections that didn't make it into the target's memory.
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r251086 - Fix one more place where we were	using the old
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r251088 - Add arm64 FreeBSD ProcessMonitor	register context
 
Ed Maste via lldb-commits
 - [Lldb-commits] [lldb] r251091 - Upstreaming the apple internal changes that accumulated during the
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r251092 - Remove some tabs that snuck into debugserver-entitlements.plist, etc.
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r251102 - Enable the libc++ tests on linux
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r251104 - Fix the build when building with	LLDB_DISABLE_PYTHON.
 
Aidan Dodds via lldb-commits
 - [Lldb-commits] [lldb] r251105 - Fix race conditions in Core/Timer
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r251106 - Re-commit "Make dwarf parsing	multi-threaded"
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r251107 - Disable the strict-aliasing	warnings produced by gcc
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r251109 - Try to fix MSVC build after r251105
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [lldb] r251111 - Fix arm lldb-server on aarch64	device
 
Tamas Berghammer via lldb-commits
 - [Lldb-commits] [PATCH] D14020: Port the python api decorator to use	test categories
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r251119 - Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContainer and ObjectFile; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251121 - Add from __future__ import	print_function everywhere.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251128 - Remove argparse_compat.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251129 - Python3 - Wrap more statements in	calls to list()
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251130 - Disable a compiler warning on MSVC.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] D14023: Fix uses of range / xrange for	Python 3
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [lldb] r251134 - Fix Clang-tidy modernize-use-override warnings in source/Target; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D14025: [LLDB] Fix Clang-tidy	modernize-use-nullptr warnings in some files in	include/lldb/Interpreter; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251139 - Make uses of unicode literals	portable.
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] Fix for PR25300
 
Tim Northover via lldb-commits
 - [Lldb-commits] [PATCH] D14028: Convert long to int and portably	detect integral types
 
Zachary Turner via lldb-commits
 - [Lldb-commits] [PATCH] D14029: [TestBreakpointCommand] Fix after	r251121
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r251150 - [TestBreakpointCommand] Fix after	r251121
 
Siva Chandra via lldb-commits
 - [Lldb-commits] [lldb] r251151 - Fixed some issues with reporting "this" when the current function is not listed
 
Sean Callanan via lldb-commits
 - [Lldb-commits] [lldb] r251161 - Lower the depth of the recursion in this test since it would on occasion timeout and add noise to test runs
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r251162 - Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Interpreter; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251164 - Add initial CMake glue for the	NetBSD platform
 
Bruce Mitchener via lldb-commits
 - [Lldb-commits] [PATCH] D13711: Add initial CMake glue for the	NetBSD platform
 
Bruce Mitchener via lldb-commits
 - [Lldb-commits] [lldb] r251166 - [lldb-mi] Fix unused variable	warning.
 
Bruce Mitchener via lldb-commits
 - [Lldb-commits] [lldb] r251167 - Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [PATCH] D14036: [debugserver] Fix OSX build for	older XCode versions after r251091.
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251169 - [debugserver] Fix indentation in	RNBRemote.cpp.
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251170 - Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to fix MSVC builds failures.
 
Eugene Zelenko via lldb-commits
 - [Lldb-commits] [lldb] r251171 - Add initial gmake glue for the	NetBSD platform
 
Bruce Mitchener via lldb-commits
 - [Lldb-commits] [lldb] r251172 - [debugserver] Fix OSX build for older XCode versions after r251091.
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [lldb] r251176 - [lldb-mi] Fix expansion of	anonymous structures and unions
 
Dawn Perchik via lldb-commits
 - [Lldb-commits] [PATCH] D12994: Improve support of the ncurses	dependency on NetBSD
 
Kamil Rytarowski via lldb-commits
 - [Lldb-commits] [PATCH] D14037: Reuse native curses(8) library on	NetBSD
 
Kamil Rytarowski via lldb-commits
 - [Lldb-commits] [PATCH] D14042: Add more NetBSD platform glue	for lldb
 
Kamil Rytarowski via lldb-commits
 - [Lldb-commits] [lldb] r251221 - Remove some unnecessary	macosx.internal SDK settings in
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r251240 - Add lldb/unittests files to the	Xcode lldb project.
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r251243 - Added some top-level unittests files that I missed in the last check-in.
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r251261 - Xcode: added lldb-gtest target to build and run the gtests in the unittests directory.
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r251264 - Fix a copy-and-paste error on new Editline test cmake configuration.
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r251269 - Corrects return values and typos in	Arm watchpoint code
 
Omair Javaid via lldb-commits
 - [Lldb-commits] [PATCH] D14051: Fix for Arm watchpoint cache	corruption in case of ptrace failure
 
Muhammad Omair Javaid via lldb-commits
    
 
    
      Last message date: 
       Sun Oct 25 16:24:57 PDT 2015
    Archived on: Sun Oct 25 16:23:21 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).