summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix the data formatter for std::multiset in libc++ - this is a trivial amount...Enrico Granata2016-10-041-25/+45
* Changes to the std::multimap formatter to make it work against trunk libc++ Enrico Granata2016-10-031-10/+50
* Modernize some code related to Args usage / implementation.Zachary Turner2016-10-034-225/+206
* Refactor the Args class.Zachary Turner2016-10-035-380/+345
* add a simple test case to validate test id()Todd Fiala2016-10-031-0/+17
* Fix regex in lldb lit test TestCallStopAndContinueTim Hammerquist2016-10-031-1/+1
* [CMake] Fixing a few missing dependencies on intrinsics_genChris Bieneman2016-10-032-0/+8
* Revert "XFAIL TestSBData for gcc-4.9 i386"Pavel Labath2016-10-021-1/+0
* [lldb-mi] Fix prompt which can get inserted in the middle of program output i...Dawn Perchik2016-10-011-1/+3
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-012-23/+23
* Add unit tests for specific instruction patterns that the x86Jason Molenda2016-10-011-0/+519
* Fix up this test case.Jim Ingham2016-10-011-35/+0
* Add support for some extended push instructions in i386/x86_64 likeJason Molenda2016-10-013-48/+387
* test infra: clear file-charged issues on rerun of fileTodd Fiala2016-10-014-20/+137
* Fix up the test so it gets closer to passing.Jim Ingham2016-09-301-40/+11
* Add the radar on our end to the bugreport string.Jim Ingham2016-09-301-3/+3
* Add the radar from our end to the bugreport string.Jim Ingham2016-09-301-1/+1
* IsValid is the way to ask a breakpoint location whether it is valid.Jim Ingham2016-09-301-2/+3
* Adding ivars in class extensions isn't supported on i386; skip a test.Sean Callanan2016-09-301-0/+1
* Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupIn...Dawn Perchik2016-09-302-2/+2
* Fixed several i386 Objective-C tests by completing objects, not their pointers.Sean Callanan2016-09-301-50/+61
* Add namespace qualifiers for UTF functions that just moved.Adrian McCarthy2016-09-302-6/+6
* Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.Sean Callanan2016-09-301-1/+1
* Again fixing windows build breakage like in rL282862Dimitar Vlahovski2016-09-301-2/+2
* Fixing windows build breakage caused by rL282822Dimitar Vlahovski2016-09-301-10/+10
* XFAIL TestSBData for gcc-4.9 i386Pavel Labath2016-09-301-0/+1
* Fix PDB unittests on non-windows platformsPavel Labath2016-09-301-1/+1
* Add the tracking radar on our end.Jim Ingham2016-09-301-1/+1
* Add unit tests for simple frameless i386 and x86_64 functionJason Molenda2016-09-301-3/+222
* Prefer skipping over x-failingEnrico Granata2016-09-301-1/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* Move UTF functions into namespace llvm.Justin Lebar2016-09-302-30/+33
* Switch to using TEST_EQ, TEST_FALSE where appropriate.Jason Molenda2016-09-291-43/+44
* Add some logging when trace is on. We're getting a bot failure on i386 that ...Jim Ingham2016-09-291-8/+15
* [CMake] LLDB/Expression needs to depend on intrinsics_genChris Bieneman2016-09-291-0/+4
* Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.Sean Callanan2016-09-291-0/+1
* Add a quick note about how to build lldb with debug info usingJason Molenda2016-09-291-1/+8
* Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.Sean Callanan2016-09-291-13/+17
* This test will not work in i386 mode because we don't create interesting type...Enrico Granata2016-09-291-0/+1
* Fix an issue where, in i386 mode, the wrong values were being copied into the...Enrico Granata2016-09-291-2/+2
* To fix TestObjCMethods2/i386, allowed messaging nil ObjC objects as in x86_64.Sean Callanan2016-09-291-0/+3
* Add a unit test for an x86_64 assembly inspection of Jason Molenda2016-09-291-18/+177
* Re-commit the changes from r282565 that I had to back out because of Jason Molenda2016-09-2910-1197/+1686
* Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan2016-09-292-1/+209
* Introduced a null check to avoid a crash in a test on i386.Sean Callanan2016-09-291-0/+4
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-284-15/+75
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-284-4/+34
* use assertEquals in TestSBTypeClassMembersTodd Fiala2016-09-281-26/+33
* zorg Xcode python test suite target arch updateTodd Fiala2016-09-281-2/+2
* Reverting r282565.Jason Molenda2016-09-2810-1691/+1197
OpenPOWER on IntegriCloud