aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[lldb] [Process/FreeBSDKernel] Introduce libkvm supportMichał Górny4-38/+173
2021-12-22[lldb] Use GetSupportedArchitectures on darwin platformsPavel Labath19-398/+96
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath8-103/+64
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda6-232/+366
2021-12-22[lldb] Use `GNUInstallDirs` to support custom installation dirs.John Ericson3-3/+7
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] Summary provider for char flexible array membersPavel Labath5-9/+76
2021-12-20[lldb/test] Remove some decorators from TestModuleCacheUniversalPavel Labath1-2/+0
2021-12-20[lldb/python] Fix a compile error in 7406d236d8Pavel Labath1-1/+1
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath7-101/+96
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere34-665/+19
2021-12-17[lldb] Remove --reproducer-finalize and associated functionalityJonas Devlieghere5-75/+0
2021-12-17Fix macOS buildbots after https://reviews.llvm.org/D115324.Greg Clayton4-26/+528
2021-12-17Silence unused variable warning in release buildsBenjamin Kramer1-3/+2
2021-12-17[lldb/qemu] Add emulator-env-vars settingPavel Labath3-4/+28
2021-12-17[lldb] Fix matchers for char array formattersPavel Labath2-4/+43
2021-12-16Fix windows buildbots after https://reviews.llvm.org/D115324Greg Clayton1-0/+1
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton38-20/+2201
2021-12-16[lldb] Silence CMake warnings about missing FindFBSDVMCoreMichał Górny1-3/+7
2021-12-16[lldb][docs] Update instructions for building libc++Tor Arne Vestbø1-4/+6
2021-12-16[lldb] (Semi-automatically) format .swig filesPavel Labath5-1355/+1207
2021-12-15Remove redundant check (NFC)Adrian Prantl1-2/+1
2021-12-15Use StringRef instead of char* (NFC)Adrian Prantl2-9/+5
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny29-1/+1244
2021-12-14[lldb] Update the PDB tests to pass with the VS2019 toolsetStella Stamenova5-11/+10
2021-12-14[lldb][NFC] Fix documentation for EncodingDataTypeLuís Ferreira1-1/+3
2021-12-14[lldb] Check if language is supported before creating a REPL instanceJonas Devlieghere4-1/+23
2021-12-14[lldb][NFC] Format lldb/include/lldb/Symbol/Type.hLuís Ferreira2-21/+25
2021-12-14Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny26-1235/+1
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny26-1/+1235
2021-12-14[lldb/python] Plug SBStructuredData leaksPavel Labath2-36/+18
2021-12-13[lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRINGJonas Devlieghere1-1/+1
2021-12-13Add support for a "load binary" LC_NOTE in mach-o corefilesJason Molenda4-34/+165
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath24-141/+103
2021-12-13disable test on older compilersAdrian Prantl1-0/+2
2021-12-13[lldb/plugin] Fix heap-use-after-free in ScriptedProcess::ReadMemoryMed Ismail Bennani2-3/+3
2021-12-13[lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani4-0/+37
2021-12-13Quote some more destination paths with variablesJohn Ericson1-2/+2
2021-12-13[lldb] Remove named function arguments from TestQemuLaunchPavel Labath1-2/+2
2021-12-12Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani1-2/+2
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson1-2/+2
2021-12-10Remove one change from https://reviews.llvm.org/D115431Jason Molenda1-1/+0
2021-12-09Set a default number of address bits on Darwin arm64 systemsJason Molenda8-13/+240
2021-12-09[lldb/Target] Refine source display warning for artificial locations (NFC)Med Ismail Bennani2-10/+9
2021-12-09Unify libstdcpp and libcxx formatters for `std::optional`Alisamar Husain7-99/+184
2021-12-09[lldb] Remove unused lldb.cppHaojian Wu1-77/+0
2021-12-09[lldb][NFC] clang-format some files as preparation for https://reviews.llvm.o...Lasse Folger6-67/+62