This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Regression: gdb.base/sizeof.exp [Re: [PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390]


On Tue, 28 Feb 2017 19:41:49 +0100, Peter Bergner wrote:
> Having received approvals from everyone now, I have committed this
> version of the patch,

commit 65b48a81404cb058c75c562f7dfdeb74f07eba72
Author: Peter Bergner <bergner@vnet.ibm.com>
Date:   Tue Feb 28 12:32:07 2017 -0600
    GDB: Add support for the new set/show disassembler-options commands.

ERROR: : spawn id exp8 not open
...
UNRESOLVED: gdb.base/sizeof.exp: maint print arch (timeout)

Program terminated with signal SIGSEGV, Segmentation fault.

(gdb) frame
#0  gdbarch_dump (gdbarch=0x4af2010, file=0x4a0b140) at gdbarch.c:881
881	  fprintf_unfiltered (file,
(gdb) l
...
881	  fprintf_unfiltered (file,
882	                      "gdbarch_dump: disassembler_options = %s\n",
883	                      pstring (*gdbarch->disassembler_options));
...
(gdb) p gdbarch->disassembler_options
$1 = (char **) 0x0
(gdb) _

Fedora 25 x86_64


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]