aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham3-0/+108
2023-02-17[lldb] StructuredData should not truncate uint64_t valuesAlex Langford1-13/+23
2023-02-09Remove test case that tries to allocate impossible amountsJason Molenda1-16/+0
2023-02-08[lldb] Accept negative indexes in __getitem__Dave Lee2-0/+34
2023-02-07Only run the weird new try-to-read-too-much test on DarwinJason Molenda1-14/+15
2023-02-07Fix TestProcessAPI.py to only allocate sys.maxsize bufferJason Molenda1-4/+6
2023-02-07Check if null buffer handed to SBProcess::ReadMemoryJason Molenda1-0/+14
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani1-0/+12
2023-01-30Revert "Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectio...Muhammad Omair Javaid2-0/+32
2023-01-30Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectionData."Muhammad Omair Javaid2-26/+0
2023-01-27[lldb] Make SBSection::GetSectionData call Section::GetSectionData.Jorge Gorbe Moya2-0/+26
2023-01-26[test] Remove unused `unittest2` importJordan Rupprecht1-8/+7
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee1-2/+2
2023-01-25[NFC][LLDB] Rename test filePavel Kosov1-0/+0
2023-01-25[LLDB] Fixes summary formatter for libc++ map allowing modification of contai...Pavel Kosov3-0/+64
2023-01-25[LLDB] Fix for libc++ atomic allowing modification of contained valuePavel Kosov3-0/+61
2022-11-21[test] Remove named function arguments from TestSBEnvironmentJordan Rupprecht1-12/+16
2022-11-18[lldb] Fix that empty target.run-args are not actually used when launching pr...Raphael Isemann1-0/+9
2022-11-12[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee1-15/+0
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee8-102/+46
2022-11-11[lldb] Fix SBFileSpec.fullpath for WindowsDave Lee1-0/+15
2022-10-27[lldb][test] Remove empty setUp/tearDown methods (NFC)Dave Lee1-3/+0
2022-10-20Revert "[lldb] Fix member access in GetExpressionPath"Jonas Devlieghere3-156/+0
2022-10-12[lldb] Fix member access in GetExpressionPathTonko Sabolčec3-0/+156
2022-09-30Revert "[lldb] Fix member access in GetExpressionPath"Andy Yankovsky3-156/+0
2022-09-30[lldb] Fix member access in GetExpressionPathTonko Sabolčec3-0/+156
2022-09-27[lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versionsMichael Buch1-1/+3
2022-09-23[lldb][TypeSystemClang] Deduce lldb::eEncodingUint for unsigned enum typesMichael Buch2-0/+32
2022-09-12Reland "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan1-2/+2
2022-09-08Revert "[lldb] Use just-built libcxx for tests when available"Felipe de Azevedo Piovezan1-2/+2
2022-09-08[lldb] Use just-built libcxx for tests when availableFelipe de Azevedo Piovezan1-2/+2
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova1-12/+0
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee1-0/+12
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton2-0/+116
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett29-87/+0
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee1-1/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-2/+2
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere1-1/+1
2022-08-02[LLDB] Add SBInstruction::GetControlFlowKind()Jakob Johnson1-0/+10
2022-07-13[LLDB] Fix TestThreadAPI.py for AArch64/WindowsMuhammad Omair Javaid1-0/+2
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary2-0/+25
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath2-25/+0
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath2-0/+25
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere3-6/+6
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee57-112/+0
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny1-1/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee16-37/+37
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere4-6/+6
2022-05-25Skip testing of watchpoint hit-count/ignore-count on multithreadedJason Molenda1-1/+9
2022-05-13[lldb/API] Turn SBCompileUnit::GetIndexForLineEntry into FindLineEntryIndex (...Med Ismail Bennani1-1/+1