]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/procfs.c
Provide pid_to_exec_file on Solaris (PR tdep/17903)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 20 Sep 2018 09:23:27 +0000 (11:23 +0200)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 20 Sep 2018 09:23:27 +0000 (11:23 +0200)
commit4206c05ea1542c413a4a361c29cbbd206861946c
tree17ea384e07a0be13abd196afb3127f8b78b7517b
parent3d282ac37064ec0105d3aa3f379f7fb8af98759c
Provide pid_to_exec_file on Solaris (PR tdep/17903)

While looking through gdb.log, I found that two tests FAIL like this:

warning: No executable has been specified and target does not support
determining executable automatically.  Try using the "file" command.
0x00400dc4 in ?? ()
(gdb) FAIL: gdb.base/attach.exp: attach2, with no file

The other is gdb.base/quit-live.exp.  I've implemented the following
patch that fixes both failures, only then detecting that I'd previously
reported the issue as PR tdep/17903.

Tested on amd64-pc-solaris2.10 and amd64-pc-solaris2.11.

PR tdep/17903
* procfs.c (procfs_target): Declare pid_to_exec_file.
(procfs_target::pid_to_exec_file): New.
gdb/ChangeLog
gdb/procfs.c