- 4355265 [lldb] Remove IRExecutionUnit::CollectFallbackNames by Alex Langford · 3 years, 9 months ago
- 303b27f [lldb] Delete IRExecutionUnit::SearchSpec by Alex Langford · 3 years, 9 months ago
- fd2433e [lldb] Replace default bodies of special member functions with = default; by Jonas Devlieghere · 4 years ago
- 9494c51 [lldb] Use C++11 default member initializers by Jonas Devlieghere · 4 years ago
- 38dfb23 [lldb] Support debugging utility functions by Jonas Devlieghere · 4 years, 3 months ago
- 057efa9 Make the error condition in Value::ValueType explicit (NFC) by Adrian Prantl · 4 years, 4 months ago
- a00acba [lldb] Fix missing initialization in UtilityFunction ctor (NFC) by Jonas Devlieghere · 4 years, 8 months ago
- 4e266ea Make DWARFExpression::GetLocationExpression public by Eric Leese · 4 years, 10 months ago
- 113f56f Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) by Adrian Prantl · 4 years, 11 months ago
- 4b14ef3 Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)" by Eric Christopher · 4 years, 11 months ago
- 1d9b860 Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) by Adrian Prantl · 4 years, 11 months ago
- eaebcbc [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN by Konrad Kleine · 5 years ago
- ba03bcb [lldb] Remove custom DWARF expression printing code by Pavel Labath · 5 years ago
- 9e35498 [lldb/Expression] Make Language() const, NFC by Vedant Kumar · 5 years ago
- 47e9fd4 Revert "[lldb/Expression] Make Language() const, NFC" by Vedant Kumar · 5 years ago
- 88d9e43 [lldb/Expression] Make Language() const, NFC by Vedant Kumar · 5 years ago
- 67d67eb Internal expressions shouldn't increment the result variable numbering. by Jim Ingham · 5 years ago
- cdc514e [lldb] Update header guards to be consistent and compliant with LLVM (NFC) by Jonas Devlieghere · 5 years ago
- 642bc15 [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions by Raphael Isemann · 5 years ago
- 7e02dc3 [lldb] Fix -Wdocumentation warnings by Jonas Devlieghere · 5 years ago
- 8b79bed [lldb] Remove unused references to ClangExpressionDeclMap by Alex Langford · 5 years ago
- 381e81a [lldb][NFCI] Remove UserExpression::GetJITModule by Alex Langford · 5 years ago
- a497e1b [lldb] Use CompletionRequest in REPL::CompleteCode and remove translation code to old API by Raphael Isemann · 5 years ago
- adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
- 00efeae [lldb][NFC] Simplify Materializer/Dematerializer constructors by Raphael Isemann · 5 years ago
- cd5da94 [lldb/DWARF] Fix mixed v4+v5 location lists by Pavel Labath · 5 years ago
- 773b849 [lldb/DWARF] Switch to llvm location list parser by Pavel Labath · 6 years ago
- 329008f [lldb] Improve/fix base address selection in location lists by Pavel Labath · 6 years ago
- 96d814a [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes by Raphael Isemann · 6 years ago
- 7d71dd9 Add RTTI support to the SymbolFile class hierarchy by Adrian Prantl · 6 years ago
- 3b142bc [LLDB] Fix more -Wdocumentation issues (NFC) by Jonas Devlieghere · 6 years ago
- ad88277 [LLDB] Fix a bunch of -Wdocumentation warnings by Jonas Devlieghere · 6 years ago
- 52f3a2f [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable by Raphael Isemann · 6 years ago
- 25b486a [lldb][NFC] Remove unused ExpressionParser::Parse by Raphael Isemann · 6 years ago
- df12a75 [lldb] Also disable de-registration of EHFrames in IRExecutionUnit by Raphael Isemann · 6 years ago
- ae10661 [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible. by Raphael Isemann · 6 years ago
- 9231e44 fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include) by Luboš Luňák · 6 years ago
- 7c47b4a [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership by Raphael Isemann · 6 years ago
- b0ca908 [lldb][NFC] Move Clang-specific flags to ClangUserExpression by Raphael Isemann · 6 years ago
- ef82098 Remove DWARFExpression::LocationListSize by Pavel Labath · 6 years ago
- 29db51d Revert "[lldb] Move redundant persistent variable counter to ClangPersistentVariables" by Adrian Prantl · 6 years ago
- e588b8b DWARFExpression: Simplify class interface by Pavel Labath · 6 years ago
- ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
- 2fc20f6 [lldb][NFC] Refactor remaining completion logic to use CompletionRequests by Raphael Isemann · 6 years ago
- df8bdca [lldb][NFC] Minor fixes for lldb_private::DiagnosticManager by Raphael Isemann · 6 years ago
- 8940687 [lldb] Remove undocumented return value from DiagnosticManager::PutString by Raphael Isemann · 6 years ago
- e04c62b [Materializer] Remove wrong SetSizeAndAlignmentFromType(). by Davide Italiano · 6 years ago
- 4c7b28d [lldb][NFC] Minor refactorings to (Clang)ExpressionSourceCode by Raphael Isemann · 6 years ago
- f619e0c [lldb][NFC] Clang format GetNextPersistentVariableName signature by Raphael Isemann · 6 years ago
- 6c64a9b [lldb] Move redundant persistent variable counter to ClangPersistentVariables by Raphael Isemann · 6 years ago
- b22860d [CompletionRequest] Remove unimplemented members. by Jonas Devlieghere · 6 years ago
- 822c587 [lldb][NFC] Remove DiagnosticManager::CopyDiagnostics by Raphael Isemann · 6 years ago
- 623950d [lldb][NFC] Remove eDiagnosticOriginGo by Raphael Isemann · 6 years ago
- bab7e3d [Expression] Move IRDynamicChecks to ClangExpressionParser by Alex Langford · 6 years ago
- 461a9d9 [Expression] IR Instrumenters should have a UtilityFunction by Alex Langford · 6 years ago
- f2128b2 Get the expression parser to handle missing weak symbols. by Jim Ingham · 6 years ago
- 5b99928 [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl by Alex Langford · 6 years ago
- 04a087a [DWARFExpression] Remove ctor that takes just a compile unit. by Jonas Devlieghere · 6 years ago
- 71a4422 Delete unnecessary copy ctors/copy assignment operators by Fangrui Song · 6 years ago
- b0e54cb Fix file names in file headers. NFC by Fangrui Song · 6 years ago
- 8b6071f [Expression] Remove unused dependency by Alex Langford · 6 years ago
- 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
- 7e34d78 Fix an invalid static cast in ClangExpressionParser.cpp by Adrian Prantl · 6 years ago
- 6c0bbfc Add ability to import std module into expression parser to improve C++ debugging by Raphael Isemann · 6 years ago
- f05b42e Bring Doxygen comment syntax in sync with LLVM coding style. by Adrian Prantl · 6 years ago
- 0affb58 Quiet command regex instructions during batch execution by Dave Lee · 6 years ago
- c5bfa3d Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands by Jonas Devlieghere · 6 years ago
- ea401ec Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clang plugin. by Jim Ingham · 6 years ago
- 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 6 years ago
- 81dbc02 [Expression] Remove unused parameter from Evaluate by Alex Langford · 6 years ago
- d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 6 years ago
- 40624a0 [Expressions] Add support of expressions evaluation in some object's context by Aleksandr Urakov · 6 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- f760f5a Simplify ObjectFile::GetArchitecture by Pavel Labath · 6 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- d871964 [LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case. by George Rimar · 7 years ago
- e4dee26 [LLDB] - Implement the support for the .debug_loclists section. by George Rimar · 7 years ago
- a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
- b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
- f796e76 DWARFExpression: Resolve file addresses in the linked module by Adrian Prantl · 7 years ago
- 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
- 960b133 Fixed comment for UserExpression::Complete [NFC] by Raphael Isemann · 7 years ago
- c11a780 Use a CompletionRequest in the expression command completion [NFC] by Raphael Isemann · 7 years ago
- 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
- f71dd34 [IRMemoryMap] Shrink Allocation and make it move-only (NFC) by Vedant Kumar · 7 years ago
- d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
- d8f460e Enable AUTOBRIEF in doxygen configuration. by Adrian Prantl · 7 years ago
- 03219f7 Refactor GetNextPersistentVariableName into a non-virtual method by Adrian Prantl · 7 years ago
- 5435f78 Move the persistent variable counter into Target by Adrian Prantl · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- c4d6575 Move the codebase to use: DWARFCompileUnit -> DWARFUnit by Jan Kratochvil · 7 years ago
- b32f389 [IRExecutionUnit] Initialize uninititialized member variable. by Davide Italiano · 7 years ago
- 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
- bba2c83 Remove the DWARFExpression -> Clang ExpressionParser dependency by Tamas Berghammer · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 8b38565 Add DidStartExecuting/WillFinishExecuting methods to Expression. by Lang Hames · 8 years ago
- 56454b5 Add CopyDiagnostic to the DiagnosticManager. by Jim Ingham · 8 years ago
- fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 8 years ago
- 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 8 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 8 years ago