aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2015-05-12 11:57:52 +0100
committerGary Benson <gbenson@redhat.com>2015-05-12 11:57:52 +0100
commit835205d078aa3b78180da1512f8019ab064032e7 (patch)
tree61bf26b5330e9cd64d7aa6cb8281feb03f9e6948 /include
parent5b155b955ab0f4b6db3a5edb049f8e4d5a712f4a (diff)
downloadgdb-835205d078aa3b78180da1512f8019ab064032e7.zip
gdb-835205d078aa3b78180da1512f8019ab064032e7.tar.gz
gdb-835205d078aa3b78180da1512f8019ab064032e7.tar.bz2
Locate executables on remote stubs without multiprocess extensions
This commit allows GDB to determine filenames of main executables when debugging using remote stubs without multiprocess extensions. The qXfer:exec-file:read packet is extended to allow an empty annex, with the meaning that the remote stub should supply the filename of whatever it thinks is the current process. gdb/ChangeLog: * remote.c (remote_add_inferior): Call exec_file_locate_attach for fake PIDs as well as real ones. (remote_pid_to_exec_file): Send empty annex if PID is fake. gdb/doc/ChangeLog: * gdb.texinfo (General Query Packets): Document qXfer:exec-file:read with empty annex. gdb/gdbserver/ChangeLog: * server.c (handle_qxfer_exec_file): Use current process if annex is empty.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions