aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
3 hours[lldb][AIX] Added RegisterInfo file for PPC64 (#165367)Hemang Gadhavi3-0/+93
3 hours[lldb] Step over non-lldb breakpoints (#174348)Duncan McBain8-0/+78
4 hours[lldb][Process/FreeBSDKernel] Add links to pcb.h (#180267)Minsoo Choo3-0/+3
5 hours[LLDB] Fix KDP plugin path (#180897)Nerixyz1-1/+1
16 hours[LLDB] Fix tablegen paths for KDP and IntelPT properties (#180835)Nerixyz2-2/+2
19 hours[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz31-32/+32
37 hours[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda12-51/+108
43 hoursRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman1-14/+2
45 hours[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov1-2/+14
2 days[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56561-0/+6
5 daysMake StopInfoMachException return the right data. (#180088)jimingham1-0/+28
5 days[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)John Harrison2-5/+6
5 days[lldb][ClangUserExpression] Emit workaround hint when trying to call function...Michael Buch2-0/+28
5 days[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)Minsoo Choo2-28/+2
5 days[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo11-526/+5
5 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda3-15/+24
6 days[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda6-14/+13
6 daysFix the modal private state thread we use for running expressions on the priv...jimingham1-2/+2
6 days[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford7-29/+97
6 days[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo11-544/+3
6 days[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)Minsoo Choo4-4/+4
6 days[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper functionMichael Buch2-1/+9
6 days[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)Minsoo Choo1-11/+21
6 days[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch2-0/+46
6 days[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch7-30/+53
6 days[lldb][Expression] Make __lldb_expr function qualifiers match source context ...Michael Buch2-10/+41
8 days[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch6-31/+18
8 days[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to I...Michael Buch7-41/+23
8 days[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch13-274/+188
10 days[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)Minsoo Choo3-4/+20
12 days[lldb] Fix typos in property descriptions. (#178757)Ryan Mansfield1-1/+1
12 days[lldb] Clean up #includes. NFC.Benjamin Kramer1-6/+4
12 days[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle4-0/+121
13 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda32-282/+329
13 days[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle3-0/+53
13 days[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-5/+9
13 days[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)Minsoo Choo6-6/+7
13 days[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemF...Michael Buch1-6/+1
13 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
13 days[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton3-10/+53
14 days[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov2-10/+19
2026-01-27[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford14-33/+39
2026-01-27[lldb] Fix unchecked llvm::Expected in ObjectFileWasm (#178299)Jonas Devlieghere1-4/+10
2026-01-26[lldb] Add MSVC STL std::*_ordering summary providers (#175070)Sergei Druzhkov3-17/+134
2026-01-26[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-3/+4
2026-01-26[lldb] Add libcxx std::*_ordering summary providers (#174227)Sergei Druzhkov3-0/+105
2026-01-23[lldb] Fix data buffer regression in ObjectFile (#177724)Jonas Devlieghere1-2/+1
2026-01-24[lldb] Avoid redundant calls to `std::shared_ptr::get` (NFC) (#177720)Jonas Devlieghere3-31/+24
2026-01-23Revert "[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)"Augusto Noronha1-3/+3
2026-01-23[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)Igor Kudrin1-3/+3