The Week Of Monday 9 December 2013 Archives by thread
      
      Starting: Mon Dec  9 06:24:09 PST 2013
         Ending: Fri Dec 13 23:21:51 PST 2013
         Messages: 61
     
- [Lldb-commits] [lldb] r196781 - Add decorator for FreeBSD	watchpoint failure
 
Ed Maste
- [Lldb-commits] [lldb] r196786 - test: Add annotation for FreeBSD failures w/ threaded inferiors
 
Ed Maste
- [Lldb-commits] [lldb] r196787 - Threaded inferior support for	FreeBSD
 
Ed Maste
- [Lldb-commits] [PATCH] FreeBSD threaded inferior support
 
Ed Maste
- [Lldb-commits] [lldb] r196790 - FreeBSD and NetBSD have sa_len in	struct sockaddr
 
Ed Maste
- [Lldb-commits] [lldb] r196792 - test: Update decorators for FreeBSD failures with threaded inferior support
 
Ed Maste
- [Lldb-commits] [lldb] r196794 - Update cmake build instruction to	compile LLVM in C++11 mode
 
Jean-Daniel Dupas
- [Lldb-commits] [PATCH] Initial FreeBSD mips64 ProcessMonitor	support
 
Ed Maste
- [Lldb-commits] [PATCH] Replace 'mkdir' shell invocation by	native function call.
 
Greg Clayton
- [Lldb-commits] [lldb] r196801 - Replace 'mkdir' shell invocation by	native function call.
 
Jean-Daniel Dupas
- [Lldb-commits] [lldb] r196808 - Handle endianness in the Opcode	class
 
Ed Maste
- [Lldb-commits] [PATCH] Opcode: Support different host/target	endianness
 
Ed Maste
- [Lldb-commits] [lldb] r196610 - Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives.
 
Ed Maste
- [Lldb-commits] [lldb] r196830 - Fix Linux build after r196787
 
Ed Maste
- [Lldb-commits] [lldb] r196837 - Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
 
Jean-Daniel Dupas
- [Lldb-commits] [lldb] r196919 - test: Fix match string to work with	st0 or stmm0
 
Ed Maste
- [Lldb-commits] [lldb] r196920 - test: FreeBSD calls the 64-bit x86	platform amd64
 
Ed Maste
- [Lldb-commits] [lldb] r196933 - As consistency, invoke python with /usr/bin/env (like it is done in the rest of the file). Thanks to Xavier De Gaye for the patch
 
Sylvestre Ledru
- [Lldb-commits] [lldb] r196941 - test: Skip register test hanging on	FreeBSD buildbot
 
Ed Maste
- [Lldb-commits] [lldb] r196949 - Fix autocompletion for multi-word	commands.
 
Greg Clayton
- [Lldb-commits] [lldb] r196952 - Add the "--unix-socket" opton back	as it was being used.
 
Greg Clayton
- [Lldb-commits] [lldb] r196956 - Revert change I didn't mean to	check in.
 
Greg Clayton
- [Lldb-commits] [lldb] r196983 - Fix the test suite after the changes made in revision 196616 exposed issues in the test suite.
 
Greg Clayton
- [Lldb-commits] [lldb] r196985 - Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
 
Greg Clayton
- [Lldb-commits] [lldb] r197065 - Fix Linux by partially reverting	196787
 
Ed Maste
- [Lldb-commits] [lldb] r197078 - Bug #18214 - Adds LLVMObjCARCOpts.a to Makefile linkage for liblldb.
 
Sylvestre Ledru
- [Lldb-commits] [PATCH] Patch for pr17880 - main module gets base	address added again to symbols on FreeBSD
 
John Wolfe
- [Lldb-commits] [lldb] r197087 - Make this test an expected fail on darwin until we can fix this bug.
 
Greg Clayton
- [Lldb-commits] [lldb] r197088 - Fixed parsing the DW_TAG_member children for structs, unions and classes to not alway treat every member as a bitfield.
 
Greg Clayton
- [Lldb-commits] [lldb] r197095 - <rdar://problem/15640353>
 
Enrico Granata
- [Lldb-commits] [lldb] r197106 - Having binary files in a repository	is not a good thing
 
Enrico Granata
- [Lldb-commits] [lldb] r197107 - Actually initialize the magic	pointer to NULL safely
 
Enrico Granata
- [Lldb-commits] [lldb] r197108 - LLDB can crash if given DWARF debug info for a class that has a base class which isn't a complete definition.
 
Greg Clayton
- [Lldb-commits] [lldb] r197147 - Remove useless includes
 
Jean-Daniel Dupas
- [Lldb-commits] [PATCH] Don't try to guess sys header conditions,	and simply check if each signal is defined.
 
Jean-Daniel Dupas
- [Lldb-commits] [lldb] r197155 - sin_len is not available in the structure sockaddr_in under GNU/Linux. Fix the build failure. Patch by Todd Fiala (and many other who proposed similar patches)
 
Sylvestre Ledru
- [Lldb-commits] [lldb] r197171 - Pickup fixes for demangling	crashers.
 
Greg Clayton
- [Lldb-commits] [lldb] r197173 - Don't try to guess sys header conditions, and simply check if each signal is defined.
 
Jean-Daniel Dupas
- [Lldb-commits] [lldb] r197174 - test: Skip failure on FreeBSD from	test infrastructure issue
 
Ed Maste
- [Lldb-commits] [lldb] r197182 - <rdar://problem/15639995>
 
Han Ming Ong
- [Lldb-commits] [lldb] r197188 - Remove stuff from debugserver Xcode project that didn't belong.
 
Greg Clayton
- [Lldb-commits] [lldb] r197190 - Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
 
Jason Molenda
- [Lldb-commits] [lldb] r197191 - Fix to only update the offset for concrete registers (ones that don't have 'slice' or 'composite' key/value pairs).
 
Greg Clayton
- [Lldb-commits] [lldb] r197200 - Fixed the size of the malloc buffer to match the size of the string that is memcpy'ed so we don't crash in a fiery ball of death when running the test suite on darwin.
 
Greg Clayton
- [Lldb-commits] [lldb] r197221 - Fixes an issue where a signum => name mapping function has multiple case statements that define to the same integral value on my Linux (Ubuntu 12.04, x86_64). It's for SIGIO and SIGPOLL.
 
Sylvestre Ledru
- [Lldb-commits] [lldb] r197247 - Centralized the launching of a	process into Target::Launch()
 
Greg Clayton
- [Lldb-commits] [lldb] r197264 - There can be no #includes of and internal headers in lldb::SB* classes, only "lldb/API/SB*" and "lldb/lldb*" headers.
 
Greg Clayton
- [Lldb-commits] [lldb] r197265 - Remove #include	"lldb/Core/Address.h" from SBQueueItem.h.
 
Greg Clayton
- [Lldb-commits] [lldb] r197266 - Correctly set the working directory when launching processes for both local and remote targets.
 
Greg Clayton
- [Lldb-commits] [lldb] r197300 - Move the ivars / logic of SBQueue	into a QueueImpl class and
 
Jason Molenda
- [Lldb-commits] [lldb] r197318 - Test commit: added comment to tools	makefile.
 
Todd Fiala
    
      Last message date: 
       Fri Dec 13 23:21:51 PST 2013
    Archived on: Tue Aug  4 15:44:46 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).