summaryrefslogtreecommitdiff
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix assertion failure by removing `CopyType` in `std::coroutine_handle...Adrian Vogelsgesang2023-02-132-8/+2
* [LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang2023-02-134-71/+100
* [lldb,FreeBSD] getValue => operator* for Optional migrationFangrui Song2023-02-052-4/+4
* [lldb] Remove legacy six module for py2->py3Jordan Rupprecht2023-01-244-913/+0
* [lldb] Don't create Clang AST nodes in GetDIEClassTemplateParamsArthur Eubanks2023-01-247-32/+65
* Run cmdline address expressions through ABI's FixAddressJason Molenda2023-01-235-0/+48
* Revert "[lldb] Remove timer from SBModule copy ctor"Dave Lee2023-01-231-1/+3
* [LLDB] Fix build error after D142214Jay Foad2023-01-231-1/+1
* [LLDB] Remove return value from DumpRegisterValueDavid Spickett2023-01-232-53/+52
* Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata2023-01-222-5/+6
* [NFC] Fix "form/from" typosPiotr Fusik2023-01-223-3/+3
* Remove the LINK_COMPONENTS entry from lldb-instr CMakeryJim Ingham2023-01-201-2/+0
* [lldb] Implement SymbolFile::CopyTypeAugusto Noronha2023-01-203-0/+23
* [lldb] Remove timer from SBModule copy ctorDave Lee2023-01-201-3/+1
* [lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04Dave Lee2023-01-201-0/+17
* [lldb] Re-enable xmm/ymm/zmm tests with the system debugserverJonas Devlieghere2023-01-192-12/+0
* Remove the undocumented `help` subcommand.Jim Ingham2023-01-192-15/+0
* Do qProcessInfo-hint binary loading later in Process setupJason Molenda2023-01-182-52/+57
* [lldb][Language] List supported languages in expr error textMichael Buch2023-01-184-5/+33
* [lldb] Only allow SymbolFiles to construct TypesAugusto Noronha2023-01-179-126/+153
* [llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser2023-01-161-2/+1
* [LLDB] Fix help text for "platform settings"David Spickett2023-01-161-2/+1
* [lldb] Fix comments referring to BCR_M_IMVA_MATCHSaagar Jha2023-01-152-4/+4
* [lldb] Unbreak test after 931d04be2fc8f3f0505b43e64297f75d526cb42aBenjamin Kramer2023-01-151-1/+1
* [lldb] Fix typos and update "GDB To LLDB Command Map" to be a bit more clearSaagar Jha2023-01-151-26/+24
* Use the default parameters of countTrailingZeros and find{First,Last}Set (NFC)Kazu Hirata2023-01-151-2/+1
* Remove redundant initialization of std::optional (NFC)Kazu Hirata2023-01-145-11/+11
* [AArch64] Reland "Improve TargetParser API"Tomas Matheson2023-01-141-90/+103
* [LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArchHui Li2023-01-143-0/+103
* [LLDB][LoongArch] Delete the s9 register alias definitionHui Li2023-01-143-3/+0
* Revert "[OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM Frontend"Dominik Adamski2023-01-131-0/+2
* [OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM FrontendDominik Adamski2023-01-131-2/+0
* Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2023-01-1362-414/+221
* [lldb][NFC] Remove dependency on DataLayout::getPrefTypeAlignmentGuillaume Chatelet2023-01-131-1/+1
* [LLDB][RISCV] Add RVDC instruction support for EmulateInstructionRISCVEmmmer2023-01-133-0/+42
* [lldb/test] Fix data racing issue in TestStackCoreScriptedProcessMed Ismail Bennani2023-01-126-29/+30
* [lldb] Update custom commands to always be overrridenMed Ismail Bennani2023-01-1216-23/+23
* [lldb] Force override when adding crashlog commandMed Ismail Bennani2023-01-121-2/+2
* [lldb/Process] Populate queues in Scripted ProcessMed Ismail Bennani2023-01-123-1/+15
* [lldb/crashlog] Refactor CrashLogParser into a Factory patternMed Ismail Bennani2023-01-122-9/+9
* [LLDB][LoongArch] Add unittests for EmulateInstructionLoongArchHui Li2023-01-134-1/+244
* [LLDB][LoongArch] ObjectFile: add a case for `EM_LOONGARCH`Hui Li2023-01-131-0/+3
* [lldb/test] Disable TestScriptedProcess.py on linux while investigating the i...Med Ismail Bennani2023-01-121-0/+1
* [lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani2023-01-128-4/+224
* [lldb] Add ScriptedPlatform python implementationMed Ismail Bennani2023-01-1213-82/+176
* [lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2023-01-1262-221/+414
* [lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethodMed Ismail Bennani2023-01-122-9/+7
* [lldb/Interpreter] Make ScriptedProcessInfo more genericMed Ismail Bennani2023-01-124-35/+62
* [fix] Change formatting to use llvm::formatv Summary:Alexander Yermolovich2023-01-121-1/+1
* [lldb] Fix compile error in Lua typemapJonas Devlieghere2023-01-121-1/+1