aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_crate_reader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Teach the dwarf readers to handle udata, so we can link with util.option; ↵Graydon Hoare2010-07-051-0/+5
| | | | add util.rs to std.rc.
* Handle DW_FORM_blcok4 in runtime dwarf reader, which we started emitting a ↵Graydon Hoare2010-07-021-0/+6
| | | | while ago.
* Trap missing attr forms during dwarf-scan and shut down dwarf reader, don't ↵Graydon Hoare2010-07-021-4/+10
| | | | crash.
* Indent/outdent when logging dwarf at runtime.Graydon Hoare2010-07-021-12/+15
|
* Populate tree.Graydon Hoare2010-06-231-0/+578