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: inferior calls / call dummies


Hi,

What are inferior calls?

(gdb) print function_in_target()


GDB is initiating a function call in the target.

What are call dummies?

Part of implementing this involves setting up a fake or dummy frame. The function is called from that.


Do I need call dummies for remote debuging?
What to specify in the call_dummy_words[] array?

Possibly not. Have a look at the d10v.


Andrew



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