This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ echo -e '#include <iostream>\nint main() { std::cout << "test\\n"; return 0; }' > main.cpp | |
| $ g++ -fuse-ld=gold -gsplit-dwarf -Wl,--gdb-index main.cpp | |
| $ ls | |
| a.out main.cpp main.dwo | |
| $ gdb a.out | |
| GNU gdb (GDB) 8.2.1 | |
| Copyright (C) 2018 Free Software Foundation, Inc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/1971775 | |
| で発生した時のクラッシュレポート | |
| ----------------------------- | |
| Process: ruby [65131] | |
| Path: /Users/sugamasao/.rvm/rubies/ruby-1.9.3-head/bin/ruby | |
| Identifier: ruby | |
| Version: ??? (???) | |
| Code Type: X86-64 (Native) |