summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Rename ReadRegisterValue to PrintRegisterValueRaphael Isemann2019-09-041-95/+95
* [lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachORaphael Isemann2019-09-041-198/+119
* [lldb][NFC] Remove unused overload of File::ReadRaphael Isemann2019-09-031-44/+0
* [lldb] Replace std::call_once() with llvm::call_once()Michal Gorny2019-09-031-2/+2
* [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parserRaphael Isemann2019-09-031-16/+16
* [lldb] Test 'command' commands and fix the found crashesRaphael Isemann2019-09-031-0/+13
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-021-0/+7
* NativeProcessLinux: Remove some register context boilerplatePavel Labath2019-09-0210-202/+114
* [ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo arrayOmair Javaid2019-09-021-181/+258
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-5/+6
* [lldb] Test and fix invalid log command invocationsRaphael Isemann2019-09-011-0/+2
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-318-800/+668
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-302-3/+18
* [lldb][NFC] Document options parameter in ClangUserExpression constructorRaphael Isemann2019-08-291-0/+3
* Revert "[TSanRuntime] Upstream thread swift race detector."Davide Italiano2019-08-292-35/+6
* Fix GetDIEForDeclContext so it only returns entries matching the provided con...Pavel Labath2019-08-291-3/+4
* Remove DWARFExpression::LocationListSizePavel Labath2019-08-293-45/+10
* [TSanRuntime] Upstream thread swift race detector.Davide Italiano2019-08-292-6/+35
* [Core] Use GetAPInt instead of constructing APInts in placeAlex Langford2019-08-281-9/+14
* [lldb][NFC] Refactor and document ClangASTContext::IsOperatorRaphael Isemann2019-08-281-209/+72
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-10/+4
* [lldb][NFC] Get rid of C-strings in HandleOptionCompletionRaphael Isemann2019-08-281-17/+11
* Update name of objc runtime SPI function we call for class names.Jason Molenda2019-08-281-1/+1
* Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl2019-08-272-10/+10
* [Platform/Android] Read the adb server from an env variable if setNathan Lanza2019-08-271-1/+6
* [lldb] Fix x86 compilationTatyana Krasnukha2019-08-276-21/+19
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-272-9/+24
* DWARFExpression: Simplify class interfacePavel Labath2019-08-278-67/+67
* Fix an unused variable warning in no-assert buildsPavel Labath2019-08-271-0/+1
* CommandObjectExpression: Fix a misleading-indentation warningPavel Labath2019-08-271-96/+94
* [ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere2019-08-271-3/+12
* [Core] GetAPInt should return an OptionalAlex Langford2019-08-261-16/+19
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-268-375/+224
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-261-11/+26
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-263-49/+36
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-262-4/+119
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-261-4/+3
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-263-8/+4
* [NFC] Fix comments and formatting.Jonas Devlieghere2019-08-232-55/+60
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-232-144/+225
* Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool2019-08-231-2/+2
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-237-8/+64
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2218-149/+149
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2217-139/+149
* Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp toAdrian Prantl2019-08-222-1/+1
* Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp toAdrian Prantl2019-08-222-2/+2
OpenPOWER on IntegriCloud