summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-2257-637/+480
* [debugserver] Switch back to std::once_flagJonas Devlieghere2019-08-221-1/+1
* [lldb] Replace std::once_flag with llvm::once_flag.Davide Italiano2019-08-222-2/+3
* [FormatManage] Fix the format info orderJonas Devlieghere2019-08-221-2/+3
* [FormatManager] Add static_assert to keep formats in sync.Jonas Devlieghere2019-08-221-1/+5
* The g_format_infos table needs to be updated in concert with theJason Molenda2019-08-221-0/+1
* [test] Update test so it matches the Windows outputJonas Devlieghere2019-08-211-3/+3
* When building file without debug info, include the architectureJason Molenda2019-08-211-1/+5
* Add char8_t support (C++20)Jonas Devlieghere2019-08-219-4/+129
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-2119-71/+169
* [lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann2019-08-212-26/+10
* [lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann2019-08-212-3/+42
* Recommit "Minidump/Windows: Fix module lookup""Pavel Labath2019-08-214-0/+69
* Fix two compiler warningsPavel Labath2019-08-212-1/+3
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-212-0/+20
* [lldb][NFC] Add tests for register commandRaphael Isemann2019-08-211-0/+13
* [lldb][NFC] Add tests for invalid command invocationsRaphael Isemann2019-08-216-0/+93
* Fix an unused variable warning in ClangASTContext.cppPavel Labath2019-08-211-2/+1
* Properly EXCLUDE_FROM_ALL the testing support libraryPavel Labath2019-08-211-1/+1
* [Symbol] Remove unused clang headers from TypeAlex Langford2019-08-212-4/+0
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-219-81/+71
* [NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere2019-08-214-68/+8
* [NFC] Simplify codeJonas Devlieghere2019-08-211-17/+13
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-2111-65/+44
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-214-4/+31
* [Doxygen] Document private class members.Jonas Devlieghere2019-08-211-1/+1
* [dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2019-08-202-6/+5
* [NFC] Fix -Wdocumentation warnings in Utility.Jonas Devlieghere2019-08-207-80/+61
* [Symbol] Move VerifyDecl to ClangASTContextAlex Langford2019-08-204-35/+5
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
* [NFC] Update RegularExpression documentationJonas Devlieghere2019-08-201-21/+14
* [Symbol][NFC] Remove references to clang in TypeMapAlex Langford2019-08-201-13/+0
* [CMake] Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILERJonas Devlieghere2019-08-203-15/+4
* [ClangExpressionParser] Add ClangDeclVendorAlex Langford2019-08-207-29/+81
* Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-testAdrian Prantl2019-08-203-3/+87
* [lldb] Use the new Regex::isValid() with no parameterJan Kratochvil2019-08-201-4/+1
* Fix build for r369374Pavel Labath2019-08-201-0/+1
* Convert minidump unittests to use llvm::yaml::convertYAMLPavel Labath2019-08-201-6/+7
* unittests: Use yaml2obj as a library instead of an external processPavel Labath2019-08-2013-411/+390
* [cmake] Remove the test for libstdc++<4.9Pavel Labath2019-08-201-22/+0
* [lldb][NFC] Test quotes when completingRaphael Isemann2019-08-201-0/+26
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-2014-71/+61
* [lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)Med Ismail Bennani2019-08-193-17/+38
* Windows: Include "windows" Instead of "Windows"Saleem Abdulrasool2019-08-195-5/+5
* Fix use-after-freeMatthias Gehre2019-08-191-1/+1
* [lldb-vscode] add `launchCommands` to handle launch specific commandsAlex Langford2019-08-194-19/+110
* [lldb] Make TestIOHandlerCompletion more stable and document itRaphael Isemann2019-08-191-1/+4
* [dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere2019-08-195-7/+22
* [lldb][NFC] Stop using GetNumberOfMatches in CompletionRequest testRaphael Isemann2019-08-191-14/+14
* [lldb][NFC] Use CompletionRequest in Variable::AutoCompleteRaphael Isemann2019-08-191-43/+32
OpenPOWER on IntegriCloud