個人的なメモ

めもめも.

2019-01-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…

emacs init.el

emacs_init.el - 個人的なメモ をリファクタリング init.el ;* search lisp directory path (setq load-path (cons "~/.emacs.d/elisp/" load-path)) ;* load init file (load "~/.emacs.d/gtags.el") (load "~/.emacs.d/anything.el") ;* hidden startup-me…