aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[lldb] Convert highlighters to plugins (#181026)Jonas Devlieghere16-24/+129
2026-02-12[clang][Sema] Split a err_typecheck_assign_const diagnostic into a separate t...Michael Buch1-5/+1
2026-02-12[lldb][windows] add STDIN and STDOUT forwarding support (#180561)Charles Zablit1-32/+92
2026-02-12[LLDB][NativePDB] Use pointer and not pointee size for pointer constants (#18...Leonard Grey1-1/+1
2026-02-12[LLDB][NativePDB] Add local constant support (#180612)Leonard Grey2-25/+57
2026-02-11[LLDB][NFCI] Teach LLDB to read the DW_AT_LLVM_tag_offset attribute for varia...Usama Hameed1-1/+5
2026-02-11Revert "[lldb] Step over non-lldb breakpoints" (#180944)David Spickett8-78/+0
2026-02-11[lldb][NativeRegisterContext] Rename to x86 for shared files (#180624)Minsoo Choo16-148/+148
2026-02-11[lldb][AIX] Added RegisterInfo file for PPC64 (#165367)Hemang Gadhavi3-0/+93
2026-02-11[lldb] Step over non-lldb breakpoints (#174348)Duncan McBain8-0/+78
2026-02-11[lldb][Process/FreeBSDKernel] Add links to pcb.h (#180267)Minsoo Choo3-0/+3
2026-02-11[LLDB] Fix KDP plugin path (#180897)Nerixyz1-1/+1
2026-02-10[LLDB] Fix tablegen paths for KDP and IntelPT properties (#180835)Nerixyz2-2/+2
2026-02-10[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz31-32/+32
2026-02-09[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda12-51/+108
2026-02-09Revert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman1-14/+2
2026-02-09[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov1-2/+14
2026-02-09[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56561-0/+6
2026-02-06Make StopInfoMachException return the right data. (#180088)jimingham1-0/+28
2026-02-06[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)John Harrison2-5/+6
2026-02-06[lldb][ClangUserExpression] Emit workaround hint when trying to call function...Michael Buch2-0/+28
2026-02-06[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)Minsoo Choo2-28/+2
2026-02-06[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo11-526/+5
2026-02-05[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda3-15/+24
2026-02-05[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda6-14/+13
2026-02-05Fix the modal private state thread we use for running expressions on the priv...jimingham1-2/+2
2026-02-05[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford7-29/+97
2026-02-05[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo11-544/+3
2026-02-05[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)Minsoo Choo4-4/+4
2026-02-05[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper functionMichael Buch2-1/+9
2026-02-05[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)Minsoo Choo1-11/+21
2026-02-05[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch2-0/+46
2026-02-05[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch7-30/+53
2026-02-05[lldb][Expression] Make __lldb_expr function qualifiers match source context ...Michael Buch2-10/+41
2026-02-03[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch6-31/+18
2026-02-03[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to I...Michael Buch7-41/+23
2026-02-03[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch13-274/+188
2026-02-01[lldb] [Process/FreeBSDKernel] Select paniced thread automatically (#178069)Minsoo Choo3-4/+20
2026-01-30[lldb] Fix typos in property descriptions. (#178757)Ryan Mansfield1-1/+1
2026-01-30[lldb] Clean up #includes. NFC.Benjamin Kramer1-6/+4
2026-01-29[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle4-0/+121
2026-01-29[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda32-282/+329
2026-01-29[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle3-0/+53
2026-01-29[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-5/+9
2026-01-29[lldb] [Process/FreeBSD] [Process/FreeBSDKernel] Run clang-format (#178676)Minsoo Choo6-6/+7
2026-01-29[lldb][SymbolFileDWARF][NFC] Call base class implementation of GetTypeSystemF...Michael Buch1-6/+1
2026-01-28Add support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
2026-01-28[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton3-10/+53
2026-01-28[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