[PATCH 0/4] Add inferior parameter to inferior_created and use it

Simon Marchi simon.marchi@polymtl.ca
Sun Oct 18 23:15:22 GMT 2020


I made this in the context of some other work, and I think it makes
sense on its own, so I am posting it on its own.

Simon Marchi (4):
  gdb: add inferior parameter to inferior_created observable
  gdb: pass inferior to check_pid_namespace_match
  gdb: make jit.c use the inferior_created inferior parameter
  gdb: use inferior parameter in add_vsyscall_page

 gdb/aix-thread.c       |  2 +-
 gdb/bsd-uthread.c      |  2 +-
 gdb/dummy-frame.c      |  2 +-
 gdb/infcmd.c           |  2 +-
 gdb/infrun.c           |  2 +-
 gdb/jit.c              | 27 ++++++++++-----------------
 gdb/jit.h              |  3 ++-
 gdb/linux-thread-db.c  |  8 ++++----
 gdb/m68k-linux-tdep.c  |  2 +-
 gdb/observable.h       |  2 +-
 gdb/ravenscar-thread.c |  2 +-
 gdb/symfile-mem.c      |  5 +++--
 12 files changed, 27 insertions(+), 32 deletions(-)

-- 
2.28.0



More information about the Gdb-patches mailing list