llvm-project/lldb/source/Plugins
Pavel Labath ab86d3da7a Avoid two-stage initialization of MinidumpParser
remove the Initialize function, move the things that can fail into the
static factory function. The factory function now returns
Expected<Parser> instead of Optional<Parser> so that it can give a
reason why creation failed.

llvm-svn: 354668
2019-02-22 13:36:01 +00:00
..
ABI Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
Architecture Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Disassembler Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
DynamicLoader [win] Resolve the module only if there isn't one already 2019-02-15 21:40:59 +00:00
ExpressionParser [Reproducers] Make clang use lldb's VFS. 2019-02-18 20:31:18 +00:00
Instruction Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
InstrumentationRuntime Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
JITLoader Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
Language [Reproducers] Make clang use lldb's VFS. 2019-02-18 20:31:18 +00:00
LanguageRuntime Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
MemoryHistory Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ObjectContainer Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
ObjectFile [lldb] [ObjectFile/ELF] Fix recognizing NetBSD images 2019-02-20 14:31:06 +00:00
OperatingSystem Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
Platform [lldb-server] Add remote platform capabilities for Windows 2019-02-14 05:34:46 +00:00
Process Avoid two-stage initialization of MinidumpParser 2019-02-22 13:36:01 +00:00
ScriptInterpreter Add PythonBoolean type to the PythonDataObjects 2019-02-16 18:39:14 +00:00
StructuredData Remove redundant ::get() for smart pointer. (NFC) 2019-02-12 03:47:39 +00:00
SymbolFile PECOFF: Implement GetBaseAddress 2019-02-18 11:06:57 +00:00
SymbolVendor Revert "Don't include UnixSignals.h from Host." 2019-02-15 21:55:29 +00:00
SystemRuntime Remove redundant ::get() for smart pointer. (NFC) 2019-02-12 03:47:39 +00:00
UnwindAssembly Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00