This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15559] Method call and calling convention


https://sourceware.org/bugzilla/show_bug.cgi?id=15559

--- Comment #10 from asmwarrior <asmwarrior at gmail dot com> ---
Hi, nixman, I think it won't, if you look at my patch, I use some global
variables to translate the information from one module to another module.

Currently, both the Linux and Windows 32 bit i386 inferior call code was in a
uniformed method (all in i386-tdep.c). 

If we need to distinguish them, we may need to create some new file like:
i386-windows-tdeps.c, which handle the special Windows 32 bit inferior calls. 
(This is something similar to what amd64-windows-tdeps.c does)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]