summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2023-01-25[LLDB] Fixes summary formatter for libc++ map allowing modification of contai...Pavel Kosov
2023-01-25[LLDB] Fix for libc++ atomic allowing modification of contained valuePavel Kosov
2022-11-21[test] Remove named function arguments from TestSBEnvironmentJordan Rupprecht
2022-11-18[lldb] Fix that empty target.run-args are not actually used when launching pr...Raphael Isemann
2022-11-12[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-11-11[lldb] Fix SBFileSpec.fullpath for WindowsDave Lee
2022-10-27[lldb][test] Remove empty setUp/tearDown methods (NFC)Dave Lee
2022-10-20Revert "[lldb] Fix member access in GetExpressionPath"Jonas Devlieghere
2022-10-12[lldb] Fix member access in GetExpressionPathTonko Sabolčec
2022-09-30Revert "[lldb] Fix member access in GetExpressionPath"Andy Yankovsky
2022-09-30[lldb] Fix member access in GetExpressionPathTonko Sabolčec
2022-09-27[lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versionsMichael Buch
2022-09-23[lldb][TypeSystemClang] Deduce lldb::eEncodingUint for unsigned enum typesMichael Buch
2022-09-12Reland "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08Revert "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan
2022-09-08[lldb] Use just-built libcxx for tests when availableFelipe de Azevedo Piovezan
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-08-02[LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson
2022-07-13[LLDB] Fix TestThreadAPI.py for AArch64/WindowsMuhammad Omair Javaid
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda
2022-05-13[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani
2022-05-12[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani
2022-04-27Remove Python 2 checks from the test suiteJonas Devlieghere
2022-04-13[lldb] Fixup af921006d3792f for non-linux platformsPavel Labath
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee
2022-03-09[lldb] Fix TestDebuggerAPI on windows (broken by D120810)Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-03-04[lldb/test] Re-enable TestEvents.py on Darwin and fix crashesMed Ismail Bennani
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2022-01-27[lldb/test] Skip TestSBModule unless darwinMed Ismail Bennani
2022-01-27Revert "[lldb/test] Try to fix TestSBModule failure"Med Ismail Bennani