This is a very thin wrapper over a std::vector<DWARFDIE> and does not seem to provide any real value over just using a container directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
Whenever I see a GetFooAtIndex() method I expect this to be exposed via the SBAPI, but I assume this isn't the case here?
Comment Actions
LGTM. I think we should eventually get rid of all the stl-container-wrapper classes. (Apart from the SB ones, or course.)