summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Adapt test to upstream clang compiler changes.Adrian Prantl2019-09-241-1/+4
* [Make] Add support for building NeXT-style frameworksJonas Devlieghere2019-09-231-11/+40
* [LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo2019-09-231-0/+4
* [LLDB] [PECOFF] Recognize arm64 executablesMartin Storsjo2019-09-231-0/+5
* [LLDB] Rework a MinGW build fix from D65691Martin Storsjo2019-09-231-3/+1
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-2311-27/+54
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-233-1/+38
* [ABISysV] Fix regression for Simulator and MacABIJonas Devlieghere2019-09-231-7/+23
* [lldb-suite] TestCallOverriddenMethod.py is now passing on WindowsStella Stamenova2019-09-231-1/+0
* [LLDB] Fix logically dead codeKonrad Kleine2019-09-231-3/+0
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-235-9/+9
* [LLDB] Remove a now redundant windows specific workaroundMartin Storsjo2019-09-231-5/+0
* [LLDB] Add a void* cast when passing object pointers to printf %pMartin Storsjo2019-09-231-14/+10
* [LLDB] Avoid a warning about an unused static variableMartin Storsjo2019-09-231-1/+1
* [LLDB] Remove a stray semicolon. NFC.Martin Storsjo2019-09-231-1/+1
* [LLDB] Add a missing specification of linking against dbghelpMartin Storsjo2019-09-231-0/+8
* [LLDB] Use the Windows SOCKET type on all windows targets, not only MSVCMartin Storsjo2019-09-231-1/+1
* [lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-1/+0
* [lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-9/+2
* [lldb][NFC] Fix documentation of CompletionRequest::AddCompletionRaphael Isemann2019-09-231-1/+2
* [lldb][NFC] Make cursor char position unsigned in CompletionRequestRaphael Isemann2019-09-232-6/+6
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-236-35/+46
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-238-30/+64
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-235-6/+45
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-232-3/+30
* [lldb] Fix LLDB build after r372538Raphael Isemann2019-09-231-1/+2
* Use _WIN32 instead of _MSC_VERHaibo Huang2019-09-221-1/+1
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-212-6/+7
* [LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo2019-09-212-6/+6
* [LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo2019-09-211-1/+1
* [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo2019-09-212-5/+5
* [LLDB] Fix compilation for MinGW, remove redundant class name on inline memberMartin Storsjo2019-09-211-1/+1
* prepare_binding_Python: print readable errors if SWIG failsJonas Devlieghere2019-09-201-4/+6
* dotest.py: bugfix: test filters with -f do not work on Python3Jonas Devlieghere2019-09-201-1/+1
* [lldb] Process formatters in reverse-chronological orderJan Kratochvil2019-09-203-39/+34
* Doxygenify comments.Adrian Prantl2019-09-202-43/+47
* Move decl completion out of the ASTImporterDelegate and document it [NFC]Raphael Isemann2019-09-202-129/+127
* [lldb][NFC] Remove unused include in TestLineEntry.cppRaphael Isemann2019-09-201-1/+0
* Revert "Fix swig python package path"Haibo Huang2019-09-201-6/+4
* [lldb] [Process/gdb-remote] Correct more missing LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-191-3/+4
* Fir TestAPILog for gccPavel Labath2019-09-181-7/+5
* Fix command-script-import.test on linuxPavel Labath2019-09-183-7/+7
* [lldb] Fix a test assertion after r372192Krasimir Georgiev2019-09-181-1/+1
* [lldb][CMake] Build LLDB.framework with -Wdocumentation in XcodeStefan Granitz2019-09-181-0/+3
* [lldb][CMake] Infer `Clang_DIR` if not passed explicitlyStefan Granitz2019-09-182-9/+9
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-1812-69/+232
* Clean up this test.Jim Ingham2019-09-181-46/+11
* Cache PYTHON_EXECUTABLE for windowsHaibo Huang2019-09-181-4/+4
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-185-13/+21
OpenPOWER on IntegriCloud