Call post_create_inferior in ctf_open.
authorYao Qi <yao@codesourcery.com>
Fri, 18 Apr 2014 11:19:22 +0000 (19:19 +0800)
committerYao Qi <yao@codesourcery.com>
Sat, 19 Apr 2014 06:40:33 +0000 (14:40 +0800)
commit5723a6fd0636bed6d278ab19f6ead31d748a7a78
tree318617822621345dfcb067d675c61911fe594a84
parent614d5099da07f5899dfac9720f49b9f6f350c1bd
Call post_create_inferior in ctf_open.

We don't call post_create_inferior at the end of ctf_open.  It is an
oversight in patch

  [PATCH 2/2] Create inferior for ctf target.
  https://sourceware.org/ml/gdb-patches/2014-01/msg01056.html

This patch is to call post_create_inferior at the end of ctf_open,
like the end of tfile_open.

gdb:

2014-04-19  Yao Qi  <yao@codesourcery.com>

* ctf.c (ctf_open): Call post_create_inferior.
gdb/ChangeLog
gdb/ctf.c
This page took 0.02497 seconds and 4 git commands to generate.