aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever2-16/+2
2023-05-26Revert "[lldb] Disable variable watchpoints when going out of scope"Jason Molenda7-167/+15
2023-05-26Revert "Factor out xcrun into a function (NFC)"Adrian Prantl1-67/+65
2023-05-26Revert "Make function static (NFC)"Adrian Prantl1-1/+1
2023-05-26[lldb] Skip instead of XFAIL TestInteractiveScriptedProcessJonas Devlieghere1-2/+2
2023-05-26Make function static (NFC)Adrian Prantl1-1/+1
2023-05-26Factor out xcrun into a function (NFC)Adrian Prantl1-65/+67
2023-05-26[lldb] Pass CMAKE_SYSROOT through to LLDB shell testsDaniel Thornburgh3-0/+19
2023-05-26[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definitionAlex Langford1-0/+2
2023-05-26[lldb] Remove reproducer test suite (NFC)Jonas Devlieghere1-21/+0
2023-05-26[lldb] Improve error message when evaluating expression when not stoppedJonas Devlieghere3-8/+18
2023-05-26[LLDB] Explicitly declare constructor in `PersistentExpressionState`Laszlo Kindrat2-0/+4
2023-05-25TestStackCoreScriptedProcess.py is timing out, skip itJason Molenda1-1/+1
2023-05-25[lldb] Disable variable watchpoints when going out of scopeMed Ismail Bennani7-15/+167
2023-05-25Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` ...Med Ismail Bennani4-189/+772
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1282-39628/+53313
2023-05-25[lldb][nfc] Refactor methods with out parameterFelipe de Azevedo Piovezan5-34/+27
2023-05-25[lldb][nfc] Place comment in the right placeFelipe de Azevedo Piovezan1-1/+1
2023-05-24LLVM_FALLTHROUGH => [[fallthrough]]. NFCCraig Topper1-2/+2
2023-05-24[lldb] Disable `watchpoint_callback.test` temporarily on darwinMed Ismail Bennani1-1/+1
2023-05-24[lldb][DataFormatter] Add dereference support to libstdcpp std::shared_ptr fo...Michael Buch3-9/+55
2023-05-23[lldb] Fix typos in documentationKazu Hirata3-6/+6
2023-05-23Revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` mod...Med Ismail Bennani2-177/+193
2023-05-23[lldb][NFCI] Remove unused member from ObjectFileMachOAlex Langford2-11/+6
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo22-94/+118
2023-05-23[lldb][NFCI] Merge implementations of ObjectFileMachO::GetMinimumOSVersion an...Alex Langford1-122/+49
2023-05-23[lldb][NFCI] Use llvm's libDebugInfo for DebugRangesFelipe de Azevedo Piovezan2-56/+21
2023-05-22[lldb] Fix racing issue when loading inlined symbols from crash reportMed Ismail Bennani1-8/+8
2023-05-23[lldb][test] Fix -Wsign-compare in GDBRemoteCommunicationClientTest.cpp (NFC)Jie Fu1-1/+1
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani3-19/+27
2023-05-22[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` moduleMed Ismail Bennani2-193/+177
2023-05-22[lldb] Add "Trace" stop reason in Scripted ThreadMed Ismail Bennani3-4/+5
2023-05-22[lldb] Fix process LLDB_LOG typo (nfci)Med Ismail Bennani1-10/+10
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani37-185/+365
2023-05-22[lldb-vscode] Make tests not wait for 'launch' process events if launch fails.Jorge Gorbe Moya2-4/+2
2023-05-22[lldb][NFCI] Change return type of Language::GetInstanceVariableNameAlex Langford7-9/+10
2023-05-22[LLDB] Fix missing import in TestInterruptBacktrace.pyMuhammad Omair Javaid1-1/+1
2023-05-22[LLDB] Skip TestInterruptBacktrace.py on Arm/LinuxMuhammad Omair Javaid1-0/+1
2023-05-22[lldb] Fix enumeration value 'RvvInt32m1x2' not handled in switch (NFC)Jie Fu1-0/+1
2023-05-20[lldb][cmake] Allow specifying custom libcxx for tests in standalone buildsMichael Buch2-3/+15
2023-05-19[lldb] Fix process pid parsing issueMed Ismail Bennani1-1/+7
2023-05-19[lldb/crashlog] Load inlined symbol into interactive crashlogMed Ismail Bennani4-23/+314
2023-05-19[lldb][NFCI] Consolidate segment names in ObjectFileMachOAlex Langford1-6/+6
2023-05-19Relax testAdrian Prantl1-2/+2
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl3-0/+17
2023-05-18[lldb][NFCI] Pre-allocate storage in ObjCLanguage::MethodName::GetFullNameWit...Alex Langford1-0/+8
2023-05-18[lldb] Remove decl for non-existent ResolveSymbolContextForAddress overload (...Dave Lee1-37/+0
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford33-307/+304
2023-05-18[lldb] Refactor ObjCLanguage::MethodNameAlex Langford5-260/+255
2023-05-18[lldb][NFCI] Switch to using llvm::DWARFAbbreviationDeclarationAlex Langford10-294/+121