個人的なメモ

めもめも.

2019-03-01から1ヶ月間の記事一覧

ARM上でgdbを使っていい感じにデバッグをする

【環境】 Raspberrypi2【準備】 1. gdbをいい感じに表示 $ git clone https://github.com/cyrus-and/gdb-dashboard.git $ cp gdb-dashboard/.gdbinit ~/.gdbinit【手順】 1. デバッグ情報込みでコンパイルする $ cc -g hoge.c2. debugする $ gdb a.out $ bre…