How to recognize the binary file is in Release mode or in Debug modefrom the core file.

P

prajakta143

Problem Statement:

Is there any way to recognize the binary file is in Release mode or in
Debug mode from the core file ::

Details ::

I have core file with me, & wan't to know the mode of binary(Release
mode or in Debug mode) file from which the core is generated.

Thanks in Advance.

Thanks & Regards,
Prajakta
 
M

Mark Bluemel

Problem Statement:

Is there any way to recognize the binary file is in Release mode or in
Debug mode from the core file ::

Details ::

I have core file with me, & wan't to know the mode of binary(Release
mode or in Debug mode) file from which the core is generated.

What is your question about C?
 
C

CBFalconer

Is there any way to recognize the binary file is in Release mode
or in Debug mode from the core file ::

Details ::

I have core file with me, & wan't to know the mode of binary(Release
mode or in Debug mode) file from which the core is generated.

There are no such things in the standard C language, and thus this
is off-topic in c.l.c. Talk to your compiler supplier.
 
A

andreyvul

What is your question about C?

That's compiler- and architecture-dependent. AFAIK, debug symbols are
*not* part of C89/90 or C99,
and therefore, your question is off-topic. Please post to the group
that corresponds to your compiler and not in comp.lang.c.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top