The Week Of Monday 18 February 2013 Archives by thread
      
      Starting: Mon Feb 18 15:16:24 PST 2013
         Ending: Sun Feb 24 21:41:42 PST 2013
         Messages: 102
     
- [Lldb-commits] [lldb] r175468 - <rdar://problem/12529957>
 
Enrico Granata
- [Lldb-commits] [lldb] r175475 - NSWindows should only be created after you have an NSApplication
 
Enrico Granata
- [Lldb-commits] [lldb] r175478 - Fixing the lack of a space in an expression that was causing sheer unhappiness.
 
Enrico Granata
- [Lldb-commits] [lldb] r175489 - Change the DarwinKernel DyanmicLoader to maintain a persist list
 
Jason Molenda
- [Lldb-commits] [lldb] r175491 - Always print the kernel UUID and load address if we are working with
 
Jason Molenda
- [Lldb-commits] [lldb] r175494 - Experiment with printing a warning message when lldb is unable to
 
Jason Molenda
- [Lldb-commits] [lldb] r175495 - Change the order that the DarwinKernel DynamicLoader plugin uses
 
Jason Molenda
- [Lldb-commits] [lldb] r175496 - Fix a case where a kext module was	being added to the Target
 
Jason Molenda
- [Lldb-commits] [lldb] r175521 - Update Makefile to use	build-compiler (CC) for LLDB testing
 
Daniel Malea
- [Lldb-commits] [lldb] r175522 - Update TestVBool Makefile to allow building test program with gcc
 
Daniel Malea
- [Lldb-commits] [lldb] r175523 - Minor test runner improvemenst
 
Daniel Malea
- [Lldb-commits] [lldb] r175543 - Add i386 register support for the x86_64 RegisterContext plugin. This allows debugging a 32-bit inferior on 64-bit lldb/host.
 
Matt Kopec
- [Lldb-commits] [lldb] r175546 - Updated to support latest Clang	option naming.
 
Sean Callanan
- [Lldb-commits] [lldb] r175547 - Fix Makefile bug preventing tests from running when building lldb with ccache
 
Daniel Malea
- [Lldb-commits] [Review request] Linux code generation option change plus relocation handling fix
 
Kaylor, Andrew
- [Lldb-commits] [lldb] r175551 - A few more GCC specific test fixes	as per logged PRs:
 
Daniel Malea
- [Lldb-commits] [lldb] r175557 - Make the progress bar opt in (using	the -P option.)
 
Jim Ingham
- [Lldb-commits] [lldb] r175563 - ValueObjectSynthetic could be wrapping a ValueObjectDynamic. In that case, we want to report that the ValueObject is dynamic since synthetic values are supposed to be just their parent with different children
 
Enrico Granata
- [Lldb-commits] [lldb] r175570 - <rdar://problem/13147878>
 
Enrico Granata
- [Lldb-commits] [lldb] r175573 - If RunThreadPlan is called on a thread that doesn't have a selected frame, select frame 0.
 
Jim Ingham
- [Lldb-commits] [lldb] r175574 - Fixing a potential crasher where a synthetic value could return itself as its static value
 
Enrico Granata
- [Lldb-commits] [lldb] r175589 - Data formatters are not a *recent*	addition...
 
Enrico Granata
- [Lldb-commits] [lldb] r175590 - And the NSString formatter is not	Python anymore
 
Enrico Granata
- [Lldb-commits] [lldb] r175591 - Lastly, a few synthetic children classes for Cocoa are available
 
Enrico Granata
- [Lldb-commits] [review reqest] zorg change to detect lldb test	results
 
Malea, Daniel
- [Lldb-commits] [lldb] r175653 - Fix a problem with the const_variables test case (another lldb bug remains)
 
Daniel Malea
- [Lldb-commits] [patch] enable building lldb with cmake on Linux
 
Filipe Cabecinhas
- [Lldb-commits] [lldb] r175656 - Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail
 
Daniel Malea
- [Lldb-commits] [lldb] r175662 - Handle the case where the runtime uses class_getMethodImplementation for both scalar and structure
 
Jim Ingham
- [Lldb-commits] [lldb] r175664 - Fix TestPublicAPIHeaders test on	Linux.
 
Matt Kopec
- [Lldb-commits] [lldb] r175665 - Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637)
 
Daniel Malea
- [Lldb-commits] [lldb] r175666 - Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug.
 
Daniel Malea
- [Lldb-commits] [lldb] r175669 - Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots.
 
Daniel Malea
- [Lldb-commits] [lldb] r175671 - Change ELF relocation model to	static
 
Andrew Kaylor
- [Lldb-commits] [review request] fix bug that allows users to	re-define commands
 
Malea, Daniel
- [Lldb-commits] [lldb] r175689 - Mention "return" -> "thread return"
 
Jim Ingham
- [Lldb-commits] [lldb] r175691 - *ahem* Enrico.
 
Jason Molenda
- [Lldb-commits] [lldb] r175700 - Fixed a bug where certain vector	code didn't
 
Sean Callanan
- [Lldb-commits] [lldb] r175702 - If you say
 
Enrico Granata
- [Lldb-commits] [lldb] r175717 - Add some documentation on how	HandleCommand work.
 
Jim Ingham
- [Lldb-commits] [lldb] r175761 - <rdar://problem/13259230>
 
Han Ming Ong
- [Lldb-commits] [lldb] r175776 - Mark the command as failed if	parsing fails.
 
Jim Ingham
- [Lldb-commits] [lldb] r175787 - <rdar://problem/4529976>
 
Enrico Granata
- [Lldb-commits] [lldb] r175792 - Cleanup of the NSString data	formatter
 
Enrico Granata
- [Lldb-commits] [lldb] r175794 - Fixed a case where a stack frame	could lose track
 
Sean Callanan
- [Lldb-commits] [lldb] r175795 - Adding CMake build system to LLDB.	Some known issues remain:
 
Daniel Malea
- [Lldb-commits] [lldb] r175797 - Update CMake lists of sources to include files added in r175787 and r175323
 
Daniel Malea
- [Lldb-commits] [lldb] r175798 - Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case.
 
Daniel Malea
- [Lldb-commits] [lldb] r175801 - Skip another two test cases on Linux that are affected by llvm.org/pr14637
 
Daniel Malea
- [Lldb-commits] [lldb] r175806 - Hardening in case a thread's frames	are missing.
 
Sean Callanan
- [Lldb-commits] [lldb] r175808 - Mark test as expected-to-fail with GCC because some versions emit DWARF that claims
 
Daniel Malea
- [Lldb-commits] [lldb] r175810 -
 
Enrico Granata
- [Lldb-commits] [lldb] r175811 - Previous commit was bogus (testing)
 
Enrico Granata
- [Lldb-commits] [lldb] r175816 - Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.
 
Daniel Malea
- [Lldb-commits] [lldb] r175822 - Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved.
 
Daniel Malea
- [Lldb-commits] [lldb] r175828 - Change to JITDefault code model for	ELF targets
 
Andrew Kaylor
- [Lldb-commits] [lldb] r175829 - Fix clang warnings related to python macro redefinition and printf format specifiers.
 
Matt Kopec
- [Lldb-commits] [lldb] r175831 - <rdar://problem/13265017>
 
Enrico Granata
- [Lldb-commits] [lldb] r175832 - If the inferior program is compiled with libc++, you won't see libstdc++
 
Enrico Granata
- [Lldb-commits] [Review request] Materialize constant scalar value	variable
 
Kaylor, Andrew
- [Lldb-commits] [lldb] r175841 - The summary for const char* was not	cascading.
 
Enrico Granata
- [Lldb-commits] [lldb] r175842 - Ignore the check for com.apple.main-thread - it is not critical for the test case's logic
 
Enrico Granata
- [Lldb-commits] [lldb] r175844 - Make the lldbtest tear down routine a little less error prone
 
Daniel Malea
- [Lldb-commits] [lldb] r175845 - Fixing the watchpoint test case to reflect changes in error reporting
 
Enrico Granata
- [Lldb-commits] [lldb] r175856 - Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name
 
Enrico Granata
- [Lldb-commits] [lldb] r175870 - Change debugserver from using the mach port number (in debugserver's
 
Jason Molenda
- [Lldb-commits] [lldb] r175873 - Remove unintended comment.
 
Jason Molenda
- [Lldb-commits] [lldb] r175915 - If we crash while making a Python summary, the crash info will tell us more about it
 
Enrico Granata
- [Lldb-commits] [lldb] r175917 - Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.
 
Daniel Malea
- [Lldb-commits] [lldb] r175922 - The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's
 
Jim Ingham
- [Lldb-commits] [lldb] r175924 - <rdar://problem/13190981>
 
Greg Clayton
- [Lldb-commits] [lldb] r175926 - Call el_resize when the window size	changes.
 
Jim Ingham
- [Lldb-commits] [lldb] r175927 - Correct the logic in DumpCommandHistory when the end index is UINT32_MAX.
 
Jim Ingham
- [Lldb-commits] [lldb] r175928 - <rdar://problem/13277100>
 
Han Ming Ong
- [Lldb-commits] [lldb] r175942 - <rdar://problem/12362092>
 
Enrico Granata
- [Lldb-commits] [lldb] r175944 - Remove no-op code (since r175842)
 
Dmitri Gribenko
- [Lldb-commits] [lldb] r175945 - Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber
 
Enrico Granata
- [Lldb-commits] [lldb] r175946 - This should get clang/gcc	decorators working
 
Enrico Granata
- [Lldb-commits] [lldb] r175947 - Fix a handful of remaining assumptions that thread IDs were 32-bits
 
Jason Molenda
- [Lldb-commits] [lldb] r175953 - <rdar://problem/13265297>
 
Greg Clayton
- [Lldb-commits] [lldb] r176008 - <rdar://problem/13282582>
 
Han Ming Ong
    
      Last message date: 
       Sun Feb 24 21:41:42 PST 2013
    Archived on: Tue Aug  4 15:44:42 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).