This is the mail archive of the gdb@sources.redhat.com 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]

Re: whats the functinality of dummy


Hi All,
            what is the functinality of these function:

		gdbarch_push_dummy_frame ()
		gdbarch_set_call_dummy_breakpoint_offset()
		gdbarch_fix_call_dummy ()

Er, how old is your GDB? All of these have been deprecated. See gdbarch.sh for the replacements.


(A dummy frame is a fake frame created by GDB when performing an inferior function call.)

Andrew



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