summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2024-08-02[lldb][test][x86_64][win] Split assertion in TestBreakpointConditions (#100487)Kendal Harland
2024-07-31[lldb] Allow mapping object file paths (#101361)Alexandre Perez
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda
2024-07-19[LLDB][SBSaveCoreOptions] Fix TestProcessSaveCore (#99692)Jacob Lalonde
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2024-07-17[lldb][test] Fix simulator test for std::unique_ptr (#99357)Leandro Lupori
2024-07-16[LLDB] Make 'process load' take remote os path delimiter into account (#98690)Vladislav Dzhidzhoev
2024-07-16[lldb][DataFormatter][test] Move std::string simulator to common libc++ simul...Michael Buch
2024-07-16[lldb][test] Add a layout simulator test for std::unique_ptr (#98330)Michael Buch
2024-07-09[lldb] Improve summary string handling of dollar chars (#98190)Dave Lee
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch
2024-07-08[lldb][DataFormatter] Simplify std::unordered_map::iterator formatter (#97754)Michael Buch
2024-07-08Fix flake in TestZerothFrame.py (#96685)Kendal Harland
2024-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett
2024-07-01[lldb/Commands] Alias `script` command to `scripting run` (#97263)Med Ismail Bennani
2024-07-02[LLDB] Import decorators in TestPythonOSPlugin.pyMuhammad Omair Javaid
2024-07-02[LLDB] SkipIf TestPythonOSPlugin.py on WindowsMuhammad Omair Javaid
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani
2024-06-28[lldb][test][NFC] Remove BOM characters from tests (#97045)Michael Buch
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani
2024-06-27Revert "Revert "[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#9...Med Ismail Bennani
2024-06-27Revert "[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)" (...Med Ismail Bennani
2024-06-27[lldb] Don't call AddRemoteRegisters if the target XML did not include any re...David Spickett
2024-06-27[lldb] Un-XFAIL TestStepScripted.test_misspelled_plan_namePavel Labath
2024-06-27[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)Med Ismail Bennani
2024-06-27[lldb][test] Refactor no target XML testDavid Spickett
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-11Fix type lookup bug where wrong decl context was being used for a DIE. (#94846)Greg Clayton
2024-06-10[lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linu...Dmitry Vasilyev
2024-06-10[lldb] Gracefully down TestCoroutineHandle test in case the 'coroutine' featu...Dmitry Vasilyev
2024-06-06[lldb] Fix TestStatisticsAPI after 9293fc798152 (#94683)Alex Langford
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath
2024-05-30[lldb] Attempt to fix TestCompletion on macosPavel Labath
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani