YungRaj wrote:

I got it working.

But symbolicating backtraces is still broken. Setting breakpoints by address, 
reading memory, disassembling memory, etc is now working.

https://github.com/llvm/llvm-project/blob/40b4fd7a3e81d32b29364a1b15337bcf817659c0/lldb/source/Core/Section.cpp#L229


In `Section::GetBaseLoadAddress()`, the default return value is` 
LLDB_INVALID_ADDRESS`, but should only be the default return value if the 
current segment's FileAddress() is invalid, in which case with the 
`symbols.json` value it is not.

https://github.com/llvm/llvm-project/pull/101062
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to