- 7002d45 Don't crash when we have an element size of zero. by Greg Clayton · 12 years ago
- 1b751dc That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. by Jim Ingham · 12 years ago
- c3f5cd8 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 12 years ago
- 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 12 years ago
- afee498 Fixed a typo. by Sean Callanan · 12 years ago
- e7d8c6e Remove FunctionProfiler and ProfileObjectiveC action classes as they are not used. by Greg Clayton · 12 years ago
- b4fe227 <rdar://problem/13502196> by Greg Clayton · 12 years ago
- 2938217 <rdar://problem/13502196> by Greg Clayton · 12 years ago
- 0b51bed Make the stepping perf test case actually work. by Jim Ingham · 12 years ago
- 731493d <rdar://problem/13221060> by Enrico Granata · 12 years ago
- 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 12 years ago
- 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 12 years ago
- d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 12 years ago
- c2676e8 <rdar://problem/13498879> by Greg Clayton · 12 years ago
- 2a647e4 <rdar://problem/13498504> by Han Ming Ong · 12 years ago
- 8aab31c <rdar://problem/13404009> by Han Ming Ong · 12 years ago
- 0c074cb <rdar://problem/13365424> by Enrico Granata · 12 years ago
- ad6cddf <rdar://problem/13434476> by Enrico Granata · 12 years ago
- 9fe380e Fixed a potential crash if layout for a structure by Sean Callanan · 12 years ago
- 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 12 years ago
- f734066 - Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. by Enrico Granata · 12 years ago
- f44636b Add two additional DNBLog's in places where we're about to kill by Jason Molenda · 12 years ago
- 42077d9 Set the correct byte size for complex integer (-fI) memory reads. by Jason Molenda · 12 years ago
- dcb6c43 And then again only compute the more expensive piece of data if need be :-) by Enrico Granata · 12 years ago
- c263cff 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. by Greg Clayton · 12 years ago
- 6aac844 Invert two condition checks to evaluate them in cheapest-to-more-expensive order by Enrico Granata · 12 years ago
- 073ce17 Added better measurements to test: by Greg Clayton · 12 years ago
- 3ceae46 <rdar://problem/13312903> by Enrico Granata · 12 years ago
- 60dd527 <rdar://problem/13315663> by Enrico Granata · 12 years ago
- 5365753 If there are multiple uses of an Objective-C by Sean Callanan · 12 years ago
- 986a750 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. by Greg Clayton · 12 years ago
- 9eead7d Don't need to resolve the .o file path. by Greg Clayton · 12 years ago
- 1c31631 Make sure the "Release" builds link against the "Release" LLDB.framework and also output the results to /dev/stdout when no outfile is supplied. by Greg Clayton · 12 years ago
- 7dd846a Change debugserver to open the socket it listens by Jason Molenda · 12 years ago
- 2ac1c69 Fix a little fallout from the changes in r174757 where we would by Jason Molenda · 12 years ago
- 7b48427 Don't bother calling Reserve on the vector unless we have entries to be added. by Jason Molenda · 12 years ago
- 2d63ae1 Add a Reserve method to RangeVector and RangeDataVector. Have the by Jason Molenda · 12 years ago
- ca107c2 Added option parsing to the lldb_perf_clang performance test. by Greg Clayton · 12 years ago
- d2c50b1 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. by Greg Clayton · 12 years ago
- 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 12 years ago
- b6b7f3e Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call. by Jim Ingham · 12 years ago
- 825a96a Don't try to read the eh_frame section out of a dSYM. by Jason Molenda · 12 years ago
- 40960a7 Modified the way we report fields of records. by Sean Callanan · 12 years ago
- 1f31c24 If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing. by Jim Ingham · 12 years ago
- 313f5bd Remove some commented out code. by Jim Ingham · 12 years ago
- 44ef1bf Select correct -std flag for CMake for different versions of gcc. by Matt Kopec · 12 years ago
- a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 12 years ago
- d3a8d65 Add correct file headers to all source files. by Greg Clayton · 12 years ago
- d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 12 years ago
- 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 12 years ago
- 2d09840 Added a lldb-perf test case that will be used to time various aspects of debugging clang with LLDB. by Greg Clayton · 12 years ago
- 4bc4078 Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 12 years ago
- 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 12 years ago
- 21ac3cb Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax by Enrico Granata · 12 years ago
- e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 12 years ago
- 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 12 years ago
- c953b56 Change DWARFCallFrameInfo from using a vector of AddressRanges to by Jason Molenda · 12 years ago
- 53bba61 Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumping) more information out of the task_info call by Enrico Granata · 12 years ago
- 3584d74 Add Linux support for reading/writing extended register sets. by Matt Kopec · 12 years ago
- 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 12 years ago
- 597c0de Update source/DataFormatters/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 12 years ago
- 84cd59b Update source/Expression/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 12 years ago
- 8202fe2 Updated the IRExecutionUnit to keep local copies by Sean Callanan · 12 years ago
- cc5d274 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 by Enrico Granata · 12 years ago
- 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 12 years ago
- 2002c03 Update Sketch test case to capture this and use accessors for debugger, target, process and thread. by Greg Clayton · 12 years ago
- 166b89f 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". by Greg Clayton · 12 years ago
- 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 12 years ago
- 583f15d Fixed handling of function pointers in the IR by Sean Callanan · 12 years ago
- cba09f6 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 by Enrico Granata · 12 years ago
- 535f53c <rdar://problem/13443931> by Greg Clayton · 12 years ago
- 1cf3da8 Refactored the expression parser so that the IR by Sean Callanan · 12 years ago
- 5ae5ae0 Fixed the README to match the current code. by Greg Clayton · 12 years ago
- 6fd5010 Add a comment about how to add a target for a test case. by Jim Ingham · 12 years ago
- 788bb8d Move the performance test cases into their own project. by Jim Ingham · 12 years ago
- af22250 Code cleanup: by Greg Clayton · 12 years ago
- 3863dd0 When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository by Sylvestre Ledru · 12 years ago
- 5782dae C++ formatters for NSTimeZone and for CFBitVector by Enrico Granata · 12 years ago
- 3818e6a NS(Mutable)IndexSet formatter moves from Python to C++ by Enrico Granata · 12 years ago
- dc1df6b Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification by Enrico Granata · 12 years ago
- 1e911a0 <rdar://problem/13194155> by Greg Clayton · 12 years ago
- a924b19 Performance improvements to the IsObjCNil () - we only try to resolve the value if the variable under consideration truly is an “Objective-C thing” by Enrico Granata · 12 years ago
- 1902768 <rdar://problem/13100435> by Han Ming Ong · 12 years ago
- d86cf81 Convert the -a option in "image lookup" to a address-expression, and pass the context by Jim Ingham · 12 years ago
- bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 12 years ago
- 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 12 years ago
- 056d0c1 The regular expression command object was resetting the execution context of the by Jim Ingham · 12 years ago
- 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 12 years ago
- 4842d27 Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. by Matt Kopec · 12 years ago
- 57d4ab2 Add icc support to the test suite by Matt Kopec · 12 years ago
- 63c25ee Add ptrace extensions to query a register set. by Matt Kopec · 12 years ago
- 280b30f Porting the Objective-C Class data type’s summary from Python to C++ by Enrico Granata · 12 years ago
- b70c6ef Moving CFBag and NSBundle summaries from Python to C++ by Enrico Granata · 12 years ago
- 41b5bfe <rdar://problem/13194155> by Enrico Granata · 12 years ago
- eff8320 Rolled back r176719 because settings with file names were broken. by Sean Callanan · 12 years ago
- a01b0fa <rdar://problem/12537646> by Greg Clayton · 12 years ago
- 34a96b8 Log the match substring as well in the case where we match the step-avoid regexp. by Jim Ingham · 12 years ago
- 5c38c31 Add some logging to track cases where “step-in” steps out due to the avoid-regexp and the step-in target. by Jim Ingham · 12 years ago
- a7cd95d Recommit lldb realtime output for POSIX. by Matt Kopec · 12 years ago
- 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 12 years ago