aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-12-15[lldb][Test] Propagate llvm::yaml error message in TestFile::fromYamlMichael Buch1-3/+5
2022-12-16Fix: use "using namespace" in a header file.Emmmer2-22/+20
2022-12-16Fix buildbot out of memoryEmmmer2-21/+28
2022-12-15[lldb] Fix a warningKazu Hirata1-2/+0
2022-12-16[LLDB][RISCV] Add RVD instruction support for EmulateInstructionRISCVEmmmer3-297/+514
2022-12-15[NFC][LLDB] Using namespace llvm in EmulateInstructionRISCVEmmmer4-511/+489
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata2-2/+0
2022-12-15[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch1-0/+3
2022-12-14[lldb] Use llvm::transformOptional (NFC)Kazu Hirata3-549/+634
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi4-4/+5
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi4-5/+4
2022-12-13Skip TestEarlyProcessLaunch.py w/ system debugserverJason Molenda1-0/+3
2022-12-13[NFC] Cleanup: Remove Function::getBasicBlockList() when not required.Vasileios Porpodas1-1/+1
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda20-14/+318
2022-12-13[lldb] Remove basestring references in examples (NFC)Dave Lee8-51/+11
2022-12-12Fix breakpoint-command.test when no script interpreter is compiled in.Mitch Phillips1-0/+2
2022-12-12[lldb] Make ParseTemplateParameterInfos return false if there are no template...Arthur Eubanks1-7/+6
2022-12-12[lldb] Remove redundant XFAILPaul Robinson1-1/+0
2022-12-12[lldb] Modify TestThreadJump to work around a change in clang's debug_line ge...Pavel Labath1-3/+3
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever2-0/+14
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata13-28/+31
2022-12-10Don't include None.h (NFC)Kazu Hirata5-5/+0
2022-12-09Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.Jim Ingham4-4/+67
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham3-2/+11
2022-12-09Adapt lldb to use StringRef for option storageserge-sans-paille1-1/+1
2022-12-09Revert "Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e - part 2"serge-sans-paille1-1/+1
2022-12-09Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e - part 2serge-sans-paille1-1/+1
2022-12-08Improve error handling for invalid breakpoint `-t` and `-x` options.Jordan Rupprecht1-20/+20
2022-12-08[NFC] Fix leak handling breakpoint names.Jordan Rupprecht2-22/+22
2022-12-08[NFC] Fix leak in command options configuration.Jordan Rupprecht1-2/+4
2022-12-08[lldb] Fix simple template names interaction with debug info declarationsArthur Eubanks9-38/+136
2022-12-08[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch1-0/+2
2022-12-08[LLDB][LoongArch] Make software single stepping workHui Li8-2/+283
2022-12-08Revert "[LLDB][LoongArch] Make software single stepping work"Weining Lu8-283/+2
2022-12-08[LLDB][LoongArch] Make software single stepping workWeining Lu8-2/+283
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille3-3/+3
2022-12-07[lldb] Don't use Optional::getPointer (NFC)Kazu Hirata1-1/+1
2022-12-07Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"Alexander Yermolovich2-9/+9
2022-12-07[llvm][dwwarf] Change CU/TU index to 64-bitAlexander Yermolovich2-9/+9
2022-12-07Fix dwarf5-lazy-dwo.c for the default c target not being c99.Mitch Phillips1-3/+3
2022-12-07Revert "Store OptTable::Info::Name as a StringRef"serge-sans-paille1-1/+1
2022-12-07Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-06Revert "Store OptTable::Info::Name as a StringRef"Douglas Yung1-1/+1
2022-12-06Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-06[LLDB][RISCV] Add RV32FC instruction support for EmulateInstructionRISCVEmmmer4-13/+78
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata6-20/+20
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata17-42/+42
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-4/+4
2022-12-05[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-21/+24
2022-12-05Remove "using llvm::None;" in *.cppKazu Hirata3-3/+0