The Week Of Monday 15 September 2014 Archives by author
      
      Starting: Mon Sep 15 07:55:56 PDT 2014
         Ending: Sun Sep 21 14:52:27 PDT 2014
         Messages: 101
     
- [Lldb-commits] [PATCH] Reject invalid values from ASan historical	stack traces
 
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Kuba Brecka
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Eric Christopher
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Eric Christopher
- [Lldb-commits] [lldb] r217900 - Unused functions break the -Werror build. Revert for now.
 
Eric Christopher
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Eric Christopher
- [Lldb-commits] [lldb] r217843 - Continuation broken for Python scripts when using non-interactive input (Xcode for example).
 
Greg Clayton
- [Lldb-commits] [lldb] r217905 - Fixed an issue where the last N load commands in the mach-o core file would not be read in where N was the number of LC_THREAD load commands.
 
Greg Clayton
- [Lldb-commits] [lldb] r217963 - If a new platform is created/selected for an architecture, make it the selected platform so you can do things like:
 
Greg Clayton
- [Lldb-commits] [lldb] r217998 - Retry remote connection one time in case of timeout and return an error that specifies why debugging failed.
 
Greg Clayton
- [Lldb-commits] [lldb] r217999 - Listen to the return value of the Platform::WriteFile() call within PlatformPOSIX::PutFile() in case we write less than we wanted to. Also adjust the input stream's offset in such cases.
 
Greg Clayton
- [Lldb-commits] [lldb] r218000 - Add better logging for the "$vFile:pwrite:" packet so we can show binary data instead of nothing or unprintable characters. This can easily be extended for other packets that have binary data.
 
Greg Clayton
- [Lldb-commits] [lldb] r218001 - Hex encode the triple values in case they contain special characters.
 
Greg Clayton
- [Lldb-commits] [lldb] r218002 - Fix the ability of "lldb-platform"	to upload files.
 
Greg Clayton
- [Lldb-commits] [lldb] r218079 - Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line.
 
Greg Clayton
- [Lldb-commits] [lldb] r218145 - Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one.
 
Greg Clayton
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
 
Todd Fiala
- [Lldb-commits] [lldb] r217717 - llgs: fix thread names broken by recent native thread changes.
 
Todd Fiala
- [Lldb-commits] [lldb] r217772 - Fix build break in Xcode build of	lldb-tool.
 
Todd Fiala
- [Lldb-commits] [lldb] r217773 - Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [PATCH] Check for byte order correctness in	GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [PATCH] Properly decode architecture type in	GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [lldb] r217779 - Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [PATCH] Properly decode architecture type in	GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [PATCH] Print a newline before exiting the	driver.
 
Todd Fiala
- [Lldb-commits] [lldb] r217782 - Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.
 
Todd Fiala
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
 
Todd Fiala
- [Lldb-commits] [PATCH] Properly decode architecture type in	GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Todd Fiala
- [Lldb-commits] [PATCH] Print a newline before exiting the	driver.
 
Todd Fiala
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
 
Todd Fiala
- [Lldb-commits] [lldb] r217788 - lldb fix ARM64 register access -	llgs side
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access - llgs	side
 
Todd Fiala
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
 
Todd Fiala
- [Lldb-commits] [lldb] r217816 - Fix JITLoaderGDB for 64-bit host	and 32-bit target
 
Todd Fiala
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and	32-bit target
 
Todd Fiala
- [Lldb-commits] [lldb] r217818 - use std::atomic<> to protect variables being accessed by multiple threads
 
Todd Fiala
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables	being accessed by multiple threads
 
Todd Fiala
- [Lldb-commits] [PATCH] Print a newline before exiting the	driver.
 
Todd Fiala
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
 
Todd Fiala
- [Lldb-commits] [lldb] r217841 - ELF: store the thumbness of a	function in symbol flags.
 
Todd Fiala
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Todd Fiala
- [Lldb-commits] [lldb] r218075 - llgs: removed some wait-for-stop code in inferior process launch pipeline.
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Todd Fiala
- [Lldb-commits] [lldb] r218133 - Fix typo in Linux ASLR logging.
 
Todd Fiala
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Todd Fiala
- [Lldb-commits] lldb-gdbserver.cpp does not compile
 
Todd Fiala
- [Lldb-commits] [lldb] r218186 - Fix lldb-gdbserver build.
 
Todd Fiala
- [Lldb-commits] lldb-gdbserver.cpp does not compile
 
Todd Fiala
- [Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line	unconditionally
 
Keno Fischer
- [Lldb-commits] [lldb] r217795 - Add a --help (-h) option to "command script add" that enables users to define a one-liner short help for their command
 
Enrico Granata
- [Lldb-commits] [lldb] r217828 - Change SBType.GetMemberFunctionAtIndex() to return an object describing the member function in more detail. A type was really quite vague. This now has function name, kind, as well as function type
 
Enrico Granata
- [Lldb-commits] [lldb] r217888 - Change the ClangASTMap implementation to use a thread-safe wrapper over llvm::DenseMap. This helps avoid a certain class of spins per <rdar://problem/18160764>
 
Enrico Granata
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Enrico Granata
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Enrico Granata
- [Lldb-commits] [lldb] r217900 - Unused functions break the -Werror	build. Revert for now.
 
Enrico Granata
- [Lldb-commits] [lldb] r217891 - Add a convenience function to FormatManager to setup an empty filter (one that suppresses all children, that is)
 
Enrico Granata
- [Lldb-commits] [lldb] r217927 - More categories could be added, and having an explicit list in this test case is a fairly bullet-proof recipe for disaster. Use the * enabling feature to workaround this. Fixes rdar://18358649
 
Enrico Granata
- [Lldb-commits] [lldb] r218132 - Extend the member function discovery APIs to also support Objective-C as well as C++
 
Enrico Granata
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
 
Jim Ingham
- [Lldb-commits] [lldb] r218156 - We had to squirrel away the dyld module before doing ResolveExecutableModule, since
 
Jim Ingham
- [Lldb-commits] [lldb] r218157 - Fix a thinko in how the RemoteiOS Platform looked up files in the SDK & other
 
Jim Ingham
- [Lldb-commits] [PATCH] remove WatchValue and WatchLocation from	SBFrame
 
Carlo Kok
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
Carlo Kok
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
Carlo Kok
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
Carlo Kok
- [Lldb-commits] [lldb] r218140 - Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunctions that lets you search by name, by regular expression and by starts with.
 
Carlo Kok
- [Lldb-commits] [lldb] r218147 - Fix for 218140 for SBTarget.i, the added functions were in the wrong class definition
 
Carlo Kok
- [Lldb-commits] [PATCH] More conversions of off_t to lldb::offset_t	for llvm trunk
 
Hin-Tak Leung
- [Lldb-commits] [PATCH] More conversions of off_t to lldb::offset_t	for llvm 3.4.x
 
Hin-Tak Leung
- [Lldb-commits] [PATCH] More conversions of off_t to	lldb::offset_t for llvm 3.4.x
 
Hin-Tak Leung
- [Lldb-commits] [lldb] r217862 - Clean-up warnings on Linux/GCC
 
David Majnemer
- [Lldb-commits] [lldb] r217931 - Build lldb-mi on all platforms with	Makefile builds
 
Ed Maste
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Ed Maste
- [Lldb-commits] [lldb] r218196 - Enable libcxx map test on FreeBSD	again
 
Ed Maste
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [lldb] r218181 - Have CommandObject::CheckRequirements() report the largest missing
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Jason Molenda
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb more verbose "invalid frame" error
 
Paul Osmialowski
- [Lldb-commits] lldb-gdbserver.cpp does not compile
 
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb AArch64/Linux support for llgs
 
Paul Osmialowski
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for	report info extraction and locating addresses
 
Alexey Samsonov
- [Lldb-commits] [PATCH] Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
 
Stephane Sezer
- [Lldb-commits] [PATCH] Print a newline before exiting the driver.
 
Stephane Sezer
- [Lldb-commits] [PATCH] Print a newline before exiting the driver.
 
Stephane Sezer
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
 
Stephane Sezer
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and	32-bit target
 
Tong Shen
- [Lldb-commits] [lldb] r218148 - Make sure to #include <atomic> when	using std::atomic.
 
Zachary Turner
- [Lldb-commits] [PATCH] Fix up the HostThread interface
 
Zachary Turner
- [Lldb-commits] [PATCH] Fix up the HostThread interface
 
Zachary Turner
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
jingham at apple.com
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
jingham at apple.com
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
jingham at apple.com
- [Lldb-commits] [PATCH] find global by regex in SBTarget
 
jingham at apple.com
    
      Last message date: 
       Sun Sep 21 14:52:27 PDT 2014
    Archived on: Tue Aug  4 15:44:51 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).