summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-0511-297/+286
* Add the ability to set breakpoints on named RenderScript reductionsLuke Drummond2016-10-052-40/+404
* Fix some test failures due to the recent Breakpoint patch.Zachary Turner2016-10-051-9/+3
* Removing the new Minidump pluginDimitar Vlahovski2016-10-0520-820/+25
* Try to fix Android build.Zachary Turner2016-10-051-1/+1
* Convert some breakpoint code to use StringRef.Zachary Turner2016-10-054-257/+198
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-0539-233/+274
* Disable warnings in LLDBWrapPython.cpp with -Werror.Zachary Turner2016-10-051-0/+8
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-054-567/+508
* xfailing minidump tests again ... :(Dimitar Vlahovski2016-10-051-0/+6
* Fixing new Minidump plugin testsDimitar Vlahovski2016-10-053-18/+14
* cleanup RSCoordinate handling and factor out coordinate parserLuke Drummond2016-10-052-128/+141
* Delete unused global in ClangExpressionVariable.cppLuke Drummond2016-10-051-2/+0
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-57/+57
* Change Platform::GetRemoteSharedModule so if it's given a ModuleSpecJason Molenda2016-10-051-0/+19
* The collision of class C and libsystem_c.dylib:C is a failureJim Ingham2016-10-051-2/+17
* This test is failing because there's a global symbol "C" in libsystem_c.dylib,Jim Ingham2016-10-051-1/+1
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-57/+57
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-57/+57
* Add the new minidump files to the Xcode project.Jim Ingham2016-10-051-4/+12
* xfailing tests for Minidump pluginDimitar Vlahovski2016-10-041-0/+6
* Fix the decorator of TestBreakpointCaseSensitivityTamas Berghammer2016-10-041-4/+2
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-0417-21/+800
* Improvements to testing blacklistFrancis Ricci2016-10-044-41/+20
* Fix FixupEnvironment on Android after the Args refactorTamas Berghammer2016-10-041-5/+6
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-044-8/+725
* Fix TestNestedAliases.pyZachary Turner2016-10-041-5/+6
* Fix test when using remote debugging.Pavel Labath2016-10-041-1/+1
* Try to fix failing tests when running remote test suite.Zachary Turner2016-10-041-1/+1
* 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
OpenPOWER on IntegriCloud