[64-bit code] procfs:4200 -- process not stopped. from gdb 7.4 on Solaris10 x86_64

2012-04-05 Thread Kiyoshi KANAZAWA
Hello, Gdb 7.4 can not run 64-bit code program, on Solaris10 x86_64. [How-To-Repeat] % cat hello.c #include int main (void) { printf ("Hello.\n"); return 0; } % gcc -g -m32 hello.c % gdb a.out GNU gdb (GDB) 7.4 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL

Re: [64-bit code] procfs:4200 -- process not stopped. from gdb 7.4 on Solaris10 x86_64

2012-04-10 Thread Rainer Orth
Kiyoshi KANAZAWA writes: > Gdb 7.4 can not run 64-bit code program, on Solaris10 x86_64. > % gcc -g -m64 hello.c > % gdb a.out > GNU gdb (GDB) 7.4 [...] > This GDB was configured as "i386-pc-solaris2.10". > For bug reporting instructions, please see: > ... >