commit | 023c6d45d793b729b58968a50dee607e8b30a4d0 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Fri Apr 21 09:45:30 2023 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Tue May 30 15:07:26 2023 -0400 |
tree | 32e73616760f9ca6fff45a8fa1ccc8d55eb4bf92 | |
parent | 8e7af8434581e325366c8ec4a30f33e8e1794310 [diff] |
gdb: add interp::on_inferior_added method Same idea as previous patches, but for inferior_added. mi_interp::init avoided using mi_inferior_added, since, as the comment used to say, it would notify all MI interpreters. Now, it's easy to only notify the new interpreter, so it's possible to just call the on_inferior_added method in mi_interp::init. Change-Id: I0eddbd5367217d1c982516982089913019ef309f