Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't shadow dwlfpp::dwfl in loc2c_emit_address | Josh Stone | 2009-05-15 | 1 | -2/+1 | |
| | ||||||
* | Remove unused dwflpp methods | Josh Stone | 2009-05-15 | 1 | -39/+0 | |
| | | | | | | | | These three methods had no callers, and are thus obsolete: dwflpp::focus_on_module_containing_global_address(Dwarf_Addr a) dwflpp::global_address_to_module(Dwarf_Addr a) dwflpp::cu_name_matches(string pattern) | |||||
* | Move dfwlpp into its own file | Josh Stone | 2009-05-12 | 1 | -0/+2159 | |
It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled. |