The Week Of Monday 18 March 2013 Archives by date
Starting: Mon Mar 18 15:34:00 PDT 2013
Ending: Fri Mar 22 22:35:57 PDT 2013
Messages: 53
- [Lldb-commits] [lldb] r177332 - Code cleanup:
Greg Clayton
- [Lldb-commits] [lldb] r177341 - Move the performance test cases into their own project.
Jim Ingham
- [Lldb-commits] [lldb] r177343 - Add a comment about how to add a target for a test case.
Jim Ingham
- [Lldb-commits] [lldb] r177346 - Fixed the README to match the current code.
Greg Clayton
- [Lldb-commits] [lldb] r177364 - Refactored the expression parser so that the IR
Sean Callanan
- [Lldb-commits] [lldb] r177365 - <rdar://problem/13443931>
Greg Clayton
- [Lldb-commits] [lldb] r177366 - This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters
Enrico Granata
- [Lldb-commits] [lldb] r177372 - Fixed handling of function pointers in the IR
Sean Callanan
- [Lldb-commits] [lldb] r177376 - More cleanup on the lldb-perf code:
Greg Clayton
- [Lldb-commits] [lldb] r177416 - Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None".
Greg Clayton
- [Lldb-commits] [lldb] r177425 - Update Sketch test case to capture this and use accessors for debugger, target, process and thread.
Greg Clayton
- [Lldb-commits] [lldb] r177447 - Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
Matt Kopec
- [Lldb-commits] [lldb] r177454 - The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python
Enrico Granata
- [Lldb-commits] [lldb] r177456 - Updated the IRExecutionUnit to keep local copies
Sean Callanan
- [Lldb-commits] [lldb] r177503 - Update source/Expression/CMakeLists.txt to reflect actual source files.
Andy Gibbs
- [Lldb-commits] [lldb] r177511 - Update source/DataFormatters/CMakeLists.txt to reflect actual source files.
Andy Gibbs
- [Lldb-commits] [lldb] r177558 - Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid
Enrico Granata
- [Lldb-commits] [lldb] r177568 - Add Linux support for reading/writing extended register sets.
Matt Kopec
- [Lldb-commits] [lldb] r177580 - Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumping) more information out of the task_info call
Enrico Granata
- [Lldb-commits] [lldb] r177585 - Change DWARFCallFrameInfo from using a vector of AddressRanges to
Jason Molenda
- [Lldb-commits] [lldb] r177594 - Making the test step count a member variable so that it can be accessed easily
Enrico Granata
- [Lldb-commits] [lldb] r177597 - Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax
Enrico Granata
- [Lldb-commits] [lldb] r177615 - Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions.
Greg Clayton
- [Lldb-commits] [lldb] r177616 - Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value.
Greg Clayton
- [Lldb-commits] [lldb] r177617 - Added a lldb-perf test case that will be used to time various aspects of debugging clang with LLDB.
Greg Clayton
- [Lldb-commits] [lldb] r177623 - Modify code to adhere to LLDB coding conventions.
Greg Clayton
- [Lldb-commits] [lldb] r177624 - Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.
Jason Molenda
- [Lldb-commits] [lldb] r177646 - The outline of the stepping perf test case, doesn't do anything yet.
Jim Ingham
- [Lldb-commits] [lldb] r177663 - Select correct -std flag for CMake for different versions of gcc.
Matt Kopec
- [Lldb-commits] [lldb] r177668 - Remove some commented out code.
Jim Ingham
- [Lldb-commits] [lldb] r177670 - If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing.
Jim Ingham
- [Lldb-commits] [lldb] r177672 - Modified the way we report fields of records.
Sean Callanan
- [Lldb-commits] [lldb] r177688 - Don't try to read the eh_frame section out of a dSYM.
Jason Molenda
- [Lldb-commits] [lldb] r177691 - Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call.
Jim Ingham
- [Lldb-commits] [lldb] r177696 - Much more cleanup on the performance testing infrastructure:
Greg Clayton
- [Lldb-commits] [lldb] r177697 - More cleanup to remove the CoreFoundation classes out of mainstream code (CFCMutableDictionary, CFCMutableArray, CFCString, etc). Now it is only used in the Results.cpp file for Apple builds only.
Greg Clayton
- [Lldb-commits] [lldb] r177759 - Added option parsing to the lldb_perf_clang performance test.
Greg Clayton
- [Lldb-commits] [lldb] r177773 - Add a Reserve method to RangeVector and RangeDataVector. Have the
Jason Molenda
- [Lldb-commits] [lldb] r177776 - Don't bother calling Reserve on the vector unless we have entries to be added.
Jason Molenda
- [Lldb-commits] [lldb] r177779 - Fix a little fallout from the changes in r174757 where we would
Jason Molenda
- [Lldb-commits] [lldb] r177790 - Change debugserver to open the socket it listens
Jason Molenda
- [Lldb-commits] [lldb] r177791 - Make sure the "Release" builds link against the "Release" LLDB.framework and also output the results to /dev/stdout when no outfile is supplied.
Greg Clayton
- [Lldb-commits] [lldb] r177792 - Don't need to resolve the .o file path.
Greg Clayton
- [Lldb-commits] [lldb] r177793 - Only get the script interpreter if we find scripting resources in the symbol file. This helps us avoid initializing python when it isn't needed.
Greg Clayton
- [Lldb-commits] [lldb] r177794 - If there are multiple uses of an Objective-C
Sean Callanan
- [Lldb-commits] [lldb] r177799 - <rdar://problem/13315663>
Enrico Granata
- [Lldb-commits] [lldb] r177807 - <rdar://problem/13312903>
Enrico Granata
- [Lldb-commits] [lldb] r177808 - Added better measurements to test:
Greg Clayton
- [Lldb-commits] [lldb] r177810 - Invert two condition checks to evaluate them in cheapest-to-more-expensive order
Enrico Granata
- [Lldb-commits] [lldb] r177811 - Added a python version of the performance tests. It will be good to see if the overhead of python interferes at all with our performance readings. We can try things out with this script and see how things go.
Greg Clayton
- [Lldb-commits] [lldb] r177812 - And then again only compute the more expensive piece of data if need be :-)
Enrico Granata
- [Lldb-commits] [lldb] r177814 - Set the correct byte size for complex integer (-fI) memory reads.
Jason Molenda
- [Lldb-commits] [lldb] r177817 - Add two additional DNBLog's in places where we're about to kill
Jason Molenda
Last message date:
Fri Mar 22 22:35:57 PDT 2013
Archived on: Tue Aug 4 15:44:42 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).