You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
struct foo {
|
|
};
|
|
|
|
foo f;
|
|
|
|
// Built with GCC
|
|
// $ mkdir -p /tmp/dbginfo
|
|
// $ cp dwarfdump-line-dwo.cc /tmp/dbginfo
|
|
// $ cd /tmp/dbginfo
|
|
// $ g++ -c -fdebug-types-section dwarfdump-line-dwo.cc -o <output>
|