The Week Of Monday 10 November 2014 Archives by subject
Starting: Mon Nov 10 06:14:27 PST 2014
Ending: Sun Nov 16 16:39:56 PST 2014
Messages: 148
- [Lldb-commits] [lldb] r221402 - Allow inline test case to register actually useful teardown hooks by allowing a hook to be passed back the test instance, were it not to be already bound to self. Use this ability to make the reversal of escape-non-printables a teardown hook for added reliability of the testing logic
Ed Maste
- [Lldb-commits] [lldb] r221402 - Allow inline test case to register actually useful teardown hooks by allowing a hook to be passed back the test instance, were it not to be already bound to self. Use this ability to make the reversal of escape-non-printables a teardown hook for added reliability of the testing logic
Enrico Granata
- [Lldb-commits] [lldb] r221402 - Allow inline test case to register actually useful teardown hooks by allowing a hook to be passed back the test instance, were it not to be already bound to self. Use this ability to make the reversal of escape-non-printables a teardown hook for added reliability of the testing logic
Ed Maste
- [Lldb-commits] [lldb] r221593 - LLGS Android target support (r221570) missed adding some files: http://reviews.llvm.org/D6166
Shawn Best
- [Lldb-commits] [lldb] r221611 - Fix new noreturn test on !darwin platforms
Ed Maste
- [Lldb-commits] [lldb] r221624 - Fix a problem reported by Ed Maste where the test harness was failing to call bound methods as cleanup hooks
Enrico Granata
- [Lldb-commits] [lldb] r221632 - Fix selectors not being objc-uniquified in the expression parser after a recent renaming in clang (clang change for revision 221451). This broke all objective C expressions in LLDB.
Greg Clayton
- [Lldb-commits] [lldb] r221633 - Fix comments to match the current reality.
Greg Clayton
- [Lldb-commits] [lldb] r221636 - Fix some compiler warnings, one of which was a legit bug.
Zachary Turner
- [Lldb-commits] [lldb] r221637 - [ProcessWindows] Notify process plugin when the launch succeeds.
Zachary Turner
- [Lldb-commits] [lldb] r221640 - Cleaned up the StringLexer a little bit. It turns
Sean Callanan
- [Lldb-commits] [lldb] r221642 - [ProcessWindows] Implement breakpoint stop / resume on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r221643 - Added a testcase that checks that fairly complicated
Sean Callanan
- [Lldb-commits] [lldb] r221647 - Fix error handling in NativeProcessLinux::AttachToInferior: http://reviews.llvm.org/D6158
Shawn Best
- [Lldb-commits] [lldb] r221651 - Fixed two issues in the type encoding parser:
Sean Callanan
- [Lldb-commits] [lldb] r221658 - Ignore templated aggregates in the Objective-C
Sean Callanan
- [Lldb-commits] [lldb] r221660 - Made the expression parser more resilient against
Sean Callanan
- [Lldb-commits] [lldb] r221677 - Add an operator== to the RegisterNumber class; it simplifies
Jason Molenda
- [Lldb-commits] [lldb] r221682 - Put the current pc arrow back into the default disassembly format.
Jason Molenda
- [Lldb-commits] [lldb] r221683 - Add support for 32-bit core file dumping. Add support for i386 process core file dumping.
Jason Molenda
- [Lldb-commits] [lldb] r221692 - Substitute cc with c++ when compiling c++ test files for Siva Chandra : http://reviews.llvm.org/D6199
Shawn Best
- [Lldb-commits] [lldb] r221694 - Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra : http://reviews.llvm.org/D6201
Shawn Best
- [Lldb-commits] [lldb] r221701 - Move a bunch of summary formatters to oneliner mode. This makes more cases eligible for oneline printing, and fixes rdar://18120906
Enrico Granata
- [Lldb-commits] [lldb] r221743 - Sketch out the armv7 and arm64 core file writing support in
Jason Molenda
- [Lldb-commits] [lldb] r221749 - Revert "Update for LLVM API change in r221024"
Duncan P. N. Exon Smith
- [Lldb-commits] [lldb] r221752 - Update for llvm API change.
Rafael Espindola
- [Lldb-commits] [lldb] r221760 - Enable armv7 core file writing for Mach-O binaries.
Jason Molenda
- [Lldb-commits] [lldb] r221787 - Add powerpc support for the test suite.
Justin Hibbits
- [Lldb-commits] [lldb] r221788 - Add an alternative CFA type.
Justin Hibbits
- [Lldb-commits] [lldb] r221789 - Improve PowerPC unwind support
Justin Hibbits
- [Lldb-commits] [lldb] r221790 - FIx a bug with PC-register handling in a RA register.
Justin Hibbits
- [Lldb-commits] [lldb] r221797 - Fix the iOS build after recent inherited OTHER_LDFLAGS.
Greg Clayton
- [Lldb-commits] [lldb] r221805 - Avoid crash in InitializeNonZerothFrame if no module found
Ed Maste
- [Lldb-commits] [lldb] r221805 - Avoid crash in InitializeNonZerothFrame if no module found
Ed Maste
- [Lldb-commits] [lldb] r221805 - Avoid crash in InitializeNonZerothFrame if no module found
Jason Molenda
- [Lldb-commits] [lldb] r221806 - [ProcessWindows] Simplify the DebugDelegate interface.
Zachary Turner
- [Lldb-commits] [lldb] r221807 - [ProcessWindows] Improve support for launching processes.
Zachary Turner
- [Lldb-commits] [lldb] r221809 - Update comments to reflect how the new methods ended up being written.
Jason Molenda
- [Lldb-commits] [lldb] r221810 - Use PRIx64 when printing addr_t's. Don't need to force full-width 0 padding
Jason Molenda
- [Lldb-commits] [lldb] r221815 - Add decorator for failing null dereference test on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r221828 - Add a makefile even though it isn't used by the test in case we need to debug it when it fails.
Greg Clayton
- [Lldb-commits] [lldb] r221830 - Fix so this test runs successfully on armv7 devices.
Greg Clayton
- [Lldb-commits] [lldb] r221850 - Do not override the existing definition of addr_size when adding new properties to SBTarget. Fixes rdar://18963842
Enrico Granata
- [Lldb-commits] [lldb] r221859 - TestConcurrentEvents - delay threads not working
Vince Harron
- [Lldb-commits] [lldb] r221866 - A pretty big overhaul of the TryFallbackUnwindPlan method in
Jason Molenda
- [Lldb-commits] [lldb] r221906 - Refactor NativeProcessLinux::AttachToProcess in order to avoid reinterpret_cast from NativeProcessProtocol* to NativeProcessLinux*.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r221907 - Remove extra "/" character from paths resolved in iOS SDKs and also be sure to update the SDK directory infos if needed before we start using m_sdk_directory_infos.
Greg Clayton
- [Lldb-commits] [lldb] r221908 - Fixed "SBTarget SBDebugger::CreateTarget (const char *filename)" to use the same semantics as other SBDebugger::CreateTarget() functions.
Greg Clayton
- [Lldb-commits] [lldb] r221927 - Specify checksums properly for llgs test suite packets.
Stephane Sezer
- [Lldb-commits] [lldb] r221950 - fix minor comment typo
Vince Harron
- [Lldb-commits] [lldb] r221980 - Properly specify the regex used to match register indexes.
Stephane Sezer
- [Lldb-commits] [lldb] r222004 - Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222031 - add Makefile rule for test program CREATE_STD_THREADS
Shawn Best
- [Lldb-commits] [lldb] r222058 - Removed a couple of static helpers in the data formatters, replaced with new general logic in StringLexer
Enrico Granata
- [Lldb-commits] [lldb] r222059 - Fix examine-threads to build for arm64.
Jim Ingham
- [Lldb-commits] [lldb] r222063 - I don't need this ivar. It was probably there from the olden days where dynamic type support was flakey. Remove and save space
Enrico Granata
- [Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal
Jim Ingham
- [Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal
Zachary Turner
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Ed Maste
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Doug Snyder
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Doug Snyder
- [Lldb-commits] [PATCH] [ProcessWindows] Improve support for launching processes.
Zachary Turner
- [Lldb-commits] [PATCH] [ProcessWindows] Improve support for launching processes.
Zachary Turner
- [Lldb-commits] [PATCH] [ProcessWindows] Improve support for launching processes.
Zachary Turner
- [Lldb-commits] [PATCH] [ProcessWindows] Improve support for launching processes.
Virgile Bello
- [Lldb-commits] [PATCH] Add -std=c99 for building the test case of TestValueVarUpdate.
Siva Chandra
- [Lldb-commits] [PATCH] Add -std=c99 for building the test case of TestValueVarUpdate.
Enrico Granata
- [Lldb-commits] [PATCH] Add an alternative CFA type.
Justin Hibbits
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Ed Maste
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Greg Clayton
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Greg Clayton
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Greg Clayton
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Zachary Turner
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Greg Clayton
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.
Greg Clayton
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Enrico Granata
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Zachary Turner
- [Lldb-commits] [PATCH] Donot use -std=libstdc++ option if $(CC)=cc.
Siva Chandra
- [Lldb-commits] [PATCH] fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD
Shawn Best
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Chilledheart
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Chilledheart
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Zachary Turner
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Chilledheart
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Chilledheart
- [Lldb-commits] [PATCH] fix cmake build by linking LLVMSupport
Zachary Turner
- [Lldb-commits] [PATCH] fix cmake build under mac
Chilledheart
- [Lldb-commits] [PATCH] fix cmake build under mac
Chilledheart
- [Lldb-commits] [PATCH] Fix error handling in NativeProcessLinux::AttachToInferior
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Fix error handling in NativeProcessLinux::AttachToInferior
Greg Clayton
- [Lldb-commits] [PATCH] Fix error handling in NativeProcessLinux::AttachToInferior
Oleksiy Vyalov
- [Lldb-commits] [PATCH] fix lldb-mi coding style
dawn at burble.org
- [Lldb-commits] [PATCH] Fix some warnings, one of which was a legit bug.
Zachary Turner
- [Lldb-commits] [PATCH] Fix some warnings, one of which was a legit bug.
Jason Molenda
- [Lldb-commits] [PATCH] Improve PowerPC unwind support
Ed Maste
- [Lldb-commits] [PATCH] Improve PowerPC unwind support
Justin Hibbits
- [Lldb-commits] [PATCH] Improve PowerPC unwind support
Ed Maste
- [Lldb-commits] [PATCH] Improve PowerPC unwind support
Justin Hibbits
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Doug Snyder
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Enrico Granata
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Kuba Brecka
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Vince Harron
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Vince Harron
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Siva Chandra
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Kuba Brecka
- [Lldb-commits] [PATCH] Properly specify the regex used to match register indexes.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly specify the regex used to match register indexes.
Greg Clayton
- [Lldb-commits] [PATCH] Properly specify the regex used to match register indexes.
Stephane Sezer
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Shawn Best
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Ed Maste
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Shawn Best
- [Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.
Stephane Sezer
- [Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.
Greg Clayton
- [Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.
Stephane Sezer
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Ed Maste
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Ed Maste
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Zachary Turner
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Zachary Turner
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Greg Clayton
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Chilledheart
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Jason Molenda
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Chilledheart
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Jason Molenda
- [Lldb-commits] [PATCH] TestConcurrentEvents - delay threads not working
Greg Clayton
Last message date:
Sun Nov 16 16:39:56 PST 2014
Archived on: Tue Aug 4 15:44:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).