rust/src/test/debug-info
bors 7d250d3181 auto merge of #5824 : bleibig/rust/debuginfo, r=brson
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-19 12:03:49 -07:00
..
2013-04-11 00:16:09 -07:00
2013-04-18 18:05:33 -04:00
2013-04-11 00:16:09 -07:00
2013-04-11 00:16:09 -07:00
2013-04-18 18:05:33 -04:00