aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
22 hours[lldb][test] Disable some pipe tests on WindowsDavid Spickett1-0/+3
36 hours[lldb] Fix UBSan complaints for #151460Igor Kudrin1-3/+3
42 hours[lldb][Mangled] Move SuffixRange computation into TrackingOutputBuffer (#152483)Michael Buch1-4/+4
2 days[lldb] Fix undefined behavior in DWARFExpressionTestJonas Devlieghere1-2/+2
3 days[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin1-0/+18
3 daysReland "[lldb] Fix auto advance PC in `EmulateInstructionARM64` if PC >= 4G (...David Spickett1-1/+119
3 daysRevert "[lldb] Fix auto advance PC in `EmulateInstructionARM64` if PC >= 4G (...Igor Kudrin1-119/+1
3 days[lldb] Fix auto advance PC in `EmulateInstructionARM64` if PC >= 4G (#151460)Igor Kudrin1-1/+119
3 days[lldb] Move the generic MCP code into Protocol/MCP (NFC) (#152188)Jonas Devlieghere1-10/+11
3 days[lldb] Avoid a crash after selecting an unknown platform (#151803)Igor Kudrin1-0/+6
4 days[lldb][CPlusPlusLanguage] Create public accessors for getting DemangledNameIn...Michael Buch1-17/+39
4 days[lldb] Move MCP protocol into its own library (NFC) (#152059)Jonas Devlieghere5-24/+30
4 days[lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (#150732)Daniel Sanders1-0/+124
4 daysRevert "[lldb] Update JSONTransport to use MainLoop for reading." (#152155)John Harrison5-306/+130
4 days[lldb] Update JSONTransport to use MainLoop for reading. (#148300)John Harrison5-130/+306
4 days[lldb] add TemplateRange and NameQualifiersRange to DemangledNameInfo (#150999)Charles Zablit1-79/+183
5 days[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch1-1/+2
5 days[lldb] Zero extend APInt when piece size is bigger than the bitwidth (#150149)satyanarayana reddy janga1-0/+21
6 days[NFC] Fix `assignment` typo. (#151864)Connector Switch1-1/+1
7 days[lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777)Jonas Devlieghere1-1/+1
7 days[lldb] Reimplment PyRun_String using the Python stable C API (#151761)Jonas Devlieghere1-11/+11
8 days[lldb][test] Fix expected mangling for AsmLabel_CtorDtor test on Windows (again)Michael Buch1-1/+1
8 days[lldb][test] Fix expected mangling for AsmLabel_CtorDtor test on WindowsMichael Buch1-4/+12
8 days[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch3-0/+243
8 days[lldb] Add support for displaying `__float128` variables (#98369)beetrees2-0/+8
9 daysNFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight1-1/+1
9 days[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch1-6/+6
10 days[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere2-152/+429
11 daysSwitch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-14/+5
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere7-7/+7
2025-07-21[lldb] Fix warning: suggest explicit braces to avoid ambiguous ‘else’Jonas Devlieghere1-2/+4
2025-07-21[lldb] Add an extra optional did_read_live_memory to Target::ReadMemory (#149...Augusto Noronha1-1/+2
2025-07-17[LLDB] Process minidump better error messages (#149206)Jacob Lalonde1-10/+13
2025-07-16[lldb] Fix a crash in lldb-server during RemoveSoftwareBreakpoint() (#148738)royitaqi1-1/+92
2025-07-15Revert "[lldb] Fix race condition in Process::WaitForProcessToStop() … (#14...jimingham1-81/+0
2025-07-15[lldb] Fix race condition in Process::WaitForProcessToStop() (#144919)athierry-oct1-0/+81
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward1-6/+56
2025-07-14[lldb] Update the String table offset based on the DWARF format (#147054)Hemang Gadhavi1-0/+97
2025-07-11[lldb] Simplify handling of empty strings for MCP (NFC) (#148317)Jonas Devlieghere1-3/+3
2025-07-11[lldb-dap] Updating protocol memory references to `lldb::addr_t`. (#148037)John Harrison1-11/+13
2025-07-11[lldb] Expose debuggers and target as resources through MCP (#148075)Jonas Devlieghere2-4/+137
2025-07-10[lldb-dap] Migrate variables request protocol types. (#147611)John Harrison2-2/+182
2025-07-08[lldb-dap] Use protocol types for modules request and events. (#146966)Ebuka Ezike4-11/+116
2025-07-08[lldb] Fix warningsKazu Hirata1-3/+3
2025-07-08[lldb] Improving synchronization of MainLoopWindows. (#147438)John Harrison1-1/+140
2025-07-03[lldb] Add linux test for the three-arg version of getProcFile (#146500)Pavel Labath1-4/+15
2025-07-01[lldb] Fix PipeTest name collision in unit testsJonas Devlieghere4-5/+5
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison2-7/+81
2025-07-01[lldb] Enable support for DWARF64 format handling (#145645)Hemang Gadhavi2-0/+87
2025-06-30[lldb] Delete unused variables in TestLoongArchEmulator.cpp.James Y Knight1-6/+0