- 61714c1 [lldb] Remove unused local variables (NFC) (#138457) by Kazu Hirata · 4 weeks ago
- 59c5d53 [LLDB][NFC] Replace DWARFUnit with DWARFExpression::Delegate in DWARFExpressionList too (#133049) by Dmitry Vasilyev · 2 months ago
- 2edf534 [LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependencies and reduce lldb-server size (#131645) by Dmitry Vasilyev · 2 months ago
- 542d52b [lldb][Expression] Allow specifying a preferred ModuleList for lookup during expression evaluation (#129733) by Michael Buch · 3 months ago
- 878a64f [lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601) by Adrian Prantl · 3 months ago
- 58279d1 [lldb] Synchronize the debuggers output & error streams by Jonas Devlieghere · 4 months ago
- 6a05bee [NFC][lldb] Document a few ivars on the value object system. (#124971) by Augusto Noronha · 4 months ago
- 4cf1fe2 [lldb] Add missing operations to GetOpcodeDataSize (#120163) by Jonas Devlieghere · 4 months ago
- 8ac0aaa [lldb] Improve user expression diagnostics (#123242) by Jonas Devlieghere · 5 months ago
- c4fb718 [lldb][NFC] Make the target's SectionLoadList private. (#113278) by Greg Clayton · 5 months ago
- 66a88f6 [lldb] Add Function::GetAddress and redirect some uses (#115836) by Pavel Labath · 5 months ago
- 83643dd [lldb] Improve error reporting in GetLocation_DW_OP_addr (#120162) by Jonas Devlieghere · 6 months ago
- 3fcc302 [lldb] Add a progress event for executing an expression (#119757) by Adrian Prantl · 6 months ago
- 6a8a4d5 [lldb] Refactor UserExpression::Evaluate to only have one error channel. (#117186) by Adrian Prantl · 7 months ago
- 915d588 Reapply "[lldb] Convert file address to load address when reading memory for DW_OP_piece" (#117168) by Ilia Kuklin · 7 months ago
- de6d168 Revert "[lldb] Convert file address to load address when reading memory for DW_OP_piece" (#116824) by Ilia Kuklin · 7 months ago
- 27dcae5 [lldb] Convert file address to load address when reading memory for DW_OP_piece (#116411) by Ilia Kuklin · 7 months ago
- f109517 [lldb] Support overriding the disassembly CPU & features (#115382) by Jonas Devlieghere · 7 months ago
- b852fb1 [lldb] Move ValueObject into its own library (NFC) (#113393) by Jonas Devlieghere · 7 months ago
- 255a99c [APInt] Fix APInt constructions where value does not fit bitwidth (NFCI) (#80309) by Nikita Popov · 8 months ago
- 089227f Support inline diagnostics in CommandReturnObject (#110901) by Adrian Prantl · 8 months ago
- 69b0b7e [lldb] Return an llvm::Error from GetFrameBaseValue (#111882) by Jonas Devlieghere · 8 months ago
- d2457e6 Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (#102835) by Dmitrii Galimzianov · 8 months ago
- 8712140 [lldb][RISCV] function calls support in lldb expressions (#99336) by dlav-sc · 8 months ago
- d33fa70 [lldb] Inline expression evaluator error visualization (#106470) by Adrian Prantl · 8 months ago
- 41dca01 Revert "[lldb] Inline expression evaluator error visualization (#106470)" by Adrian Prantl · 8 months ago
- 49372d1 [lldb] Inline expression evaluator error visualization (#106470) by Adrian Prantl · 8 months ago
- 84fdfb9 [lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (#106442) by Adrian Prantl · 8 months ago
- d779685 [lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745) by Youngsuk Kim · 9 months ago
- b798f4b [lldb] Make deep copies of Status explicit (NFC) (#107170) by Adrian Prantl · 9 months ago
- 5515b08 Factor Process::ExecutionResultAsCString() into a global function (NFC) by Adrian Prantl · 9 months ago
- 130eddf [lldb] Deal with SupportFiles in SourceManager (NFC) (#106740) by Jonas Devlieghere · 9 months ago
- 0642cd7 [lldb] Turn lldb_private::Status into a value type. (#106163) by Adrian Prantl · 9 months ago
- b804516 [lldb][AIX] 1. Avoid namespace collision on other platforms (#104679) by Dhruv Srivastava · 10 months ago
- e26b42c [lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#102839) by Sergei Barannikov · 10 months ago
- 2ba1aee [lldb] Don't use a vm addr range starting at 0 for local memory (#100288) by Jason Molenda · 11 months ago
- bfd263a [lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be implemented by language plugins (#96290) by Michael Buch · 12 months ago
- 96d01a35 [lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (#94679) by Jonas Devlieghere · 12 months ago
- 67aaa9f [lldb] Refactor ResolveLoadAddress to return an llvm::Expected (NFC) (#94558) by Jonas Devlieghere · 12 months ago
- a76290d [lldb] Refactor ReadRegisterValueAsScalar to return an llvm::Error (NFC) (#94556) by Jonas Devlieghere · 12 months ago
- 6ca0f44 [lldb] Fix inconsistencies in DWARFExpression errors (#94554) by Jonas Devlieghere · 12 months ago
- 539b72f [lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420) by Jonas Devlieghere · 12 months ago
- 7dc84e2 [lldb] Support reading DW_OP_piece from file address (#94026) by Jonas Devlieghere · 1 year ago
- 71ccd0d [IRInterpreter] Return zero address for missing weak function (#93548) by Nikita Popov · 1 year ago
- c339226 [lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC) (#92476) by Kazu Hirata · 1 year, 1 month ago
- 8c4d798 Add a missing check for nullptr by Adrian Prantl · 1 year, 1 month ago
- 272ea28 Remove else-after-break (NFC) by Adrian Prantl · 1 year, 1 month ago
- 528f5ba [lldb] Create a single Severity enum in lldb-enumerations (#90917) by Jonas Devlieghere · 1 year, 1 month ago
- 028546c Simplify condition (NFC) by Adrian Prantl · 1 year, 1 month ago
- 975eca0e Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981) by Adrian Prantl · 1 year, 1 month ago
- 6a35ee80 [lldb] Provide a better error message for missing symbols (#89433) by Adrian Prantl · 1 year, 2 months ago
- c8627e4 Revert "[lldb] Provide a better error message for missing symbols (#89433)" by Adrian Prantl · 1 year, 2 months ago
- 08163cd [lldb] Provide a better error message for missing symbols (#89433) by Adrian Prantl · 1 year, 2 months ago
- 3c721b9 Revert "[lldb] Fix evaluation of expressions with static initializers (#89063)" by Pavel Labath · 1 year, 2 months ago
- 915c84b [lldb] Fix evaluation of expressions with static initializers (#89063) by Pavel Labath · 1 year, 2 months ago
- c3eccf0 Avoid a potential exit(1) in LLVMContext::diagnose() (#84992) by Adrian Prantl · 1 year, 3 months ago
- bdbad0d Turn off instruction flow control annotations by default (#84607) by Jason Molenda · 1 year, 3 months ago
- a04c636 Don't count all the frames just to skip the current inlined ones. (#80918) by jimingham · 1 year, 4 months ago
- c82b7fd [lldb] Remove redundant severity substring within a diagnostic message. (#76111) by Pete Lawrence · 1 year, 5 months ago
- 744f389 [lldb] Use StringRef::{starts,ends}_with (NFC) by Kazu Hirata · 1 year, 6 months ago
- 68fbc8e [lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) cast by David Spickett · 1 year, 7 months ago
- 1673a1b [LLDB][NFC] Create a namespace for the DWARF plugin (#68150) by Walter Erquinigo · 1 year, 8 months ago
- 55ec9db [lldb][NFCI] Change parameter type in UserExpression::GetObjectPointer (#67055) by Alex Langford · 1 year, 9 months ago
- 0a1aa6c [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) by Arthur Eubanks · 1 year, 9 months ago
- d227c8a Add missing nullptr check. by Adrian Prantl · 1 year, 9 months ago
- 2f9cd63 [LLDB] Fix IOHandlerEditline::GetCurrentLines() by walter erquinigo · 1 year, 9 months ago
- a902015 [lldb] Fix grammar in error message emitted by IRExecutionUnit by Jonas Devlieghere · 1 year, 10 months ago
- f2d32dd [lldb] Sink StreamFile into lldbHost by Alex Langford · 1 year, 10 months ago
- 61af957 [lldb] Make IR interpretation interruptible by Jonas Devlieghere · 1 year, 10 months ago
- 59237bb [lldb] Use a time-based timeout in IRInterpreter by Jonas Devlieghere · 1 year, 10 months ago
- db9087a [lldb] Clean up uses of UuidCompatibility.h by Alex Langford · 1 year, 10 months ago
- f09f0a6 [lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addr by Felipe de Azevedo Piovezan · 1 year, 11 months ago
- 3885cea [LLDB] Fix buffer overflow problem in DWARFExpression::Evaluate by Caroline Tice · 1 year, 11 months ago
- 5f6c558 Revert "[LLDB] Fix buffer overflow problem in DWARFExpression::Evaluate." by Caroline Tice · 1 year, 11 months ago
- f292ca1 [lldb][NFC] Simplify GetLocation_DW_OP_addr function by Felipe de Azevedo Piovezan · 1 year, 11 months ago
- ee47699 [LLDB] Fix buffer overflow problem in DWARFExpression::Evaluate. by Caroline Tice · 2 years ago
- e29cc52 [lldb][NFCI] Remove use of ConstString from IOHandler by Alex Langford · 2 years ago
- 133c3ea Streamline expression parser error messages. by Adrian Prantl · 2 years ago
- 0bb6f83 [lldb][NFCI] Change return type of REPL::GetSourceFileBasename by Alex Langford · 2 years ago
- e31f994 [lldb] Improve error message when evaluating expression when not stopped by Jonas Devlieghere · 2 years ago
- d01917c [LLDB] Explicitly declare constructor in `PersistentExpressionState` by Laszlo Kindrat · 2 years ago
- f237513 [LLDB] Add some declarations related to REPL support for mojo by walter erquinigo · 2 years ago
- 16c2872 Reland "[lldb][DWARFExpression] Fix DW_OP_div to use signed division" by LU Hongyi · 2 years, 1 month ago
- 917b3a7e [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC) by Jonas Devlieghere · 2 years, 1 month ago
- bfb7c99 [LLDB] Add a hook to notify REPLs that an expression was evaluated by walter erquinigo · 2 years, 1 month ago
- ad74df1 Revert "[lldb][DWARFExpression] Fix DW_OP_div to use signed division" by Michael Buch · 2 years, 1 month ago
- 8be139f [lldb] Add settings for expression evaluation memory allocations. by Ilya Kuklin · 2 years, 1 month ago
- e15d6b5 [lldb][DWARFExpression] Fix DW_OP_div to use signed division by LU Hongyi · 2 years, 1 month ago
- 076341d Make sure SelectMostRelevantFrame happens only when returning to the user. by Jim Ingham · 2 years, 2 months ago
- 81beb15 [lldb] Add support for MSP430 in LLDB. by Ilya Kuklin · 2 years, 2 months ago
- 8456120 Revert "[lldb] Add support for MSP430 in LLDB." by Anton Korobeynikov · 2 years, 2 months ago
- 82c02b7 [lldb] Add support for MSP430 in LLDB. by Anton Korobeynikov · 2 years, 2 months ago
- 8c3ae74 [lldb][NFC] Remove outdated TODO message by Alex Langford · 2 years, 2 months ago
- a52054c [lldb] Move ObjectFileJIT to lldbExpression by Alex Langford · 2 years, 2 months ago
- a3252d1 [lldb][NFC] Move various constructor definitions from .h to .cpp by River Riddle · 2 years, 2 months ago
- 5499b02 [lldb][CMake] Enforce not linking against plugin libs in core libs by Alex Langford · 2 years, 3 months ago
- b3215c8 [lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC) by Dave Lee · 2 years, 4 months ago
- 823186b Recommit: [NFC][IR] Make Module::getGlobalList() private by Vasileios Porpodas · 2 years, 4 months ago
- cb5f239 Revert "[NFC][IR] Make Module::getGlobalList() private" by Vasileios Porpodas · 2 years, 4 months ago
- ed3e3ee [NFC][IR] Make Module::getGlobalList() private by Vasileios Porpodas · 2 years, 4 months ago