summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [ExpressionParser] Handle llvm::Expected resultJonas Devlieghere2019-07-231-2/+10
* [ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-231-32/+32
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-232-7/+6
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-237-4/+126
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-2312-77/+63
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-16/+0
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-1/+11
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-213-12/+16
* [lldb] Fix buildbot build fail caused by r366645Yuanfang Chen2019-07-211-2/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-1921-12/+44
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-182-1/+20
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-184-6/+6
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-181-0/+3
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-171-0/+55
* [lldb] Make log for ClangModulesDeclVendor's compiler flag less verboseRaphael Isemann2019-07-171-11/+6
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-172-0/+5
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-12/+18
* [NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2019-07-172-10/+11
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1530-27/+917
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-1212-5/+464
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-122-61/+70
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-124-17/+746
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-115-9/+51
* [lldb] Don't use __FUNCTION__ as a file nameRaphael Isemann2019-07-111-1/+1
* [LLDB] Fix FreeBSD build.David Carlier2019-07-112-19/+24
* [lldb] Fix handling of dollar characters in expr commandRaphael Isemann2019-07-101-31/+79
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-101-28/+31
* Revert accidental change to fileAaron Smith2019-07-101-3/+0
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-106-455/+726
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-14/+18
* Revert "Move common functionality from processwindows into processdebugger"Stella Stamenova2019-07-085-716/+452
* Process: generalise Windows thread setupSaleem Abdulrasool2019-07-071-10/+20
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-054-14/+0
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-054-23/+45
* Plugins: permit building on Windows ARM64Saleem Abdulrasool2019-07-041-15/+12
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-033-44/+18
* Add plugin.process.gdb-remote.use-libraries-svr4 optionAntonio Afonso2019-07-031-7/+36
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-023-45/+23
* [Reproducer] Assert on unexpected packetJonas Devlieghere2019-07-011-0/+1
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-1/+2
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-011-2/+2
* [lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny2019-07-011-10/+21
* [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATEMichal Gorny2019-07-012-2/+97
* Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny2019-07-011-1/+1
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-016-42/+0
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-017-126/+4
OpenPOWER on IntegriCloud