【发布时间】:2021-10-29 17:21:00
【问题描述】:
我开始像这样的进度
./game config1 config2
然后我得到 i core.xxx 例如,我想得到完整的路径和参数
gdb game core.xxx
core was gengerte by '/xx/xx/game config'.
路径太长,我想获取类似的信息
'/xx/xx/game config1 config2'
我该怎么做?
【问题讨论】:
-
不,我想通过使用文件来获取关于核心的参数。