aboutsummaryrefslogtreecommitdiff
path: root/test/lang/c
AgeCommit message (Expand)Author
2013-04-19Improved tests for nested structs when anonymous structs are involved.Ashok Thirumurthi
2013-03-28Making the buildbot happy again after changes to the default formatter for ch...Enrico Granata
2013-03-15Add icc support to the test suiteMatt Kopec
2013-03-06Skipping TestConstVariables on Linux.Andrew Kaylor
2013-03-06Fixed enum printing for negative enums. There previously was no testing to va...Greg Clayton
2013-03-04Un-skipping tests affected by llvm.org/pr15256Daniel Malea
2013-02-28Replace all "-gdwarf-2" with "-g" to use the compiler defaults.Greg Clayton
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec
2013-02-25Fix the .categories, it had "dataformatter" not "dataformatters".Jim Ingham
2013-02-22Mark last known Linux failure as XFAIL to see if there's any other problems w...Daniel Malea
2013-02-20Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GC...Daniel Malea
2013-02-20Fix a problem with the const_variables test case (another lldb bug remains)Daniel Malea
2013-02-15More test case cleanup (Linux and Mac):Daniel Malea
2013-02-14Marking two tests expected-to-fail on LinuxDaniel Malea
2013-02-13Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea
2013-01-25Update test scripts and Makefiles to allow testing with GCC:Daniel Malea
2013-01-24Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea
2013-01-18Made the expression handle variables withSean Callanan
2013-01-09<rdar://problem/12028723>Enrico Granata
2013-01-08Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham
2012-12-14Made the struct test case actually use an expressionSean Callanan
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham
2012-12-06Mark the "dwarf" version of the test expected fail as well as the dsym version.Jim Ingham
2012-12-06<rdar://problem/12560257>Greg Clayton
2012-12-05Rewrote the bitfield logic. Major changes include:Sean Callanan
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-27Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea
2012-11-26Improvement to TestGlobalVariables fixDaniel Malea
2012-11-26Fix for TestSharedLib.py (on Linux)Daniel Malea
2012-11-26Fix TestGlobalVariables.py (on Linux)Daniel Malea
2012-11-08Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda
2012-11-06Added unnamed bitfields to our bitfield test.Greg Clayton
2012-10-22Added support for zero-length arrays at the endSean Callanan
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-07-18Removed a hack that gives zero-length arrays aSean Callanan
2012-05-11Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-03-30Disabling blocks support because of rdar://problem/11024417 - This is hopeful...Enrico Granata
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-08Updated the revision of LLVM/Clang used by LLDB.Sean Callanan
2012-03-06Added support for calling blocks from expressions,Sean Callanan
2012-03-02Improved the type's handling of anonymous structs,Sean Callanan
2012-02-04I have brought LLDB up-to-date with top of treeSean Callanan
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2011-12-08If the expression parser is unable to complete a TagDeclSean Callanan
2011-11-13<rdar://problem/10338439>Greg Clayton
2011-09-15Fixed indentation.Johnny Chen
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-22Restored the version of LLVM that we previouslySean Callanan
2011-08-19Refined the rollback to LLVM, picking up a newerSean Callanan