summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* Make yet another attempt in restoring SymbolFilePDBTestsAdrian Prantl2019-10-021-13/+13
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* Make another attempt at fixing SymbolFilePDBTests.Adrian Prantl2019-10-011-0/+1
* [JSON] Use LLVM's library for argdumperJonas Devlieghere2019-10-012-19/+7
* [JSON] Use LLVM's library for decoding JSON in StructuredDataJonas Devlieghere2019-10-012-101/+48
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-017-102/+57
* Fix a syntax error.Adrian Prantl2019-10-011-1/+1
* Fix a condition-flip regression introduced in r373344.Adrian Prantl2019-10-011-1/+1
* Typo (NFC)Adrian Prantl2019-10-011-3/+3
* Simplify condition (NFC)Adrian Prantl2019-10-011-1/+1
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-0124-344/+261
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-012-22/+17
* [lldb][NFC] Mark ClangASTContext constructor as explicitRaphael Isemann2019-10-011-1/+1
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-012-69/+0
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-012-21/+0
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-014-17/+16
* [lldb][NFC] Modernize ClangASTContext constructorRaphael Isemann2019-10-012-41/+35
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-014-11/+11
* [Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov2019-10-018-64/+835
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-013-6/+22
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-017-11/+96
* [Docs] Document lldb-instrJonas Devlieghere2019-10-011-0/+40
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-302-8/+9
* Try to update Windows unit test for API change.Adrian Prantl2019-09-301-21/+18
* [test] Make TestBasicEntryValuesX86_64 run on Linux as well as DarwinVedant Kumar2019-09-301-1/+5
* [lldb][NFC] Updating test to reflect made by D67966Shafik Yaghmour2019-09-301-1/+1
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-3016-131/+87
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-307-413/+17
* [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}Raphael Isemann2019-09-301-2/+0
* [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th...Raphael Isemann2019-09-302-13/+59
* [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br...Raphael Isemann2019-09-302-20/+16
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-303-0/+29
* Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...Martin Storsjo2019-09-281-3/+41
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.Martin Storsjo2019-09-281-41/+3
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-288-9/+43
* [Core] Remove unused dependency on clangASTAlex Langford2019-09-282-4/+0
* [debugserver] Add --version/-V command line option to debugserver.Jonas Devlieghere2019-09-271-0/+11
* refactor: move IOObject::m_should_close_fd into subclassesLawrence D'Anna2019-09-275-19/+20
* [Reproducer] Use // in the unit testsJonas Devlieghere2019-09-271-13/+13
* [Reproducer] Update the unit tests to specify the path style.Jonas Devlieghere2019-09-271-17/+33
* [CMake] Depend on clang-tablegen-targetsJonas Devlieghere2019-09-271-1/+1
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-2717-0/+22
* [CMake] Make Core depend on ClangDriverOptions (NFC)Jonas Devlieghere2019-09-271-0/+3
* [Reproducer] Always use absolute paths for capture & replay.Jonas Devlieghere2019-09-273-4/+21
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-2728-255/+210
* [lldb] Disable testing entry values as memory locationDjordje Todorovic2019-09-271-0/+3
* [lldb/cmake] add lldbCore -> clangDriver dependencyPavel Labath2019-09-271-0/+1
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-2710-12/+176
* Disable the empty string check in TestDataFormatterStdStringPavel Labath2019-09-271-1/+2
* Fix some swig warningsPavel Labath2019-09-275-21/+3
OpenPOWER on IntegriCloud