aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/c
AgeCommit message (Expand)AuthorFilesLines
2025-12-19[lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (#172792)Igor Kudrin3-7/+9
2025-08-19[lldb] Make step/s alias for new _regexp-step (#153984)Dave Lee1-10/+14
2025-08-04[lldb] Fix TLS support on Darwin platforms (#151601)Alex Langford2-0/+12
2025-06-09[lldb][test] Remove Windows xfail from forward declaration testsDavid Spickett1-1/+0
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda2-2/+2
2025-03-28[lldb][test] TestCCallingConventions.py: skip on older AArch64 compilersMichael Buch1-0/+1
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima6-11/+11
2024-11-22[lldb] Add stop_reason_data property to SBThread python extensions (#117266)Dave Lee1-6/+4
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz1-1/+1
2024-10-09[lldb][test] Disable TestSharedLibStrippedSymbols on ArmDavid Spickett1-0/+4
2024-10-08[lldb][test] Fix typo in TestSharedLibStrippedSymbolsDavid Spickett1-1/+1
2024-07-29[lldb][TypeSystemClang] Create VLAs of explicitly 0-size as ConstantArrayType...Michael Buch1-1/+2
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan1-1/+1
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev1-0/+3
2024-06-05[lldb] [NFC] Rewrite TestRedefinitionsInInlines.py as an API test (#94539)Jason Molenda3-25/+73
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett1-4/+11
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett1-0/+1
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett1-0/+1
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee3-0/+27
2024-05-23[lldb][Test] Escape | chars in enum testsDavid Spickett1-2/+4
2024-05-02[lldb][test][FreeBSD] Narrow vectorcall xfail to x86 platforms (#84024)David Spickett1-0/+3
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford1-0/+1
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M1-1/+0
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht2-5/+7
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere1-9/+9
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht2-4/+4
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht2-2/+4
2023-09-28[LLDB] Skip TestTlsGlobals.py for Linux Arm/AArch64Muhammad Omair Javaid1-0/+1
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan811-4/+1
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg1-0/+4
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere41-925/+1282
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid1-4/+0
2023-04-05Skip tests under asanAdrian Prantl1-0/+2
2023-04-04Simplify test scriptAdrian Prantl1-7/+1
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee2-4/+4
2022-12-09Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.Jim Ingham3-0/+56
2022-12-02Leave DW_OP_addr addresses as load addresses in DWARFExpressionJason Molenda3-71/+0
2022-11-14Change last-ditch magic address in IRMemoryMap::FindSpaceJason Molenda3-0/+71
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee2-7/+6
2022-10-27[lldb][test] Remove explicit mydir definitions (NFC)Dave Lee1-2/+0
2022-10-24[lldb] Skip TestFullLtoStepping in older clangsAugusto Noronha1-0/+1
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha5-0/+43
2022-09-14Revert "[lldb][DWARF5] Enable macro evaluation"Stella Stamenova3-42/+0
2022-09-14[lldb][DWARF5] Enable macro evaluationPavel Kosov3-0/+42
2022-08-17[LLDB][JIT] Set processor for ARM architecturePavel Kosov1-1/+0
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-3/+0
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere1-1/+1
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee4-4/+0
2021-09-14[LLDB] Disable FP test for arm 32 bitPavel Kosov1-0/+1
2022-08-10[LLDB] Add basic floating point ops to IR interpreterPavel Kosov3-0/+120