Sign in
android
/
platform
/
external
/
llvm
/
refs/heads/android15-tests-dev
/
.
/
test
/
DebugInfo
/
Inputs
/
dwarfdump-line-dwo.cc
blob: 2784ae24ee56b782d8e44500036c796c55666dc3 [
file
] [
log
] [
blame
] [
edit
]
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>