[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #9 from Paul Floyd --- I really wonder if this is needed on other platforms. Looking at the use prior to the new s390 code, VEX stores the program counter on ppc and x86 but it was only used for Darwin on x86 and amd64. I can't easily

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-29 Thread Andreas Arnez
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #8 from Andreas Arnez --- (In reply to Mark Wielaard from comment #7) > The current use only really is known to work for s390x. The use for the extension mechanism, yes. But I was under the impression that this field is required for all

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-29 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=486180 Mark Wielaard changed: What|Removed |Added CC||ar...@linux.ibm.com --- Comment #7 from Mark

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-27 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #6 from Paul Floyd --- I tested the build on a mips32 machine. Can you please also confirm mips64? commit 7214886886bce9029f325214156c02dcfff760d5 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd Date: Sat Apr 27 13:07:07

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-27 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=486180 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org Status|REPORTED

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-27 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #4 from Paul Floyd --- m_scheduler/scheduler.c: In function ���handle_extension���: m_scheduler/scheduler.c:1238:32: error: ���VexGuestArchState��� {aka ���struct ���} has no member named ���guest_IP_AT_SYSCALL��� Addr addr =

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-26 Thread Nikita Leontiev
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #3 from Nikita Leontiev --- I used clean source from tarball: wget https://sourceware.org/pub/valgrind/valgrind-3.23.0.tar.bz2 tar xf valgrind-3.23.0.tar.bz2 cd valgrind-3.23.0 ./configure --host=mipsel-linux --target=mipsel-linux make --

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=486180 --- Comment #2 from Paul Floyd --- Almost certainly the problem is that VEX/pub/libvex_guest_mips{32,64}.h are missing U{Int,Long} guest_IP_AT_SYSCALL plus maybe something to initialize them. -- You are receiving this mail because: You are watching

[valgrind] [Bug 486180] [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'

2024-04-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=486180 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd