summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-191-1/+5
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-191-4/+12
* [lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann2020-01-141-125/+13
* [lldb][NFC] Use range-based for loops in IRInterpreterRaphael Isemann2020-01-131-16/+12
* Add missing nullptr checks.Adrian Prantl2020-01-102-2/+5
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-31/+4
* [UserExpression] Clean up `return` after `else`.Davide Italiano2020-01-031-4/+3
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-212-7/+7
* [lldb/DWARF] Switch to llvm location list parserPavel Labath2019-12-091-261/+147
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-091-51/+58
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb/IRExecutionUnit] Stop searching based on demangled namesPavel Labath2019-12-061-2/+0
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-2/+3
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-6/+6
* [lldb] Add logging to IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-6/+21
* [lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-24/+28
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-3/+3
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-125-23/+23
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+0
* DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...Pavel Labath2019-10-141-0/+18
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-101-1/+1
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-091-1/+1
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-2/+2
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-407/+4
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-8/+8
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-7/+12
* [lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann2019-09-251-2/+2
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-111-0/+261
* Implement DW_OP_convertAdrian Prantl2019-09-101-0/+77
* [Expression] Remove unused header from LLVMUserExpressionAlex Langford2019-09-091-1/+0
* [lldb][NFC] Remove Args::StripSpacesRaphael Isemann2019-09-061-1/+1
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-301-3/+1
* Remove DWARFExpression::LocationListSizePavel Labath2019-08-291-23/+0
* Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl2019-08-271-0/+10
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-27/+15
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-6/+11
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-19/+20
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-121-2/+2
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-121-8/+14
* [lldb] Remove undocumented return value from DiagnosticManager::PutStringRaphael Isemann2019-08-121-4/+3
* [Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano2019-08-081-14/+0
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-072-0/+4
* [lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann2019-08-051-10/+0
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-5/+1
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-3/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-7/+5
* [lldb][NFC] Remove DiagnosticManager::CopyDiagnosticsRaphael Isemann2019-07-291-9/+0
OpenPOWER on IntegriCloud