summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/c
AgeCommit message (Expand)Author
2025-08-19[lldb] Make step/s alias for new _regexp-step (#153984)Dave Lee
2025-08-04[lldb] Fix TLS support on Darwin platforms (#151601)Alex Langford
2025-06-09[lldb][test] Remove Windows xfail from forward declaration testsDavid Spickett
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-03-28[lldb][test] TestCCallingConventions.py: skip on older AArch64 compilersMichael Buch
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-11-22[lldb] Add stop_reason_data property to SBThread python extensions (#117266)Dave Lee
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-10-09[lldb][test] Disable TestSharedLibStrippedSymbols on ArmDavid Spickett
2024-10-08[lldb][test] Fix typo in TestSharedLibStrippedSymbolsDavid Spickett
2024-07-29[lldb][TypeSystemClang] Create VLAs of explicitly 0-size as ConstantArrayType...Michael Buch
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev
2024-06-05[lldb] [NFC] Rewrite TestRedefinitionsInInlines.py as an API test (#94539)Jason Molenda
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee
2024-05-23[lldb][Test] Escape | chars in enum testsDavid Spickett
2024-05-02[lldb][test][FreeBSD] Narrow vectorcall xfail to x86 platforms (#84024)David Spickett
2024-03-07[lldb] Add ability to detect darwin host linker version to xfail tests (#83941)Alex Langford
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-09-28[LLDB] Skip TestTlsGlobals.py for Linux Arm/AArch64Muhammad Omair Javaid
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan81
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-04-05Skip tests under asanAdrian Prantl
2023-04-04Simplify test scriptAdrian Prantl
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-12-09Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.Jim Ingham
2022-12-02Leave DW_OP_addr addresses as load addresses in DWARFExpressionJason Molenda
2022-11-14Change last-ditch magic address in IRMemoryMap::FindSpaceJason Molenda
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-10-27[lldb][test] Remove explicit mydir definitions (NFC)Dave Lee
2022-10-24[lldb] Skip TestFullLtoStepping in older clangsAugusto Noronha
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha
2022-09-14Revert "[lldb][DWARF5] Enable macro evaluation"Stella Stamenova
2022-09-14[lldb][DWARF5] Enable macro evaluationPavel Kosov
2022-08-17[LLDB][JIT] Set processor for ARM architecturePavel Kosov
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2021-09-14[LLDB] Disable FP test for arm 32 bitPavel Kosov
2022-08-10[LLDB] Add basic floating point ops to IR interpreterPavel Kosov
2022-08-03[lldb] Re-enable TestCCallingConventions on Apple SiliconJonas Devlieghere