Re: [yocto] #dunfell Path to sources in debugfs

2021-10-06 Thread bohdan . shubenok
Hi, I`m trying to debug without connection to target at all. This are the examples of what I`m running: # gdb-multiarch b2010_rootfs/usr/bin/noah-heatsystem var/volatile/crash/core.noah.565 (gdb) set sysroot b2010_rootfs/ (gdb) set substitute-path /usr/src/debug b2010/usr/src/debug things

Re: [yocto] #dunfell Path to sources in debugfs

2021-10-06 Thread bohdan . shubenok
Hi, I can see this on Qt builds as well. I doubt Qt can have such strange behavior left unnoticed for a long time. The part is missing is " *include/QtCore* " -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54976):

Re: [yocto] #dunfell Path to sources in debugfs

2021-10-05 Thread Robert Berger
Hi, My comments are inline. On 05/10/2021 17:04, bohdan.shubenok@sigma.software wrote: Hi all, I`m trying to debug coredump generated on embedded system running dunfel. Just to clarify your user space applications crashes and you try to see why? In other words you would like to load the

Re: [yocto] #dunfell Path to sources in debugfs

2021-10-05 Thread Khem Raj
On 10/5/21 7:04 AM, bohdan.shubenok@sigma.software wrote: Hi all, I`m trying to debug coredump generated on embedded system running dunfel. The issue I`m facing is with the source files path in "-dbg.rootfs" archive and within dedug portion of a package. When loaded in QtCreator some