aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)AuthorFilesLines
2023-02-13[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang1-1/+1
2023-01-24[lldb] Don't create Clang AST nodes in GetDIEClassTemplateParamsArthur Eubanks3-0/+39
2023-01-23Run cmdline address expressions through ABI's FixAddressJason Molenda3-0/+41
2023-01-20[lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04Dave Lee1-0/+17
2023-01-19Remove the undocumented `help` subcommand.Jim Ingham1-10/+0
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch1-1/+3
2023-01-12[lldb/test] Fix data racing issue in TestStackCoreScriptedProcessMed Ismail Bennani6-29/+30
2023-01-12[lldb/test] Disable TestScriptedProcess.py on linux while investigating the i...Med Ismail Bennani1-0/+1
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani4-7/+45
2023-01-03[LLDB] Skip TestThreadSpecificBreakpoint.py on AArch64/WindowsMuhammad Omair Javaid1-0/+2
2023-01-03[lldb][Test] TestDataFormatterLibcxxRangesRefView.py: skip on old compiler ve...Michael Buch1-0/+1
2023-01-02[LLDB] Enable TestSignedTypes.py for AArch64/WindowsMuhammad Omair Javaid1-1/+1
2022-12-22[test][lldb-vscode] Relax assertion to allow multiple compile units returned.Jordan Rupprecht1-5/+2
2022-12-20[lldb] Prevent false positives with simple template names in SymbolFileDWARF:...Arthur Eubanks3-0/+57
2022-12-16Temporarily skip test under ASANAdrian Prantl1-0/+1
2022-12-16[lldb] Report clang module build remarksDave Lee5-0/+56
2022-12-16Fix a syntax errorAdrian Prantl1-1/+1
2022-12-15[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch1-0/+3
2022-12-13Skip TestEarlyProcessLaunch.py w/ system debugserverJason Molenda1-0/+3
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda3-0/+62
2022-12-12[lldb] Modify TestThreadJump to work around a change in clang's debug_line ge...Pavel Labath1-3/+3
2022-12-09Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.Jim Ingham3-0/+56
2022-12-08[lldb] Fix simple template names interaction with debug info declarationsArthur Eubanks5-0/+49
2022-12-08[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding itMichael Buch1-0/+2
2022-12-06[lldb][Test] TestRerunAndExpr.py: skip on WindowsMichael Buch1-0/+6
2022-12-05[lldb-tests] Force system's libcxx on tests failing with debug symbolsFelipe de Azevedo Piovezan3-3/+9
2022-12-05[lldb][Test] TestRerunAndExprDylib.py on Linux: dlclose solib to force destru...Michael Buch2-1/+7
2022-12-05Reland "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch9-0/+195
2022-12-05[lldb][Test] TestModulesCompileError.py: fix expected error stringMichael Buch1-1/+1
2022-12-05[lldb] Fix the way we set up the lldb modules infrastructure.Vassil Vassilev1-1/+1
2022-12-02Leave DW_OP_addr addresses as load addresses in DWARFExpressionJason Molenda3-71/+0
2022-12-02Revert "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private:...Michael Buch9-173/+0
2022-12-02[lldb][Target] Flush the scratch TypeSystem when owning lldb_private::Module ...Michael Buch9-0/+173
2022-12-01[lldb] Enable use of dummy target from dwim-printDave Lee1-5/+10
2022-11-30Report which modules have forcefully completed types in statistics.Greg Clayton2-26/+17
2022-11-30[DataFormatter] Fix variant npos with `_LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZ...Jordan Rupprecht2-0/+38
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch3-0/+98
2022-11-29[lldb] Introduce dwim-print commandDave Lee3-0/+74
2022-11-29[test] Allow libc++ namespaces besides `__1`Jordan Rupprecht2-2/+2
2022-11-29[test] Implement layout for unstable std::string garbage formatter tests.Jordan Rupprecht1-4/+35
2022-11-25Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` p...Jason Molenda2-8/+0
2022-11-25Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` prett...Jason Molenda1-1/+1
2022-11-25[lldb] Prevent an infinite loop while reading memory regionsPavel Labath1-0/+44
2022-11-23Add the ability to see when a type in incomplete.Greg Clayton1-1/+103
2022-11-23Revert "Add runToBinaryEntry option for lldb-vscode"Pavel Labath1-23/+0
2022-11-22Add runToBinaryEntry option for lldb-vscodeJeffrey Tan1-0/+23
2022-11-21Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee1-6/+6
2022-11-21[test] Fix TestSourceManager when the source file is readonly.Jordan Rupprecht1-0/+8
2022-11-21[test] Remove named function arguments from TestSBEnvironmentJordan Rupprecht1-12/+16
2022-11-21[lldb] Disable looking at pointee types to find synthetic value for non-ObjCArthur Eubanks4-0/+40