aboutsummaryrefslogtreecommitdiff
path: root/source/Expression
AgeCommit message (Expand)Author
2019-10-10[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann
2019-10-09remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl
2019-09-30Use llvm for dumping DWARF expressionsPavel Labath
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-25[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann
2019-09-11[DWARF] Evaluate DW_OP_entry_valueVedant Kumar
2019-09-10Implement DW_OP_convertAdrian Prantl
2019-09-09[Expression] Remove unused header from LLVMUserExpressionAlex Langford
2019-09-06[lldb][NFC] Remove Args::StripSpacesRaphael Isemann
2019-08-30[lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann
2019-08-29Remove DWARFExpression::LocationListSizePavel Labath
2019-08-27Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl
2019-08-27DWARFExpression: Simplify class interfacePavel Labath
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-15[lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-12[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano
2019-08-12[Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano
2019-08-12[lldb] Remove undocumented return value from DiagnosticManager::PutStringRaphael Isemann
2019-08-08[Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano
2019-08-07Detect HAVE_SYS_TYPES_H in lldbHaibo Huang
2019-08-05[lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann
2019-08-02SymbolVendor: Introduce Module::GetSymbolFilePavel Labath
2019-07-31[CompletionRequest] Remove unimplemented members.Jonas Devlieghere
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-29[lldb][NFC] Remove DiagnosticManager::CopyDiagnosticsRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19[NFC] Remove instances of unused ClangASTContext headerAlex Langford
2019-07-12[Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford
2019-07-10[Expression] IR Instrumenters should have a UtilityFunctionAlex Langford
2019-07-09[lldb] Quick Fix: IRExecutionUnit check pointer before access itAlex Langford
2019-07-02Fix for r364686 - actually set symbol_is_missing_weak...Jim Ingham
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-03[Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into LanguageRuntimeAlex Langford
2019-05-28[DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere
2019-05-24[DWARFExpression] Remove commented-out code (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-22Expression: correct relocation model for WindowsSaleem Abdulrasool
2019-05-21DWARF: Port debug_addr over to DWARFContextPavel Labath
2019-05-21[CMake] Correct some dependenciesAlex Langford
2019-05-16[IRExecutionUnit] Remove static_assertJonas Devlieghere
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-05-15Replace assert with static_assert here applicable.Jonas Devlieghere
2019-05-07[Expression] Remove unused dependencyAlex Langford
2019-04-29DWARFExpression: Fix implementation of DW_OP_pickPavel Labath
2019-04-12[IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song