This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limit symbol basename-ification to Swift/C/C++/ObjC++ or unknown lang…
…uage This change allows commands like: breakpoint set -n main.main and breakpoint set -n main.init to work in Go if either: (1) a -L language specifier is given (i.e. appending "-L go" to the above lines), or (2) setting the default language via: (lldb) settings set target.language go This addresses some usability issues around investigating: https://bugs.swift.org/browse/SR-527
- Loading branch information