summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2025-01-17[lldb] Skip TestStepUntilAPI on !x86_64, !aarch64Pavel Labath
2025-01-17[lldb] Fix SBThread::StepOverUntil for discontinuous functions (#123046)Pavel Labath
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan
2025-01-15[lldb] Fix std::unordered_* synthetic children when typedefs are used. (#123125)Greg Clayton
2025-01-14[lldb] Remove unfiltered stop reason propagation from StopInfoMachException (...Felipe de Azevedo Piovezan
2025-01-13The _code field in an NSError is signed, not unsigned. (#119764)jimingham
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-12-13[lldb] Support zero-padding in formatter sections (#119934)Adrian Prantl
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Add commentAdrian Prantl
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-12-05[lldb] Add additional assertions to TestVTableValue.test_overwrite_vtable (#1...Alex Langford
2024-12-04[lldb][tests] Fix passing pthread library to a linker for some API tests (#11...Vladislav Dzhidzhoev
2024-11-15[lldb] Only run scripted process test on x86_64/arm64Jason Molenda
2024-11-15[lldb] Handle an empty SBMemoryRegionInfo from scripted process (#115963)Jason Molenda
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2024-11-07[lldb] Add builtin e alias for expression (#115359)Dave Lee
2024-11-06[lldb][test] Use -gdwarf to fix same CU breakpoint test on Windows on ArmDavid Spickett
2024-11-06[lldb][test] Correct typo in breakpoint test file nameDavid Spickett
2024-11-05Fix a thinko in the CallSite handling code: (#114896)jimingham
2024-11-05More refinement of call site handling in stepping. (#114628)jimingham
2024-11-04[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: skip on Clang-17Michael Buch
2024-10-31[lldb][test] Fix formatting in TestInlineStepping.pyDavid Spickett
2024-10-31[lldb][test] Skip one inline stepping test for arm-ubuntu. (#114295)jimingham
2024-10-30Fix stepping away from the bottom-most frame of a virtual inlined call stack....jimingham
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-30Remove a flaky and unnecessary check (#114251)Adrian Prantl
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-10-15[lldb] Support tests with nested make invocations on Windows 1/2 (#112342)Stefan Gränitz
2024-10-11[lldb][test] Fix var name typo in TestProcessSaveCoreMinidumpDavid Spickett
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10Revert "[lldb] skip ReverseContinue tests on Darwin"Jason Molenda
2024-10-10[lldb] skip ReverseContinue tests on DarwinJason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10[lldb][test] Use `xcrun -f strip` for API tests on Darwin (#111842)Vladislav Dzhidzhoev
2024-10-08[lldb][test] Remove xfails from static lib tests on WindowsDavid Spickett
2024-10-08[lldb][test] Fix unexpected pass of TestBSDArchives on WindowsDavid Spickett
2024-10-07[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: don't use __builtin...Michael Buch