aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/frame
AgeCommit message (Expand)AuthorFilesLines
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett1-1/+0
2025-07-15[LLDB] Disable DIL QualifiedId test on Windows. (#148940)cmtice1-0/+1
2025-07-15[LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)cmtice2-1/+34
2025-07-10[LLDB] Check comp_unit before accessing it in DIL (#147955)Ilia Kuklin3-0/+36
2025-07-04[lldb][test] Skip TestFrameVarDILGlobalVariableLookup.py on older AArch64 mac...Michael Buch1-0/+1
2025-07-03[LLDB] Optimize identifier lookup in DIL (#146094)Ilia Kuklin4-12/+25
2025-07-01[LLDB] Update DIL to pass current 'frame var' tests. (#145055)cmtice2-16/+38
2025-06-27[LLDB] Update DIL to handle smart pointers; add more tests. (#143786)cmtice16-0/+376
2025-06-19[LLDB] Add negative number parsing to DIL (#144557)Ilia Kuklin2-5/+2
2025-06-13[LLDB] Add bit extraction to DIL (#141422)Ilia Kuklin4-1/+69
2025-05-28[lldb][test] Fix flaky DIL array subscript test by reducing array indexes (#1...David Spickett1-5/+4
2025-05-28[lldb][test] Skip DIL array subscript test on WindowsDavid Spickett1-0/+2
2025-05-25[LLDB] Add array subscription and integer parsing to DIL (#141102)Ilia Kuklin3-0/+154
2025-05-23[LLDB] Add field member operators to DIL (#138093)cmtice9-0/+342
2025-05-22Revert "[LLDB] Add array subscription and integer parsing to DIL" (#141059)Ilia Kuklin3-145/+0
2025-05-22[LLDB] Add array subscription and integer parsing to DIL (#138551)Ilia Kuklin3-0/+145
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin1-5/+1
2025-04-29[LLDB] Add unary operators Dereference and AddressOf to DIL (#134428)Ilia Kuklin6-0/+141
2025-04-03[LLDB] Add DIL code for handling plain variable names. (#120971)cmtice9-0/+167
2025-02-25[lldb] Fix TestDiagnoseDereferenceFunctionReturn on linux (#128512)Pavel Labath1-4/+1
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere1-1/+8
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee1-5/+3
2025-01-23[lldb] Enable "frame diagnose" on linux (#123217)Pavel Labath9-9/+9
2024-12-20[lldb] Expose structured errors in SBError (#120784)Adrian Prantl1-2/+13
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang4-13/+62
2024-08-27[lldb] Fix test expectation in `TestFrameRecognizer.py` (#106281)Adrian Vogelsgesang1-2/+2
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-8/+12
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl3-10/+56
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko3-56/+10
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl3-10/+56
2024-04-15Work around test failure due to new aslr defaultAdrian Prantl1-0/+3
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere2-2/+2
2023-07-19[lldb] Make frame var --regex always search globalsFelipe de Azevedo Piovezan1-0/+10
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere18-270/+443
2023-03-21[lldb] Test direct ivar access in objc++ (NFC)Dave Lee3-0/+63
2023-03-08[lldb] Let 'v' command directly access ivars of _any_ self/thisDave Lee3-1/+23
2023-03-06Recommit [lldb] Test 'v' support for direct ivar access (NFC)Dave Lee6-0/+58
2023-03-06Revert "[lldb] Test 'v' support for direct ivar access (NFC)"Dave Lee3-45/+0
2023-03-06[lldb] Test 'v' support for direct ivar access (NFC)Dave Lee3-0/+45
2022-09-22Track .dwo/.dwp loading errors and notify user when viewing variables.Greg Clayton1-0/+57
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+101
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-100/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+100
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee13-17/+0
2022-06-02[lldb, test] Fix typos in the lldb testsVenkata Ramanaiah Nalamothu2-2/+2
2021-08-29[lldb] Allow to register frame recognizers applied beyond the first instructionRoman Podoliaka1-0/+67
2021-06-16[LLDB] Fix buildbots breakage due to TestGuessLanguage.pyChen Zheng1-1/+1
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann2-10/+2
2021-04-12[LLDB] Fix buildbots breakage due to TestGuessLanguage.pyMuhammad Omair Javaid1-1/+1
2021-04-04[lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC)Dave Lee2-5/+1