| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-27 | Extended test cases for struct debug information. | Michael Woerister | -35/+237 | |
| Added test cases for different kinds of padding (simple-struct.rs) Added test cases for nested structs (struct-in-struct.rs) | ||||
| 2013-06-21 | _Actually_ xfail debuginfo tests | James Miller | -2/+2 | |
| 2013-06-20 | xfail box-related debug-info tests r=snapshot | James Miller | -4/+4 | |
| 2013-06-17 | Fixed remaining issues to pass debug-test/* tests. | Vadim Chugunov | -15/+30 | |
| Made debugger scripts source line insensitive. | ||||
| 2013-04-19 | auto merge of #5824 : bleibig/rust/debuginfo, r=brson | bors | -0/+64 | |
| This adds debugging symbol generation for boxes, bare functions, vectors, and strings, along with a tests for boxes and vectors. Note that gdb will see them as their actual compiled representation with the refcount, tydesc, etc. fields, so if `b` refers to box, `b->boxed` will refer to its value. Also, since you seem to use the [C struct hack](http://c-faq.com/struct/structhack.html) for dynamic vectors, you won't be able to print out the whole vector at once, only one element at a time by indexing specific elements. | ||||
| 2013-04-18 | xfail box and vec debug info tests | Brian Leibig | -0/+4 | |
| 2013-04-11 | xail all debuginfo tests | Brian Anderson | -0/+6 | |
| The broke with the LLVM upgrade | ||||
| 2013-04-10 | Add debug info test for vectors | Brian Leibig | -0/+30 | |
| 2013-04-10 | Add debug info test for boxes | Brian Leibig | -0/+30 | |
| 2013-03-11 | Re-enable struct value printing in debug info tests with gdb pretty printing off | Brian Leibig | -10/+9 | |
| 2013-03-11 | Disable struct value printing in debug info tests | Brian Leibig | -8/+4 | |
| This is due to the way different versions of gdb print out structs: older versions have them always spread out with fields on different lines, while newer versions will compactly print them on one line. This makes it hard for the output checker to verify the expected output. | ||||
| 2013-03-11 | Debuginfo revamp | Brian Leibig | -12/+82 | |
| 2013-02-09 | Add debug info tests | Brian Leibig | -0/+54 | |
