Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly skip leading spaces in Frame string
On aarch64 gdb does not start each frame with an address since it can just follow the link register. Skipping characters up to the first '0' is obviously incorrect in this case.
- Loading branch information