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