Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28[lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB docsMichael Buch
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-30[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova
2022-09-30[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille
2022-09-16[lldb] Use SWIG_fail in python-typemaps.swig (NFC)Dave Lee
2022-09-13[Formatters][NFCI] Replace 'is_regex' arguments with an enum.Jorge Gorbe Moya
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...release/12Stella Stamenova
2022-09-12Add SBDebugger::GetSetting() public APIsJeffrey Tan
2022-09-10Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee
2022-08-23Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton
2022-08-12[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-03[trace] Add SBTraceCursor bindingsJakob Johnson
2022-08-03[LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
2022-06-13[lldb] Add missing UTF-8 char basic type entriesLuís Ferreira
2022-06-11[lldb][bindings] Implement __repr__ instead of __str__Dave Lee
2022-06-09Pass plugin_name in SBProcess::SaveCoreLevon
2022-05-14[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani
2022-05-13[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere
2022-03-17[lldb] Expose diagnostic events through the SB APIJonas Devlieghere
2022-03-15Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee
2022-02-26Reland "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Med Ismail Bennani
2022-02-25Revert "[lldb/test] Fix TestProgressReporting.py race issue with the event li...Michael Forster
2022-02-24[lldb/test] Fix TestProgressReporting.py race issue with the event listenerMed Ismail Bennani
2022-02-19[lldb/bindings] Expose the progress reporting machinery to the SWIG interfaceMed Ismail Bennani
2022-02-16[lldb/crashlog] Add CrashLogScriptedProcess & remove interactive modeMed Ismail Bennani
2022-02-16[lldb/API] Add a way to check if the CommandInterpreter is interactiveMed Ismail Bennani
2022-02-08[lldb] Call __lldb_init_module from __init__Dave Lee
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-15[CMake][LLDB] Resolve install conflict when `LLDB_BUILD_FRAMEWORK=ON`paperchalice
2022-01-08[lldb] Remove lldbconfig moduleJonas Devlieghere
2022-01-04[lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath
2021-12-20[lldb/python] Fix a compile error in 7406d236d8Pavel Labath
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath