summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-2310-10/+69
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-232-4/+2
* Add missing dot.Adrian Prantl2019-08-221-1/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2227-198/+219
* TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss2019-08-221-1/+1
* Revert [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-1/+0
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-201/+198
* Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp toAdrian Prantl2019-08-222-1/+1
* Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp toAdrian Prantl2019-08-222-2/+2
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-198/+201
* [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-0/+1
* Remove redundant curly braces.Adrian Prantl2019-08-222-3/+3
* Doxygenify comments.Adrian Prantl2019-08-221-279/+297
* [lldb] Remove ')' to fix the buildRaphael Isemann2019-08-221-1/+1
* [lldb] Fix `TestDataFormatterStdList` regressionJan Kratochvil2019-08-221-7/+13
* [lldb][NFC] Fix indentation in CommandObjectProcessRaphael Isemann2019-08-221-9/+9
* [lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann2019-08-221-5/+28
* [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann2019-08-224-24/+12
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-228-121/+121
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-2227-217/+82
* [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
OpenPOWER on IntegriCloud