The Week Of Monday 15 December 2014 Archives by subject
Starting: Mon Dec 15 03:44:17 PST 2014
Ending: Sun Dec 21 13:51:21 PST 2014
Messages: 129
- [Lldb-commits] [lldb] r223222 - Fix a hang on OSX while executing -exec-run.
Abid, Hafiz
- [Lldb-commits] [lldb] r224258 - Replace ioctl with select to reduce processor usage by lldb-mi on OSX.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r224275 - Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend a flattened view of registers
Enrico Granata
- [Lldb-commits] [lldb] r224290 - Now that AddressOf() does sane things with const results, this check is wrong. Since this is actually quite orthogonal to what this test is all about, actually get rid of the assertions
Enrico Granata
- [Lldb-commits] [lldb] r224306 - If a binary was stripped we sometimes didn't show the ivars of an Objective C class correctly. Now we do as we consult the runtime data for the class so we don't have to have a symbol in the symbol table.
Greg Clayton
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Enrico Granata
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Zachary Turner
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Enrico Granata
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Zachary Turner
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Enrico Granata
- [Lldb-commits] [lldb] r224310 - Instead of rolling our own, use the C++11 sanctioned solution
Zachary Turner
- [Lldb-commits] [lldb] r224321 - Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.
Jason Molenda
- [Lldb-commits] [lldb] r224331 - Fixed 2 typos in help.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r224345 - Delete MSVC intermediate files on "make clean" from tests.
Zachary Turner
- [Lldb-commits] [lldb] r224352 - In C++, it's #include not #import
Enrico Granata
- [Lldb-commits] [lldb] r224373 - Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about.
Enrico Granata
- [Lldb-commits] [lldb] r224392 - Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
- [Lldb-commits] [lldb] r224442 - Enhance the Pipe interface for better portability.
Zachary Turner
- [Lldb-commits] [lldb] r224443 - Work around an internal compiler error in MSVC.
Zachary Turner
- [Lldb-commits] [lldb] r224460 - Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas
Enrico Granata
- [Lldb-commits] [lldb] r224467 - Fix initialization order to match that of the source.
Eric Christopher
- [Lldb-commits] [lldb] r224468 - Fix a format string warning by noting that StringIsBreakpointName
Eric Christopher
- [Lldb-commits] [lldb] r224528 - Only compile RegisterContextWindows_x86.cpp for x86 host architecture.
Zachary Turner
- [Lldb-commits] [lldb] r224537 - We don't really handle printing embedded NULs in strings, but if we were to, we would need to have this logic inside the StringPrinter. So, add it.. For, you know, one day in the future where we might want to handle embedded NULs in strings...
Enrico Granata
- [Lldb-commits] [lldb] r224540 - Display local kernel version only when non-remote in PlatformLinux.
Stephane Sezer
- [Lldb-commits] [lldb] r224543 - Always use python-based SWIG generation script for CMake.
Zachary Turner
- [Lldb-commits] [lldb] r224559 - Fixed an issue that could cause GetPointeeData() to fail when passing in a non-zero index.
Greg Clayton
- [Lldb-commits] [lldb] r224593 - Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [lldb] r224602 - Audit uses of ConstString::AsCString() to make sure they weren't assuming
Jim Ingham
- [Lldb-commits] [lldb] r224606 - Don't emit the "WARNING: no locations" message when breakpoints are set in
Jim Ingham
- [Lldb-commits] [lldb] r224642 - [TestCompletion] Spawn LLDB with '--no-use-colors'.
Siva Chandra
- [Lldb-commits] [lldb] r224643 - [TestStaticVariables] Mark the one unmarked test let also expectedFailure.
Siva Chandra
- [Lldb-commits] [lldb] r224644 - [TestEvents] Replace expectedFailureLinux with skipIfLinux
Siva Chandra
- [Lldb-commits] [lldb] r224652 - No need to call SetErrorToErrno when pipe2 succeeds.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r224659 - Cleanup some redundant code
Enrico Granata
- [Lldb-commits] [lldb] r224670 - Re-enable compact unwind use on Mac platforms.
Jason Molenda
- [Lldb-commits] [lldb] r224689 - Various unwinder work.
Jason Molenda
- [Lldb-commits] [PATCH] [TestCompletion] Spawn LLDB with '--no-use-colors'.
Siva Chandra
- [Lldb-commits] [PATCH] [TestCompletion] Spawn LLDB with '--no-use-colors'.
Siva Chandra
- [Lldb-commits] [PATCH] [TestCompletion] Spawn LLDB with '--no-use-colors'.
Greg Clayton
- [Lldb-commits] [PATCH] [TestEvents] Replace expectedFailureLinux with skipIfLinux
Siva Chandra
- [Lldb-commits] [PATCH] [TestStaticVariables] Mark the one unmarked test let also expectedFailure.
Siva Chandra
- [Lldb-commits] [PATCH] [TestStaticVariables] Mark the one unmarked test let also expectedFailure.
Greg Clayton
- [Lldb-commits] [PATCH] Always use python-based SWIG generation script for CMake
Zachary Turner
- [Lldb-commits] [PATCH] Always use python-based SWIG generation script for CMake
Zachary Turner
- [Lldb-commits] [PATCH] Display local kernel version only when non-remote in PlatformLinux.
Stephane Sezer
- [Lldb-commits] [PATCH] Display local kernel version only when non-remote in PlatformLinux.
Greg Clayton
- [Lldb-commits] [PATCH] Documentation for test timeout
Chaoren Lin
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Chaoren Lin
- [Lldb-commits] [PATCH] Documentation for test timeout
Chaoren Lin
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Chaoren Lin
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Ed Maste
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Vince Harron
- [Lldb-commits] [PATCH] Documentation for test timeout
Zachary Turner
- [Lldb-commits] [PATCH] Documentation for test timeout
Vince Harron
- [Lldb-commits] [PATCH] Documentation for test timeout
Vince Harron
- [Lldb-commits] [PATCH] Documentation for test timeout
Chaoren Lin
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Greg Clayton
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Sean Callanan
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Don't generate lldb inline test Makefiles if Makefile already exists.
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Greg Clayton
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Enhance the Pipe interface for better portability
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Aidan Dodds
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Aidan Dodds
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Aidan Dodds
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Aidan Dodds
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Aidan Dodds
- [Lldb-commits] [PATCH] Fix compilation faliures for x64 visual studio 2013 build
Zachary Turner
- [Lldb-commits] [PATCH] lldb-mi: fix typo in help of +m option
Ilia K
- [Lldb-commits] [PATCH] lldb-mi: fix typo in help of +m option
Abid, Hafiz
- [Lldb-commits] [PATCH] lldb-mi: fix typo in help of +m option
Ilia K
- [Lldb-commits] [PATCH] lldb-mi: print the prompt after commands
Ilia K
- [Lldb-commits] [PATCH] Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid if no executable hasn't been assigned to a target so far.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Modify dotest.py to be able to run without an lldb build.
Saleem Abdulrasool
- [Lldb-commits] [PATCH] No need to call SetErrorToErrno when pipe2 succeeds.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] No need to call SetErrorToErrno when pipe2 succeeds.
Zachary Turner
- [Lldb-commits] [PATCH] Substitute 'cc' with 'c++' when compiling C++ test files.
Siva Chandra
- [Lldb-commits] [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Ilia K
- [Lldb-commits] [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Ilia K
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Aidan Dodds
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Aidan Dodds
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Aidan Dodds
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Rick Foos
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Rick Foos
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Ted Woodward
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Greg Clayton
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Aidan Dodds
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Greg Clayton
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Zachary Turner
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Aidan Dodds
- [Lldb-commits] [PATCH] Work around for Visual Studio 2013 compiler crash
Scott Graham
- [Lldb-commits] Fwd: [PATCH] lldb-mi: print the prompt after commands
Ilia K
- [Lldb-commits] Fwd: [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Ilia K
- [Lldb-commits] Fwd: [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Ilia K
Last message date:
Sun Dec 21 13:51:21 PST 2014
Archived on: Tue Aug 4 15:44:53 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).