The Week Of Monday 5 January 2015 Archives by date
      
      Starting: Mon Jan  5 09:32:37 PST 2015
         Ending: Sun Jan 11 10:45:07 PST 2015
         Messages: 109
     
- [Lldb-commits] [PATCH] Enable PipeWindows to support reading	with timeout, and fix broken build of llgs.
 
Zachary Turner
- [Lldb-commits] [PATCH] fix cross compilation to 32 bit arm	targets
 
Zachary Turner
- [Lldb-commits] [PATCH] Fix bug 21670
 
Zachary Turner
- [Lldb-commits] [lldb] r225184 - fix cross compilation to 32 bit arm	targets
 
Vince Harron
- [Lldb-commits] [PATCH] fix cross compilation to 32 bit arm	targets
 
Vince Harron
- [Lldb-commits] [lldb] r225193 - Make sure x7 and x8 are treated as argument registers for arm64.
 
Greg Clayton
- [Lldb-commits] [lldb] r225195 - Fix about 20 tests on Windows.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make array symbol reading resilient to	incomplete DWARF.
 
Greg Clayton
- [Lldb-commits] [PATCH] Update website to indicate that Windows	is officially supported
 
Greg Clayton
- [Lldb-commits] [lldb] r225218 - When building on Windows, copy Python27(_d).dll to the output folder.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make array symbol reading resilient to	incomplete DWARF.
 
Siva Chandra
- [Lldb-commits] [lldb] r225219 - Make array symbol reading resilient	to incomplete DWARF.
 
Siva Chandra
- [Lldb-commits] [lldb] r225224 - Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin.
 
Greg Clayton
- [Lldb-commits] [lldb] r225225 - More fixes to ensure if we are asked to launch a x86_64h process on darwin, that darwin-debug knows what to do and how to handle it.
 
Greg Clayton
- [Lldb-commits] [lldb] r225224 - Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin.
 
Zachary Turner
- [Lldb-commits] [lldb] r225224 - Fix being able to get a thread	result when calling HostThreadPosix::Join(). It was broken	when initially checked in by getting the thread result into a	temporary variable and never doing anything with it. Most	threads in LLDB don't look at their thread results,	but launching processes in a terminal window on MacOSX does require	getting a thread result and this broke "process launch --tty"	on darwin.
 
Greg Clayton
- [Lldb-commits] [lldb] r225284 - Added a test case for launching a process in a separate terminal window to ensure we don't regress on this.
 
Greg Clayton
- [Lldb-commits] [lldb] r225284 - Added a test case for launching a process in a separate terminal window to ensure we don't regress on this.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make DynamicLoaderPOSIXDYLD::DidAttach	to deduce a target executable by pid if no executable hasn't	been assigned to a target so far.
 
Oleksiy Vyalov
- [Lldb-commits] [lldb] r225297 - Remove a lock acquisition from ProcessWindows::OnExitProcess.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make DynamicLoaderPOSIXDYLD::DidAttach	to deduce a target executable by pid if no executable hasn't	been assigned to a target so far.
 
Greg Clayton
- [Lldb-commits] [lldb] r225299 - Put FreeBSD note types in their own	namespace
 
Ed Maste
- [Lldb-commits] [PATCH] Put FreeBSD note types in their own	namespace
 
Ed Maste
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Vince Harron
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Vince Harron
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Greg Clayton
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Vince Harron
- [Lldb-commits] [lldb] r225316 - Fix needed for the new terminal test I previously checked in. It was crashing due to a NULL dereference.
 
Greg Clayton
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Oleksiy Vyalov
- [Lldb-commits] [lldb] r225317 - Adds UriParser::Parse and unit tests
 
Vince Harron
- [Lldb-commits] [PATCH] Add Utility/UriParser
 
Vince Harron
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable replacement.
 
Zachary Turner
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable	replacement.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make DynamicLoaderPOSIXDYLD::DidAttach	to deduce a target executable by pid if no executable hasn't	been assigned to a target so far.
 
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Make DynamicLoaderPOSIXDYLD::DidAttach	to deduce a target executable by pid if no executable hasn't	been assigned to a target so far.
 
Greg Clayton
- [Lldb-commits] [lldb] r225332 - Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid if no executable hasn't been assigned to a target so far.
 
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Adding SoftwareBreakpointTrapOpcode and	RelocationJumpSlotType for MIPS
 
Bhushan Attarde
- [Lldb-commits] [PATCH] Adding SoftwareBreakpointTrapOpcode and	RelocationJumpSlotType for MIPS
 
Mohit Bhakkad
- [Lldb-commits] [PATCH] Adding SoftwareBreakpointTrapOpcode and	RelocationJumpSlotType for MIPS
 
Greg Clayton
- [Lldb-commits] [lldb] r225398 - lldb-platform - static link all	llvm dependencies
 
Vince Harron
- [Lldb-commits] [PATCH] lldb-platform - switch to static linking	(like lldb-gdbserver)
 
Zachary Turner
- [Lldb-commits] [lldb] r225407 - Fix inlined test cases so they print out the correct command to run when they fail instead of printing out incorrect information.
 
Greg Clayton
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Enrico Granata
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Zachary Turner
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Enrico Granata
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Zachary Turner
- [Lldb-commits] [PATCH] Modify dotest.py to be able to run	without an lldb build.
 
Saleem Abdulrasool
- [Lldb-commits] [lldb] r225425 - Added documentation for test timeout
 
Vince Harron
- [Lldb-commits] [PATCH] lldb-platform - switch to static linking	(like lldb-gdbserver)
 
Vince Harron
- [Lldb-commits] [lldb] r225427 - Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bit
 
Jason Molenda
- [Lldb-commits] [lldb] r225431 - Have	AssemblyParse_x86::get_non_call_site_unwind_plan track
 
Jason Molenda
- [Lldb-commits] [PATCH] Modify dotest.py to be able to run	without an lldb build.
 
Stephane Sezer
- [Lldb-commits] [lldb] r225436 - [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType for MIPS
 
Mohit K. Bhakkad
- [Lldb-commits] [PATCH] Adding SoftwareBreakpointTrapOpcode and	RelocationJumpSlotType for MIPS
 
Mohit Bhakkad
- [Lldb-commits] [lldb] r225436 - [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and RelocationJumpSlotType for MIPS
 
Vince Harron
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Zachary Turner
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Enrico Granata
- [Lldb-commits] [lldb] r225463 - This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the right thing to assert()
 
Enrico Granata
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable replacement.
 
jingham at apple.com
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable	replacement.
 
Zachary Turner
- [Lldb-commits] [PATCH] Add support for character option types
 
Zachary Turner
- [Lldb-commits] [lldb] r225486 - Dynamic values have been around (and stable and reliable) for long enough that we can turn them on by default
 
Enrico Granata
- [Lldb-commits] [PATCH] Add support for character option types
 
Zachary Turner
- [Lldb-commits] [PATCH] [InlineTest] getRerunArgs returns an empty	string if the test was skipped.
 
Siva Chandra
- [Lldb-commits] [PATCH] [InlineTest] getRerunArgs returns an	empty string if the test was skipped.
 
Greg Clayton
- [Lldb-commits] [lldb] r225496 - [InlineTest] getRerunArgs returns an empty string if the test was skipped.
 
Siva Chandra
- [Lldb-commits] [PATCH] Fix bug 21670
 
İsmail Dönmez
- [Lldb-commits] [PATCH] Fix bug 21670
 
İsmail Dönmez
- [Lldb-commits] [PATCH] Add support for character option types
 
Zachary Turner
- [Lldb-commits] OSX cmake+ninja build broken by [lldb] r225398 - lldb-platform - static link all	llvm dependencies
 
Dawn Perchik
- [Lldb-commits] [PATCH] Change type of m_step_count to uint_t.
 
dan sinclair
- [Lldb-commits] [lldb] r225535 - Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command.
 
Greg Clayton
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable	replacement.
 
Zachary Turner
- [Lldb-commits] [PATCH] Change type from auto to size_t to fix	warning.
 
dan sinclair
- [Lldb-commits] [PATCH] Change type from auto to size_t to fix	warning.
 
Zachary Turner
- [Lldb-commits] [PATCH] Change type from auto to size_t to fix	warning.
 
dan sinclair
- [Lldb-commits] [lldb] r225538 - Make the list of synthetic children	thread safe
 
Enrico Granata
- [Lldb-commits] [PATCH] Change type of m_step_count to uint_t.
 
Zachary Turner
- [Lldb-commits] [lldb] r225418 - Fix a problem where a ValueObject could fail to update itself, but since it was previously valid, we'd have an old checksum to compare aginst no new checksum (because failure to update), and assert() and die. Fix the problem by only caring about this assertion logic if updates succeed
 
Zachary Turner
- [Lldb-commits] [lldb] r225539 - Change auto to size_t to fix	warning.
 
Zachary Turner
- [Lldb-commits] [lldb] r225540 - Change int32_t to uint32_t to fix	warnings.
 
Zachary Turner
- [Lldb-commits] [PATCH] Change type from auto to size_t to fix	warning.
 
Zachary Turner
- [Lldb-commits] [PATCH] Change type of m_step_count to uint_t.
 
Zachary Turner
- [Lldb-commits] [PATCH] Fix IRInterpreter guard variable replacement.
 
jingham at apple.com
- [Lldb-commits] [lldb] r225547 - Fix issues with LLDB's interpreter and MS ABI guard variables.
 
Zachary Turner
- [Lldb-commits] [lldb] r225549 - Modify dotest.py to be able to run	without an lldb build.
 
Stephane Sezer
- [Lldb-commits] [PATCH] Modify dotest.py to be able to run	without an lldb build.
 
Stephane Sezer
- [Lldb-commits] [PATCH] [TestInferiorAssert] Differentiate DWARF and	DSYM tests with suffixes.
 
Siva Chandra
- [Lldb-commits] [PATCH] [TestInferiorAssert] Differentiate DWARF	and DSYM tests with suffixes.
 
Siva Chandra
- [Lldb-commits] [PATCH] [TestInferiorAssert] Differentiate DWARF	and DSYM tests with suffixes.
 
Greg Clayton
- [Lldb-commits] [PATCH] Remove now unneccessary expected failure	decorators for Linux.
 
Siva Chandra
- [Lldb-commits] [lldb] r225564 - [TestInferiorAssert] Differentiate DWARF and DSYM tests with suffixes.
 
Siva Chandra
- [Lldb-commits] [lldb] r225567 - Respect the fact that the result object claims it doesn't want to be interactive by not forwarding STDIN to the python invocation when it isn't desired.
 
Greg Clayton
- [Lldb-commits] [lldb] r225572 - Add C++ breakpoint tests where names are partially specified to ensure we don't regress on this again.
 
Greg Clayton
- [Lldb-commits] [lldb] r225578 - Hoist the RegisterNumber class out of RegisterContextLLDB and make
 
Jason Molenda
- [Lldb-commits] [lldb] r225579 - Forgot to include RegisterNumber.h	in prev commit.
 
Jason Molenda
- [Lldb-commits] OSX cmake+ninja build broken by [lldb] r225398 - lldb-platform - static link all	llvm dependencies
 
Bob Campbell
- [Lldb-commits] OSX cmake+ninja build broken by [lldb] r225398 - lldb-platform - static link all llvm dependencies
 
Vince Harron
- [Lldb-commits] [lldb] r225579 - Forgot to include RegisterNumber.h in prev commit.
 
Chaoren Lin
- [Lldb-commits] [lldb] r225585 - Add RegisterNumber.cpp.
 
Jason Molenda
- [Lldb-commits] OSX cmake+ninja build broken by [lldb] r225398 - lldb-platform - static link all llvm dependencies
 
Ilia K
- [Lldb-commits] [lldb] r225604 - Got C++ unit tests running on Linux	again
 
Vince Harron
- [Lldb-commits] [PATCH] Add Socket::Get[Remote/Local]IpAddress and	unit tests
 
Vince Harron
- [Lldb-commits] [PATCH] UriParser - fixed potential buffer overrun
 
Vince Harron
- [Lldb-commits] [PATCH] minor refactoring to remove	unneeded/unspecific header files
 
Vince Harron
- [Lldb-commits] [lldb] r225611 - Fix for lldb-platform linking error	on OSX/CMake
 
Vince Harron
- [Lldb-commits] [PATCH] Fix for lldb-platform linking error on	OSX/CMake
 
Vince Harron
- [Lldb-commits] [PATCH] lldb-platform - switch to static linking	(like lldb-gdbserver)
 
Vince Harron
- [Lldb-commits] OSX cmake+ninja build broken by [lldb] r225398 - lldb-platform - static link all llvm dependencies
 
Vince Harron
    
      Last message date: 
       Sun Jan 11 10:45:07 PST 2015
    Archived on: Tue Aug  4 15:44:53 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).