[lldb-dev] [Bug 44690] Include guards missing for compression.h

2020-01-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44690 Jonas Devlieghere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 44690] New: Include guards missing for compression.h

2020-01-27 Thread via lldb-dev
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

Re: [lldb-dev] How to load symfile when using debugger.CreateTarget?

2020-01-27 Thread Greg Clayton via lldb-dev
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

Re: [lldb-dev] gdb-remote protocol questions

2020-01-27 Thread Alexander Zhang via lldb-dev
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