aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
7 hours[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda12-51/+108
13 hoursRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman1-14/+2
15 hours[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov1-2/+14
22 hours[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56561-0/+6
4 daysMake StopInfoMachException return the right data. (#180088)jimingham1-0/+28
4 days[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)John Harrison2-5/+6
4 days[lldb][ClangUserExpression] Emit workaround hint when trying to call function...Michael Buch2-0/+28
4 days[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)Minsoo Choo2-28/+2
4 days[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo11-526/+5
4 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda3-15/+24
4 days[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda6-14/+13
4 daysFix the modal private state thread we use for running expressions on the priv...jimingham1-2/+2
5 days[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford7-29/+97
5 days[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo11-544/+3
5 days[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)Minsoo Choo4-4/+4
5 days[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper functionMichael Buch2-1/+9
5 days[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)Minsoo Choo1-11/+21
5 days[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch2-0/+46
5 days[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch7-30/+53
5 days[lldb][Expression] Make __lldb_expr function qualifiers match source context ...Michael Buch2-10/+41
6 days[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch6-31/+18
7 days[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to I...Michael Buch7-41/+23
7 days[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch13-274/+188
9 days[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)Minsoo Choo3-4/+20
11 days[lldb] Fix typos in property descriptions. (#178757)Ryan Mansfield1-1/+1
11 days[lldb] Clean up #includes. NFC.Benjamin Kramer1-6/+4
11 days[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle4-0/+121
11 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda32-282/+329
12 days[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle3-0/+53
12 days[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-5/+9
12 days[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)Minsoo Choo6-6/+7
12 days[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemF...Michael Buch1-6/+1
12 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
12 days[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton3-10/+53
13 days[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov2-10/+19
13 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford14-33/+39
13 days[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
2026-01-23[lldb] Add a GetSubsetExtractorSP method to DataExtractor (#177309)Jason Molenda1-5/+5
2026-01-23Revert "[lldb][windows] add STDIN and STDOUT forwarding support (#175812)" (#...Charles Zablit1-92/+32
2026-01-23[lldb][windows] add STDIN and STDOUT forwarding support (#175812)Charles Zablit1-32/+92
2026-01-22[lldb][ClangExpressionDeclMap][NFC] Reword/add FIXMEsMichael Buch1-8/+17
2026-01-20[lldb][DWARFASTParserClang] RequireCompleteType for ObjC types (#176765)Michael Buch2-13/+9
2026-01-19[LLDB][NFC] use llvm::StringRef instead of std::string (#176748)Ebuka Ezike1-7/+7