summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13502196>Greg Clayton2013-03-261-1/+12
* <rdar://problem/13502196> Greg Clayton2013-03-262-2/+14
* Make the stepping perf test case actually work.Jim Ingham2013-03-263-39/+308
* <rdar://problem/13221060>Enrico Granata2013-03-261-0/+15
* Checking that the wrong syntax does not give a correct summary after clearing...Enrico Granata2013-03-261-0/+6
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-253-0/+43
* Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of p...Greg Clayton2013-03-251-6/+0
* <rdar://problem/13498879> Greg Clayton2013-03-251-9/+2
* <rdar://problem/13498504>Han Ming Ong2013-03-252-11/+36
* <rdar://problem/13404009>Han Ming Ong2013-03-251-2/+2
* <rdar://problem/13365424>Enrico Granata2013-03-252-17/+19
* <rdar://problem/13434476>Enrico Granata2013-03-251-4/+31
* Fixed a potential crash if layout for a structureSean Callanan2013-03-251-1/+4
* These test cases fail on the buildbot - skip on Linux for now, will figure ou...Enrico Granata2013-03-252-0/+2
* - Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata2013-03-253-6/+34
* Add two additional DNBLog's in places where we're about to killJason Molenda2013-03-232-0/+2
* Set the correct byte size for complex integer (-fI) memory reads.Jason Molenda2013-03-231-0/+8
* And then again only compute the more expensive piece of data if need be :-)Enrico Granata2013-03-231-1/+1
* Added a python version of the performance tests. It will be good to see if th...Greg Clayton2013-03-231-0/+197
* Invert two condition checks to evaluate them in cheapest-to-more-expensive orderEnrico Granata2013-03-231-2/+2
* Added better measurements to test:Greg Clayton2013-03-231-28/+46
* <rdar://problem/13312903>Enrico Granata2013-03-231-0/+7
* <rdar://problem/13315663>Enrico Granata2013-03-231-9/+32
* If there are multiple uses of an Objective-CSean Callanan2013-03-231-8/+12
* Only get the script interpreter if we find scripting resources in the symbol ...Greg Clayton2013-03-231-13/+13
* Don't need to resolve the .o file path.Greg Clayton2013-03-231-1/+1
* Make sure the "Release" builds link against the "Release" LLDB.framework and ...Greg Clayton2013-03-233-21/+30
* Change debugserver to open the socket it listensJason Molenda2013-03-233-10/+22
* Fix a little fallout from the changes in r174757 where we wouldJason Molenda2013-03-231-9/+0
* Don't bother calling Reserve on the vector unless we have entries to be added.Jason Molenda2013-03-221-1/+2
* Add a Reserve method to RangeVector and RangeDataVector. Have theJason Molenda2013-03-222-2/+16
* Added option parsing to the lldb_perf_clang performance test.Greg Clayton2013-03-221-9/+225
* More cleanup to remove the CoreFoundation classes out of mainstream code (CFC...Greg Clayton2013-03-225-67/+2
* Much more cleanup on the performance testing infrastructure:Greg Clayton2013-03-2219-371/+1183
* Change the AppleObjCTrampolineHandler to always run all threads when resolvin...Jim Ingham2013-03-222-1/+11
* Don't try to read the eh_frame section out of a dSYM.Jason Molenda2013-03-221-1/+5
* Modified the way we report fields of records.Sean Callanan2013-03-213-5/+33
* If we stopped but no threads had a reason for stopping, we should tell the us...Jim Ingham2013-03-211-1/+16
* Remove some commented out code.Jim Ingham2013-03-211-8/+0
* Select correct -std flag for CMake for different versions of gcc.Matt Kopec2013-03-211-1/+10
* The outline of the stepping perf test case, doesn't do anything yet.Jim Ingham2013-03-213-17/+313
* Add correct file headers to all source files.Greg Clayton2013-03-2115-56/+80
* Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.Jason Molenda2013-03-213-3/+71
* Modify code to adhere to LLDB coding conventions.Greg Clayton2013-03-2110-166/+192
* Added a lldb-perf test case that will be used to time various aspects of debu...Greg Clayton2013-03-213-0/+269
* Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtracto...Greg Clayton2013-03-213-32/+17
* Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef:...Greg Clayton2013-03-211-2/+16
* Making a manual mode of operation for measurements, where you can manually ca...Enrico Granata2013-03-202-10/+54
* Making the test step count a member variable so that it can be accessed easilyEnrico Granata2013-03-202-8/+16
* Renaming perf. main files from main.cpp to something meaningfulEnrico Granata2013-03-203-8/+8
OpenPOWER on IntegriCloud