[Touch-packages] [Bug 1901966] Re: Unable to stop at breakpoint in 32-bit executable

2021-10-04 Thread Hyun
I have same issue as James described. A static link of execution file, "-static" option in gcc, works in gdb while shared is not. Any updates on this issue? bulssi@bulssi:~/work$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04

[Touch-packages] [Bug 1901966] Re: Unable to stop at breakpoint in 32-bit executable

2021-10-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdb (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubuntu.

[Touch-packages] [Bug 1901966] Re: Unable to stop at breakpoint in 32-bit executable

2020-11-17 Thread James Foster
I've been able to reproduce the problem on 32-bit Ubuntu 20.04 for RPi4. The problem reproduces when the following is linked: ld-linux-armhf.so.3 -> ld-2.31.so* fostja@cptr280-arm:~/code/asm$ gdb -q hello GEF for linux ready, type `gef' to start, `gef config' to configure 75 commands loaded for

[Touch-packages] [Bug 1901966] Re: Unable to stop at breakpoint in 32-bit executable

2020-11-13 Thread Luis
This doesn't seem to be related to the previous bugs. I tried to reproduce this on 18.04.4 (I don't have 20.04) and a fresh build of GDB master, and I couldn't. (gdb) disass _start Dump of assembler code for function _start: 0x00010074 <+0>: mov r7, #4 0x00010078 <+4>: mov

[Touch-packages] [Bug 1901966] Re: Unable to stop at breakpoint in 32-bit executable

2020-10-28 Thread James Foster
** Description changed: I believe I'm having the problem described in #1846557 and #1848200. Those bugs were reported fixed in 8.1.1 but I'm observing them in 9.2 so I suspect a regression (in fact, if I read the notes correctly, the earlier reports were from another regression!). I