aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny8-7/+70
2022-01-12Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova4-493/+94
2022-01-12[lldb] [Process/FreeBSD] Set current thread ID on eventsMichał Górny1-2/+10
2022-01-11[LLDB][NativePDB] Add support for inlined functionsZequan Wu4-94/+493
2022-01-11[lldb/qemu] Implement GetMmapArgumentListPavel Labath1-0/+8
2022-01-10[lldb] fix memory leak in "GetGDBServerRegisterInfoXMLAndProcess"Lirong Yuan1-8/+8
2022-01-10[lldb/platform-gdb] Clear cached protocol state upon disconnectionPavel Labath3-61/+120
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-1/+0
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata2-3/+3
2022-01-09Fix bugprone argument comments.Kazu Hirata1-2/+2
2022-01-09[lldb] Remove ProcessStructReader from NSStringSummaryProvider (NFC)Dave Lee1-25/+12
2022-01-08Remove duplicate forward declarations (NFC)Kazu Hirata1-1/+0
2022-01-07[LLDB] libcxx summary formatters for std::string_viewBen Jackson3-16/+177
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan2-2/+2
2022-01-06[lldb] [Process/FreeBSDKernel] Support finding all processesMichał Górny4-12/+138
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber1-84/+0
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas1-0/+84
2022-01-05[lldb/linux] Fix a race in handling of simultaneous thread exitsPavel Labath1-26/+8
2022-01-04[LLDB][Clang] add AccessSpecDecl for methods and fields in RecordTypeZequan Wu2-7/+73
2022-01-03[CodeCompletion] Signature help for braced constructor callsSam McCall1-1/+2
2022-01-03[lldb] Delete GDBRemoteCommunicationReplayServerPavel Labath6-438/+9
2022-01-03[lldb/qemu] Set qemu's "ld prefix" based on the platform sysrootPavel Labath1-0/+2
2022-01-03[lldb-server/linux] Fix waitpid for multithreaded forksPavel Labath2-134/+75
2022-01-01Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata5-16/+18
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata5-18/+16
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata5-16/+18
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Nico Weber5-18/+16
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata5-16/+18
2021-12-31[lldb/qemu] Support setting arg0 of the debugged programPavel Labath1-0/+4
2021-12-30[lldb/qemu] More flexible emulator specificationPavel Labath2-3/+6
2021-12-29[lldb/linux] Fix a bug in wait status handlingPavel Labath2-17/+10
2021-12-29[lldb] Fix PR52702 by fixing bool conversion of MangledPoYao Chang1-1/+2
2021-12-28Cache the manual DWARF index out to the LLDB cache directory when the LLDB in...Greg Clayton6-10/+476
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata7-11/+11
2021-12-25[lldb] Add support for UTF-8 unicode formattingLuís Ferreira1-0/+3
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata8-12/+3
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata3-3/+3
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata5-7/+7
2021-12-24Use Optional::getValueOr (NFC)Kazu Hirata2-3/+2
2021-12-23Load binary by UUID from qProcessInfo packet fieldsJason Molenda3-0/+130
2021-12-22[LLDB][DWARF] Fix duplicate TypeSP in type listZequan Wu1-5/+0
2021-12-22[lldb] [Process/FreeBSDKernel] Introduce libkvm supportMichał Górny3-38/+129
2021-12-22[lldb] Use GetSupportedArchitectures on darwin platformsPavel Labath19-398/+96
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda3-29/+105
2021-12-20Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-0/+4
2021-12-20Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall1-4/+0
2021-12-20[AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall1-0/+4
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath2-34/+32
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere2-21/+9