[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to compile qemu code in debug mode?
From: |
Peter Maydell |
Subject: |
Re: how to compile qemu code in debug mode? |
Date: |
Tue, 26 Jan 2021 12:59:39 +0000 |
On Tue, 26 Jan 2021 at 11:22, <ckim@etri.re.kr> wrote:
>
> Thanks again, that helped.
> (so --enable-debug is for qemu itself, and -g for the application.)
How you enable debug symbols for the guest application
is entirely up to that application's build process:
it might be "add -g to CFLAGS", it might have a configure
option, it might have debug symbols by default, any
number of ways...
thanks
-- PMM