The Week Of Monday 27 October 2014 Archives by thread
Starting: Mon Oct 27 08:01:59 PDT 2014
Ending: Sun Nov 2 14:22:06 PST 2014
Messages: 106
- [Lldb-commits] [lldb] r220681 - Skip ObjC test on FreeBSD that does not build
Ed Maste
- [Lldb-commits] [lldb] r220511 - Fix a problem where an SBType was advertising its static type class even though a dynamic type was available. Solves rdar://18744420
Ed Maste
- [Lldb-commits] [lldb] r220705 - Stub out 'close' call on m_master_fd for Windows.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r220718 - This looks like the actual path under which the builder looks for LLDB headers, so use this path instead
Enrico Granata
- [Lldb-commits] [lldb] r220720 - Make sure OTHER_CFLAGS and OTHER_LDFLAGS are inherited from the Xcode project so you can easily add to the flags of all targets.
Greg Clayton
- [Lldb-commits] [PATCH] Always transmit SIGPROF back to the inferior.
Stephane Sezer
- [Lldb-commits] [PATCH] Fix for lldb unit test: TestAnonymous.py, et al., when using ccache
Doug Snyder
- [Lldb-commits] [lldb] r220743 - Add a test for setting and hitting the C++ Exception throw breakpoint.
Jim Ingham
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Stephane Sezer
- [Lldb-commits] [PATCH] Display local kernel version only when non-remote in PlatformLinux.
Stephane Sezer
- [Lldb-commits] [lldb] r220761 - Clarify the launch style for debugserver to use.
Jason Molenda
- [Lldb-commits] [lldb] r220762 - Add breakpoint instruction byte sequences for arm to
Jason Molenda
- [Lldb-commits] [lldb] r220810 - When trying to get the element type of an array type, do not go to the canonical type, since that will strip typedefs where we want them to be preserved. Fixes rdar://15453076
Enrico Granata
- [Lldb-commits] [lldb] r220820 - Added the ability to add attributes to inline
Sean Callanan
- [Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line unconditionally
Keno Fischer
- [Lldb-commits] [lldb] r220821 - Add a feature where a string data formatter can now be partially composed of Python summary functions
Enrico Granata
- [Lldb-commits] [lldb] r220823 - Add a few words of documentation for the the $\{var.script:\} feature
Enrico Granata
- [Lldb-commits] [lldb] r220824 - Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://12675166
Enrico Granata
- [Lldb-commits] [lldb] r220836 - Shuffle a couple of formatters around. This should fix the bug that never dies, aka rdar://15154623
Enrico Granata
- [Lldb-commits] [lldb] r220856 - Skip test that's hanging on FreeBSD until it can be investigated
Ed Maste
- [Lldb-commits] [lldb] r220871 - Temporarily disable test on FreeBSD that is asserting
Ed Maste
- [Lldb-commits] [lldb] r220881 - Fix the NSPathStore2 data formatter to actually handle the explicit length stored inside the object. The meat of this commit, however, is a nice little API for easily adding new __lldb_autogen_ helper types to an AST context
Enrico Granata
- [Lldb-commits] [lldb] r220891 - Add the ability for a ClangASTType to be marked as 'packed' when constructed
Enrico Granata
- [Lldb-commits] [lldb] r220894 - Start adopting the StringPrinter API. The StringPrinter API is the new blessed way of printing strings that supports escaping non-printables, and has better handling of different UTF encodings
Enrico Granata
- [Lldb-commits] [lldb] r220909 - Fix CMake build, adding StringPrinter.cpp from r220894
Ed Maste
- [Lldb-commits] [lldb] r220914 - Remove hex character number from wchar_t test
Ed Maste
- [Lldb-commits] [lldb] r220917 - Also port the C string reading code in ValueObject over to using StringPrinter API
Enrico Granata
- [Lldb-commits] [lldb] r220921 - Remove #include <codecvt>. It isn't supported on all compilers.
Zachary Turner
- [Lldb-commits] [PATCH] Fix an issue test suite handling of absolute paths on Windows
Zachary Turner
- [Lldb-commits] [PATCH] First cut of PowerPC(64) support in LLDB.
Zachary Turner
- [Lldb-commits] [PATCH] Introduce a ProcessStatus monitor abstraction.
Zachary Turner
- [Lldb-commits] [PATCH] Implement a framework for debugging on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Fix junk content handling within GDBRemoteCommunication::CheckForPacket.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r220938 - Get the correct process architecture in ProcessKDP::DidAttach().
Greg Clayton
- [Lldb-commits] [lldb] r220944 - First cut of PowerPC(64) support in LLDB.
Justin Hibbits
- [Lldb-commits] [lldb] r220947 - Update xcode project file to build new ppc files.
Jason Molenda
- [Lldb-commits] [lldb] r220948 - Update default disassembly format string so we get
Jason Molenda
- [Lldb-commits] [PATCH] Fix some bugs from D5988
Justin Hibbits
- [Lldb-commits] [lldb] r220963 - Fix some bugs from D5988
Justin Hibbits
- [Lldb-commits] [lldb] r220979 - - Use "for_expression" rather than "allow_unknownanytype"
Sean Callanan
- [Lldb-commits] [lldb] r220980 - - Fixed a bug where ::Describe for class descriptors
Sean Callanan
- [Lldb-commits] [lldb] r220981 - Updated the Objective-C runtime type vendor to
Sean Callanan
- [Lldb-commits] [lldb] r220982 - In ValueObjectDynamicValue, trust what comes from
Sean Callanan
- [Lldb-commits] [lldb] r220983 - commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemoteCOmmunication::CheckForPacket 1. Avoid removing of an extra symbol from m_bytes. 2. iterate over m_bytes until useful content is found. Differential Revision: http://reviews.llvm.org/D6042
Shawn Best
- [Lldb-commits] [PATCH] Change LLGS to statically link with libraries
Andy Chien
- [Lldb-commits] [lldb] r221002 - SBAddress currently *may* have an Address object or it may not.
Jason Molenda
- [Lldb-commits] [PATCH] TOT broken by R220956
Shawn Best
- [Lldb-commits] [lldb] r221011 - Always transmit SIGPROF back to the inferior.
Stephane Sezer
- [Lldb-commits] [lldb] r221018 - TOT broken by R220956 - Differential Revision: http://reviews/llvm.org/D6066
Shawn Best
- [Lldb-commits] [lldb] r221022 - Complete the superclass type when completing an
Sean Callanan
- [Lldb-commits] [PATCH] Use kern.proc.auxv to get the aux data
Justin Hibbits
- [Lldb-commits] [lldb] r221063 - Use kern.proc.auxv to get the aux data
Justin Hibbits
- [Lldb-commits] [lldb] r221073 - Update for LLVM API change in r221024
Ed Maste
- [Lldb-commits] [lldb] r221111 - Fix the Makefile build by actually building ABI/SysV-ppc
Filipe Cabecinhas
Last message date:
Sun Nov 2 14:22:06 PST 2014
Archived on: Tue Aug 4 15:44:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).