The Week Of Monday 28 July 2014 Archives by subject
      
      Starting: Mon Jul 28 02:25:30 PDT 2014
         Ending: Sun Aug  3 14:42:52 PDT 2014
         Messages: 174
     
- [Lldb-commits] [lldb] r212856 - Remove assert now that we have a 'i' character that might come through as well as the 'q' character on the interrupt pipe.
 
Greg Clayton
- [Lldb-commits] [lldb] r214091 - Fix the MSVC build. MSVC does not	support constexpr.
 
Zachary Turner
- [Lldb-commits] [lldb] r214092 - Fix supported architectures on	PlatformWindows.
 
Zachary Turner
- [Lldb-commits] [lldb] r214093 - Use llvm Support functions to get	the user's home directory.
 
Zachary Turner
- [Lldb-commits] [lldb] r214094 - Teach LLDB about Windows processes.
 
Zachary Turner
- [Lldb-commits] [lldb] r214138 - Fixup TestStepNoDebug to cleanup	properly on shutdown.
 
Todd Fiala
- [Lldb-commits] [lldb] r214161 - Fix compile error on Windows.
 
Zachary Turner
- [Lldb-commits] [lldb] r214188 - When constructing an ArchSpec from a MachO cpu type and subtype, don't set the OS for x86_64 and x86 in case the binary ends up being for macosx or ios.
 
Greg Clayton
- [Lldb-commits] [lldb] r214197 - [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.
 
Zachary Turner
- [Lldb-commits] [lldb] r214207 - Use the most up to date dsymutil on Darwin, not the one in /usr/bin/dsymutil.
 
Greg Clayton
- [Lldb-commits] [lldb] r214223 - Resolve the executable _before_ we try to get the module specifications.
 
Greg Clayton
- [Lldb-commits] [lldb] r214230 - Remove unused variable that was	causing a warning.
 
Greg Clayton
- [Lldb-commits] [lldb] r214233 - Attempt to fix the expression	parser after r214119
 
Reid Kleckner
- [Lldb-commits] [lldb] r214236 - Add $vAttach support to llgs.
 
Todd Fiala
- [Lldb-commits] [lldb] r214247 - Silence a warning saying "typedef requires a name" from clang.
 
Greg Clayton
- [Lldb-commits] [lldb] r214291 - Use __linux__ macro throughout, instead of ocasional __linux.
 
Sylvestre Ledru
- [Lldb-commits] [lldb] r214319 -
 
Greg Clayton
- [Lldb-commits] [lldb] r214319 -
 
Reid Kleckner
- [Lldb-commits] [lldb] r214319 -
 
Reid Kleckner
- [Lldb-commits] [lldb] r214319 -
 
Zachary Turner
- [Lldb-commits] [lldb] r214319 -
 
jingham at apple.com
- [Lldb-commits] [lldb] r214319 -
 
Ed Maste
- [Lldb-commits] [lldb] r214319 -
 
Todd Fiala
- [Lldb-commits] [lldb] r214319 -
 
Greg Clayton
- [Lldb-commits] [lldb] r214323 - Use Process::ReadMemoryFromPointer() instead of manually reading the pointer.
 
Greg Clayton
- [Lldb-commits] [lldb] r214326 - Fix build: remove bogus ./ at end	of line
 
Ed Maste
- [Lldb-commits] [lldb] r214327 - lldb is a scope, not a label
 
Ed Maste
- [Lldb-commits] [lldb] r214335 - Reflect changes in LLVM	getTypeInfo() API
 
Enrico Granata
- [Lldb-commits] [lldb] r214337 - Improve the way the ObjC data formatters fetch a valid frame to use for running expressions against
 
Enrico Granata
- [Lldb-commits] [lldb] r214340 - Revert a part of r214335 that I	didn't mean to commit
 
Enrico Granata
- [Lldb-commits] [lldb] r214341 - When resetting the number of children on a ValueObject, also clear the existing children. This avoids issues where dynamic types change, but children stay the same
 
Enrico Granata
- [Lldb-commits] [lldb] r214351 - Disable test on Windows. script	print deadlocks on Windows.
 
Zachary Turner
- [Lldb-commits] [lldb] r214387 - When doing an exhaustive search for the kernel in memory, also look
 
Jason Molenda
- [Lldb-commits] [lldb] r214391 - Add a new directory path to
 
Jason Molenda
- [Lldb-commits] [lldb] r214402 - Add decorator for TestStopHookMultipleThreads failing on FreeBSD
 
Ed Maste
- [Lldb-commits] [lldb] r214415 - Rewrote the initial DW_OP_piece support to be able to support opcodes like:
 
Greg Clayton
- [Lldb-commits] [lldb] r214428 - Fixed an issue where the LLDB command prompt isn't interactive if you use -o -O -S -s or specify a file on the command line.
 
Greg Clayton
- [Lldb-commits] [lldb] r214441 - Remove shell-globbing from all test	makefiles.
 
Zachary Turner
- [Lldb-commits] [lldb] r214443 - Make CMake choose the target architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [lldb] r214480 - Change the encoding of the Triple string exchanged across GDB-RSP
 
Matthew Gardiner
- [Lldb-commits] [lldb] r214501 - Update the code with clang changes r214450 (FunctionProtoType::ExtProtoInfo update)
 
Sylvestre Ledru
- [Lldb-commits] [lldb] r214522 - Fix test execution: the cmake	keyword is CACHE, not CACHED
 
Ed Maste
- [Lldb-commits] [lldb] r214527 - Add decorator for FreeBSD test failure - malloc() breakpoint issue
 
Ed Maste
- [Lldb-commits] [lldb] r214536 - Convert over to using pipes for the initial LLDB commands in the Driver.
 
Greg Clayton
- [Lldb-commits] [lldb] r214575 - Don't hand compute mydir, do it using "TestBase.compute_mydir(__file__)".
 
Greg Clayton
- [Lldb-commits] [lldb] r214583 - Fixed a problem in the Clang AST	importer where
 
Sean Callanan
- [Lldb-commits] [lldb] r214600 - Now that setting an architecture from a mach-o CPU type and subtype doesn't set the OS type, make sure to set it.
 
Greg Clayton
- [Lldb-commits] [lldb] r214603 - After you attach, give the process plugin a chance to report back (through
 
Jim Ingham
- [Lldb-commits] [lldb] r214618 - Make the swig generation script use the correct python executable.
 
Zachary Turner
- [Lldb-commits] [lldb] r214667 - Change	ProcessGDBRemote::DidLaunchOrAttach to
 
Jason Molenda
- [Lldb-commits] [PATCH] [1/2] Fix path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Deepak Panickal
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Greg Clayton
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
jingham at apple.com
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Greg Clayton
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [2/2] Fix Path support on Windows
 
Zachary Turner
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
 
Alexander Potapenko
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Alexander Potapenko
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Alexander Potapenko
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Alexander Potapenko
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Alexander Potapenko
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Kostya Serebryany
- [Lldb-commits] [PATCH] Add arbitrary command line flags to llgs/debugserver startup for local debugging
 
Todd Fiala
- [Lldb-commits] [PATCH] Add arbitrary command line flags to llgs/debugserver startup for local debugging
 
Todd Fiala
- [Lldb-commits] [PATCH] Changes the hardcoded loading of ARM registers to moved from gdb-remote and fixes an issue with	the $g packet where the data is thrown away with size mismatch
 
Greg Clayton
- [Lldb-commits] [PATCH] Create a ProcessWindows plugin for LLDB
 
Zachary Turner
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
David Majnemer
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Zachary Turner
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Zachary Turner
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Todd Fiala
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Todd Fiala
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Zachary Turner
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Zachary Turner
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Todd Fiala
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >=	comparisons against dwarf_r0
 
Todd Fiala
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >= comparisons against dwarf_r0
 
Ed Maste
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >= comparisons against dwarf_r0
 
Todd Fiala
- [Lldb-commits] [PATCH] EmulationStateARM: Don't have >= comparisons against dwarf_r0
 
Greg Clayton
- [Lldb-commits] [PATCH] Fix supported Architectures for	PlatformWindows
 
Zachary Turner
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt qHostInfo documentation
 
Matthew Gardiner
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt qHostInfo documentation
 
Todd Fiala
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt qHostInfo documentation
 
Matthew Gardiner
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt qHostInfo documentation
 
Todd Fiala
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt qHostInfo documentation
 
Matthew Gardiner
- [Lldb-commits] [PATCH] Improvement for lldb-gdb-remote.txt	qHostInfo documentation
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb - towards AArch64 being recognised as platform architecture
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb - towards AArch64 being recognised	as platform architecture
 
Todd Fiala
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Keno Fischer
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Zachary Turner
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Zachary Turner
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Keno Fischer
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Zachary Turner
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Zachary Turner
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Zachary Turner
- [Lldb-commits] [PATCH] Make build work on MinGW
 
Greg Clayton
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Chandler Carruth
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target architecture according to the build.
 
Greg Clayton
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Reid Kleckner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Chandler Carruth
- [Lldb-commits] [PATCH] Make CMake choose the test exe target architecture according to the build.
 
Todd Fiala
- [Lldb-commits] [PATCH] Make CMake choose the test exe target	architecture according to the build.
 
Todd Fiala
- [Lldb-commits] [PATCH] Make CMake choose the test exe target architecture according to the build.
 
Todd Fiala
- [Lldb-commits] [PATCH] Make CMake choose the test exe target architecture according to the build.
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell to	perform wildcard expansion
 
David Majnemer
- [Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell to perform wildcard expansion
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell	to perform wildcard expansion
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell	to perform wildcard expansion
 
Greg Clayton
- [Lldb-commits] [PATCH] Makefile.rules: Don't rely on the shell	to perform wildcard expansion
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
David Majnemer
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
Todd Fiala
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
Zachary Turner
- [Lldb-commits] [PATCH] Makefile.rules: Translate /usr/bin/cc to	/usr/bin/c++
 
Todd Fiala
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Todd Fiala
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Jason Molenda
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Tong Shen
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Jason Molenda
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Tong Shen
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Tong Shen
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Jason Molenda
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Tong Shen
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Jason Molenda
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
 
Tong Shen
- [Lldb-commits] [PATCH]race condition calling PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Matthew Gardiner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Zachary Turner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Matthew Gardiner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH]race condition	calling	PushProcessIOHandler
 
Greg Clayton
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Matthew Gardiner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Matthew Gardiner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Matthew Gardiner
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Greg Clayton
- [Lldb-commits] [PATCH]race condition calling	PushProcessIOHandler
 
Shawn Best
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Zachary Turner
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Zachary Turner
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Zachary Turner
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Todd Fiala
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Zachary Turner
- [Lldb-commits] [PATCH] Refactor Socket into a first class Host-object
 
Greg Clayton
- [Lldb-commits] [PATCH] Refactor Socket into a first class	Host-object
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Greg Clayton
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Greg Clayton
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Zachary Turner
- [Lldb-commits] Remove the use of mkstemp, as it's not portable
 
Greg Clayton
    
      Last message date: 
       Sun Aug  3 14:42:52 PDT 2014
    Archived on: Tue Aug  4 15:44:49 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).