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] | |
There are 3 functions in gdb named _initialize_inftarg:
grep -n '^_initialize_inftarg' *.c /dev/null
inftarg.c:839:_initialize_inftarg (void)
win32-nat.c:1818:_initialize_inftarg (void)
wince.c:1968:_initialize_inftarg (void)
I assume the win* ones are simply cut-and-paste error?
Er, yes - they should correspond to their file names. I guess only one
was linked in at any time.| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |