gdb 8.2 can't recognized executable file on macOS Mojave 10.14

后端 未结 8 699
感情败类
感情败类 2020-11-30 19:05

I get gdb by brew install gdb.

The source file content is:

#include 
int main(){
    int a = 10;
    for(int i = 0; i<          


        
8条回答
  •  没有蜡笔的小新
    2020-11-30 19:40

    I published a temporary brew formula that seems to work, while awaiting for official brew formula to be updated:

    brew install https://raw.githubusercontent.com/timotheecour/homebrew-timutil/master/gdb_tim.rb

提交回复
热议问题