The Week Of Monday 24 October 2016 Archives by author
      
      Starting: Mon Oct 24 03:26:35 PDT 2016
         Ending: Sun Oct 30 21:57:40 PDT 2016
         Messages: 89
     
- [Lldb-commits] [PATCH] D26081: Improve ".." handling in FileSpec	normalization
 
Adrian McCarthy via lldb-commits
 - [Lldb-commits] [PATCH] D25832: Minidump plugin: Adding x86_32	register context converter
 
Adrian McCarthy via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Adrian McCarthy via lldb-commits
 - [Lldb-commits] [lldb] r285424 - Rename DWARF 5 constants to adapt	to change in LLVM
 
Adrian Prantl via lldb-commits
 - [Lldb-commits] [lldb] r285441 - Rename DWARF 5 constants to adapt	to change in LLVM
 
Adrian Prantl via lldb-commits
 - [Lldb-commits] [lldb] r285356 - [CMake] Rename lldb-launcher to	darwin-debug
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [lldb] r285357 - [Test Suite] Pull generateSource	into lldbtest
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [lldb] r285361 - Revert "[Test Suite] Pull	generateSource into lldbtest"
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [lldb] r285541 - [Test Suite] Properly respect	--framework option
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [lldb] r285542 - [Test Suite] Pull generateSource	into lldbtest
 
Chris Bieneman via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25832: Minidump plugin: Adding x86_32	register context converter
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25832: Minidump plugin: Adding x86_32	register context converter
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Dimitar Vlahovski via lldb-commits
 - [Lldb-commits] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)
 
Ed Maste via lldb-commits
 - [Lldb-commits] [lldb] r285216 - Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r285226 - Fix an issue where frame variable -s <varname> would not show the scope even though the user asked for it
 
Enrico Granata via lldb-commits
 - [Lldb-commits] [lldb] r285332 - Add support for "type lookup" to	find C and C++ types
 
Enrico Granata via lldb-commits
 - [Lldb-commits] LLVM buildmaster will be updated and restarted at 3	PM Pacific time today
 
Galina Kistanova via lldb-commits
 - [Lldb-commits] LLVM buildmaster will restarted soon
 
Galina Kistanova via lldb-commits
 - [Lldb-commits] [PATCH] D25926: Don't set a software stepping	breakpoint at 0 on arm or mips.
 
Jason Majors via lldb-commits
 - [Lldb-commits] [PATCH] D25926: Don't set a software stepping	breakpoint at 0 on arm or mips.
 
Jason Majors via lldb-commits
 - [Lldb-commits] [PATCH] D25864: Fix arm64 floating point register	spill recording in UnwindPlan analysis
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r285172 - Enable the use of the new dyld SPI	on the current
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [PATCH] D25864: Fix arm64 floating point register	spill recording in UnwindPlan analysis
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r285369 - Check that we got back an object	from MakeFunctionCaller
 
Jason Molenda via lldb-commits
 - [Lldb-commits] [lldb] r285113 - Fixing up the project file for the removal of LibStdcppSmartPointer.cpp.
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [lldb] r285114 - Fix a race condition between the "ephemeral watchpoint disabling" and commands the continue the process.
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [lldb] r285153 - SBWatchpoint::Disable doesn't actually work. Add a test that shows this.
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"
 
Jim Ingham via lldb-commits
 - [Lldb-commits] [PATCH] debugserver: Disable four-char-constants	and format-pedantic warnings
 
Justin Bogner via lldb-commits
 - [Lldb-commits] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)
 
Kamil Rytarowski via lldb-commits
 - [Lldb-commits] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r284970 - Add the new arm64 sub-register definitions to NativeRegisterContextLinux
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r284976 - Reformat RegisterInfos_arm64 into a	table. NFC
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25832: Minidump plugin: Adding x86_32	register context converter
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r284981 - Fix arm64 sub-register definitions
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r284987 - Use shorter names in	TestConcurrentEvents tests
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25922: Test infra: expose CFLAGS_NO_ARCH	for use by test custom build rules
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25926: Don't set a software stepping	breakpoint at 0 on arm or mips.
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart	pointer formatters"
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25905: Minidump plugin: Adding	ProcessMinidump,	ThreadMinidump and register the plugin in SystemInitializerFull
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25947: Merge Linux and FreeBSD arm64	register contexts
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25947: Merge Linux and FreeBSD arm64	register contexts
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r285187 - Don't set a software stepping breakpoint at 0 on arm or mips.
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25926: Don't set a software stepping	breakpoint at 0 on arm or mips.
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25864: Fix arm64 floating point register	spill recording in UnwindPlan analysis
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r285393 - Add a couple of fun unit tests for	FileSpec::Equal
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D26081: Improve ".." handling in FileSpec	normalization
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [lldb] r285393 - Add a couple of fun unit tests for FileSpec::Equal
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D26081: Improve ".." handling in FileSpec	normalization
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25832: Minidump plugin: Adding x86_32	register context converter
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Pavel Labath via lldb-commits
 - [Lldb-commits] [PATCH] D25745: [CMake] Rename lldb-launcher to	darwin-debug
 
Phabricator via lldb-commits
 - [Lldb-commits] [PATCH] D25887: [Test Suite] Pull generateSource	into lldbtest
 
Phabricator via lldb-commits
 - [Lldb-commits] [PATCH] D25886: [Test Suite] Properly respect	--framework option
 
Phabricator via lldb-commits
 - [Lldb-commits] [PATCH] D25681: [PseudoTerminal] Fix	PseudoTerminal MSVC release crash
 
Rudy Pons via lldb-commits
 - [Lldb-commits] LLGS for Free/NetBSD (was: Re: [PATCH] D25756: FreeBSD ARM support for software single step.)
 
Saleem Abdulrasool via lldb-commits
 - [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"
 
Tim Hammerquist via lldb-commits
 - [Lldb-commits] [PATCH] D25922: Test infra: expose CFLAGS_NO_ARCH	for use by test custom build rules
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r285032 - remove xfail from	TestObjCNewSyntax.py test_expr_gmodules()
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D25922: Test infra: expose CFLAGS_NO_ARCH	for use by test custom build rules
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D25830: Search for llvm-config in	LLDB_PATH_TO_LLVM_BUILD first
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [lldb] r285484 - Limit LLDB_EXPORT_ALL_SYMBOLS to	lldb symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to	additionally export only the lldb_private namespace symbols
 
Todd Fiala via lldb-commits
 - [Lldb-commits] [PATCH] D26124: [LLDB-MI] Escape MI output in a more	consistent manner
 
Vadim Macagon via lldb-commits
 - [Lldb-commits] [PATCH] D25830: Search for llvm-config in	LLDB_PATH_TO_LLVM_BUILD first
 
Vivian Kong via lldb-commits
 - [Lldb-commits] [lldb] r285393 - Add a couple of fun unit tests for FileSpec::Equal
 
Zachary Turner via lldb-commits
    
 
    
      Last message date: 
       Sun Oct 30 21:57:40 PDT 2016
    Archived on: Sun Oct 30 21:55:55 PDT 2016
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).