https://bugs.llvm.org/show_bug.cgi?id=44690
Jonas Devlieghere changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=44690
Bug ID: 44690
Summary: Include guards missing for compression.h
Product: lldb
Version: 10.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority
You shouldn't have to specify it if spotlight can see your .dSYM file if you
are on a mac. But it would be nice to have an API way to do this. The only way
right now is to call the SBTarget::AddModule(...) function, but that won't
correctly set the executable file and/or arch for the target corr
Hi,
Thanks for pointing me towards stack unwinding. I don't have debug
information much of the time, so I'm depending on the architecture rules
for backtracing. A look at the mips ABI plugin shows it uses dwarf register
numbers to get the register values it needs, and I wasn't including them in
my