aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-05-01Clear read_fd_set if EINTR receivedEmre Kultursay1-3/+6
2023-03-23[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32Weining Lu1-4/+4
2023-03-23[LLDB][ObjectFileELF] Correct the return type of RelocOffset64 and RelocAddend64Weining Lu2-8/+12
2023-03-23[LLDB][ObjectFileELF] Support LoongArch64 in ApplyReloctionsWeining Lu2-44/+128
2023-02-13[LLDB] Fix assertion failure by removing `CopyType` in `std::coroutine_handle...Adrian Vogelsgesang2-8/+2
2023-02-13[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang4-71/+100
2023-02-05[lldb,FreeBSD] getValue => operator* for Optional migrationFangrui Song2-4/+4
2023-01-24[lldb] Remove legacy six module for py2->py3Jordan Rupprecht4-913/+0
2023-01-24[lldb] Don't create Clang AST nodes in GetDIEClassTemplateParamsArthur Eubanks7-32/+65
2023-01-23Run cmdline address expressions through ABI's FixAddressJason Molenda5-0/+48
2023-01-23Revert "[lldb] Remove timer from SBModule copy ctor"Dave Lee1-1/+3
2023-01-23[LLDB] Fix build error after D142214Jay Foad1-1/+1
2023-01-23[LLDB] Remove return value from DumpRegisterValueDavid Spickett2-53/+52
2023-01-22Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata2-5/+6
2023-01-22[NFC] Fix "form/from" typosPiotr Fusik3-3/+3
2023-01-20Remove the LINK_COMPONENTS entry from lldb-instr CMakeryJim Ingham1-2/+0
2023-01-20[lldb] Implement SymbolFile::CopyTypeAugusto Noronha3-0/+23
2023-01-20[lldb] Remove timer from SBModule copy ctorDave Lee1-3/+1
2023-01-20[lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04Dave Lee1-0/+17
2023-01-19[lldb] Re-enable xmm/ymm/zmm tests with the system debugserverJonas Devlieghere2-12/+0
2023-01-19Remove the undocumented `help` subcommand.Jim Ingham2-15/+0
2023-01-18Do qProcessInfo-hint binary loading later in Process setupJason Molenda2-52/+57
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch4-5/+33
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha9-126/+153
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser1-2/+1
2023-01-16[LLDB] Fix help text for "platform settings"David Spickett1-2/+1
2023-01-15[lldb] Fix comments referring to BCR_M_IMVA_MATCHSaagar Jha2-4/+4
2023-01-15[lldb] Unbreak test after 931d04be2fc8f3f0505b43e64297f75d526cb42aBenjamin Kramer1-1/+1
2023-01-15[lldb] Fix typos and update "GDB To LLDB Command Map" to be a bit more clearSaagar Jha1-26/+24
2023-01-15Use the default parameters of countTrailingZeros and find{First,Last}Set (NFC)Kazu Hirata1-2/+1
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata5-11/+11
2023-01-14[AArch64] Reland "Improve TargetParser API"Tomas Matheson1-90/+103
2023-01-14[LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArchHui Li3-0/+103
2023-01-14[LLDB][LoongArch] Delete the s9 register alias definitionHui Li3-3/+0
2023-01-13Revert "[OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM Frontend"Dominik Adamski1-0/+2
2023-01-13[OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM FrontendDominik Adamski1-2/+0
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani62-414/+221
2023-01-13[lldb][NFC] Remove dependency on DataLayout::getPrefTypeAlignmentGuillaume Chatelet1-1/+1
2023-01-13[LLDB][RISCV] Add RVDC instruction support for EmulateInstructionRISCVEmmmer3-0/+42
2023-01-12[lldb/test] Fix data racing issue in TestStackCoreScriptedProcessMed Ismail Bennani6-29/+30
2023-01-12[lldb] Update custom commands to always be overrridenMed Ismail Bennani16-23/+23
2023-01-12[lldb] Force override when adding crashlog commandMed Ismail Bennani1-2/+2
2023-01-12[lldb/Process] Populate queues in Scripted ProcessMed Ismail Bennani3-1/+15
2023-01-12[lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani2-9/+9
2023-01-13[LLDB][LoongArch] Add unittests for EmulateInstructionLoongArchHui Li4-1/+244
2023-01-13[LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`Hui Li1-0/+3
2023-01-12[lldb/test] Disable TestScriptedProcess.py on linux while investigating the i...Med Ismail Bennani1-0/+1
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani8-4/+224
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani13-82/+176
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani62-221/+414