summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-269-377/+226
* TestFunctionStarts.py: add synchronizationFrederic Riss2019-08-262-2/+21
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* Move ProcessInstanceInfoTest to UtilityPavel Labath2019-08-263-1/+1
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-262-11/+44
* Fix windows build after r369894Pavel Labath2019-08-261-6/+4
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-265-77/+97
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-263-4/+151
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-262-5/+5
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-264-15/+7
* [NFC] Fix comments and formatting.Jonas Devlieghere2019-08-232-55/+60
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-239-8/+17
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-233-146/+237
* Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool2019-08-231-2/+2
* [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
OpenPOWER on IntegriCloud