https://github.com/ashgti commented:
Looking at this locally, I think this is changing: ``` 0x01234 ff ff ff ff NSLog: pacibsp ... ``` into: ``` 0x01234 ff ff ff ff pacibsp ; NSLog ... ``` When other functions are called, they have the name in the comment, so you'd see ``` 0x01234 ff ff ff ff bl 0x04321 ; _NSLogv ``` as an example in arm64 where we're calling another function. The name being in the comment, at least for me, makes it hard for me to tell where the function begins vs other functions that are being called. I wonder if we should have some addition context? Like `; start of symbol <name>` or something. https://github.com/llvm/llvm-project/pull/144070 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits