Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* _initialize_arch_tdep() not getting called
@ 2019-08-10 14:17 William Tambe
  2019-08-11  2:50 ` William Tambe
  0 siblings, 1 reply; 3+ messages in thread
From: William Tambe @ 2019-08-10 14:17 UTC (permalink / raw)
  To: gdb

I am running into an issue where my GDB port is not calling
_initialize_arch_tdep() which is responsible for calling
register_gdbarch_init().

The files arch-tdep.c has been properly created and contain the
function _initialize_arch_tdep().

During GDB initialization, the function gdbarch_find_by_info() fail
causing the following error to occur:
arch-utils.c:693: internal-error: initialize_current_architecture:
Selection of initial architecture failed

Any idea what I could have missed causing _initialize_arch_tdep() not
to be called ?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-12  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-10 14:17 _initialize_arch_tdep() not getting called William Tambe
2019-08-11  2:50 ` William Tambe
2019-08-12  0:34   ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox