summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-239-3/+96
* Fix windows build after r337689Alexander Polyakov2018-07-231-0/+1
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-236-199/+118
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-202-2/+23
* Added unit tests for FlagsRaphael Isemann2018-07-192-0/+200
* ELF: Replace the header-extension unit test with a lit onePavel Labath2018-07-194-64/+73
* Fix whitespace formatting in DWARFExpression::DumpLocationPavel Labath2018-07-191-14/+14
* Fix variables.test after D49018Stella Stamenova2018-07-181-7/+7
* [windows] Use a well-known path for ComSpec if we fail to retrieve itStella Stamenova2018-07-181-2/+7
* [lit, lldbsuite] Remove tests that are duplicated between lit and lldb-suiteStella Stamenova2018-07-185-80/+0
* Link the lldb driver ("lldb") against the llvm staticJason Molenda2018-07-171-3/+13
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-174-8/+10
* [CMake] Have check-lldb-unit use CMAKE_CURRENT_BINARY_DIRJonas Devlieghere2018-07-171-2/+3
* Move pretty stack trace printer into driver.Jonas Devlieghere2018-07-174-4/+21
* [CMake] Give lldb tools functional install targets when building LLDB.frameworkAlex Langford2018-07-161-14/+6
* Fix some crashes and deadlocks in FormatAnsiTerminalCodesRaphael Isemann2018-07-163-3/+63
* Fix typo in find-basic-function testPavel Labath2018-07-161-4/+4
* Fix TestDataFormatterUnordered for older libc++ versionsPavel Labath2018-07-161-0/+5
* Rollback r337070.Sterling Augustine2018-07-131-2/+0
* Update ClangASTContext for the new DependentVector type.Sterling Augustine2018-07-131-0/+2
* [lldb-mi] Make symbol-list-lines.test XFAIL on WindowsAlexander Polyakov2018-07-131-0/+3
* Fix -Wswitch after introduction of clang;:Type::DependentVector in r337036Fangrui Song2018-07-131-0/+4
* Make these tests c++ tests so they can be skipped on systems that don't suppo...Jim Ingham2018-07-132-4/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-1312-126/+239
* Add the new PDBLocationToDWARFExpression.{cpp,h} to the Xcode project.Jim Ingham2018-07-131-0/+6
* Add includes for CompletionRequest to every file that uses itRaphael Isemann2018-07-138-2/+8
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-1338-704/+379
* No longer pass a StringRef to the Python APIRaphael Isemann2018-07-131-2/+3
* Fix TestAttachDenied on macOS MojaveFrederic Riss2018-07-132-0/+15
* Adjust thread name column width depending on real name length.Tatyana Krasnukha2018-07-131-1/+5
* Add abbreviated name for Debugger::EventHandlerThread.Tatyana Krasnukha2018-07-131-5/+8
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-137-1/+681
* [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class nameStella Stamenova2018-07-121-1/+1
* Remove incorrect thread-pc-values clearingJason Molenda2018-07-121-1/+0
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-1219-222/+227
* [process] Update the documentation for ReadMemory and DoReadMemory to include...Stella Stamenova2018-07-121-1/+14
* Restructure the minidump loading path and add early & explicit consistency ch...Leonard Mosescu2018-07-128-56/+169
* Remove the unused m_signal member variable, but leave the code that gets it o...Eric Christopher2018-07-122-3/+2
* Remove unused variable m_header as it hasn't been used since it wasEric Christopher2018-07-122-6/+4
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-124-5/+31
* [windows] Fix out-of-memory failure in some of the testsStella Stamenova2018-07-111-22/+40
* [FileCheck] Add -allow-deprecated-dag-overlap to failing lldb testsJoel E. Denny2018-07-111-3/+3
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-1119-5/+222
* Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2018-07-102-30/+63
* [windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova2018-07-109-70/+76
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-1011-30/+28
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-1012-232/+472
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0910-21/+26
* [ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano2018-07-094-7/+54
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-094-3/+56
OpenPOWER on IntegriCloud