如何在 gdb/ada 中进行字符串连接
根据手册,gdb 中字符串连接未实现。 但是我需要它,那么有没有办法实现这一点,也许使用数组函数?
According to the manual, string concatenation isn't implemented in gdb. I need it however, so is there a way to achieve this, perhaps using array functions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有 gdb 的副本来尝试此操作,但也许文档的 Ada 部分后面的这一行会对您有所帮助?
I don't have a copy of gdb around to try this on, but perhaps this line from later in the Ada section of the document will help you?
对于 Objective-C:
For Objective-C: