[lldb-dev] Help on the way to retrieve header file list
Yin Ma
yin at affinic.com
Tue Nov 5 08:14:02 PST 2013
Hi
I am using module GetCompileUnitAtIndex to retrieve
Compilation unit. If I directly print Compile_unit.file
I can get all .c filenames without any .h filename.
If I use GetSupportFileAtIndex() to retrieve all supportfiles
And print out. I can get .h filename however, there
Are a lot of duplication.
Is there any better way to print all .c and .h filenames without
Duplication?
Thanks,
Yin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131105/cfa3bb61/attachment.html>
More information about the lldb-dev
mailing list