Debug information can't be recognized by gcc

After compiled by acc -c -g. the debug information can't be recognized by gcc
For example, two files a.c and b.cc
acc -c -g a.c
gcc -c -g b.cc or gcc -c -gstabs b.cc
gcc -o ab a.o b.o
Debug with workshop, DBX can't know b's debug information.
so, my question is:
1. why the debug infomation ( I guess is stabs) produced by acc can't work with gcc
2. Is it possible for me to debug b's source code?
Thanks in advance

2. Is it possible for me to debug b's source code?Yes, of course. But consider this: stabs generated by gcc are not compatible with dbx (only gdb), so you should use -gdwarf-2 gcc option and latest dbx, which can be downloaded here http://developers.sun.com/prodtech/cc/downloads/index.jsp

Similar Messages

  • How can i disable debug information from the end user

    By changing debug flag in the url to YES it is possible to view debug information. i want to disable debug information, so that end user could not see debug information. can anyone please tell me the solution.

    Sundhar,
    when you export the application select Debugging:No
    It's one of the available properties together with Build Status, Export Comments, Export Supporting Objects Definitions and so on.
    Bye,
    Flavio
    http://www.oraclequirks.com

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

  • How to verify existence/absence of debug information in a jar file

    Given a jar, how can I tell if it contains debug information or not? Is there a tool for this? (e.g, like the 'file' utility on linux, which outputs whether an ELF executable is stripped or not)
    Amit

    I'm not saying it's pretty... but there's a horrible quick & dirty way of checking for debug info
    Typically the debugging information is stored is special attributes in the class files, like "LineNumberTable", "LocalVariableTable" etc.
    Depending on which type of debugging setting was used to compile the source code, these will be present in the binary class file.
    So, you might unjar the contents of the jar and run eg.
    find "LineNumberTable" *.class
    to find all classes with line number information.
    I tried it on a sample class and it worked for me here.
    Hey, I know it's a hack, but not everyone has time to write a full disassembler !
    regards,
    Owen

  • Debug information in putty client

    Can anybody help, do not see debugging information when you connect through a ssh client

    Hi Dmitry,
    I am wondering if you are SSH to a UC500 or IOS device.  Are we talking about something simple as doing a  "terminal monitor" or the 'term mon' command whilst in a telnet or SSH session to see the console debugging results?
    regards Dave

  • Java debug information

    hy,
    I was wondering, is it possible to let an Xlet log java output (debug information) and send it to a server on the set top box. These logging information should give information about all the applications running on the stb.
    This in order to help debug problems on commercial STB without debug output and without the need to implement special functionality in all the applications.
    Can someone point me out some resources? (I am a beginning java developer, so I think this is rather a java issue than an MHP or javaTV issue)
    Thanks

    I've used a couple of development boxes and have found that writing to standard out, via calls to System.out.println() works well. There is probably a serial port on your debug box that you can connect up to a PC to read the the debug output.
    If you want to know what applications can be run on the STB then you'll need to write a bit of code to query the org.dvb.application.AppsDatabase. getAppIDs() will return an enumeration org.dvb.application.AppID objects each of which can be looked up in the database to give you more information about the application in question
    Roger

  • Remove debug information from UWL

    Hello.
    We need to remove the debug information from UWL (under the list of tasks). This debug information contains the next blocks:
    - logged-on user information
    - current view information
    - current navigation information
    - current item information
    Did anyone face this situation? Is it XML-configuration or properties of UWL iView?
    Thank you.

    Hi there,
    You can disable the UWL support information by doing the following:
    (700 + system (so EP7 or higher)
    1. Log on to the portal
    2. Navigate to the following path: system administration   > system
    configuration
    3. In detailed navigation click on the UWL & Workflow folder
    to expand out
    4. Then click on the Universal Worklist Administration link
    5. Scroll down to the bottom of the page:
    Optional Universal Worklist Service Configuration
      Open the Tray for the Optional UWL Service Configuration
    Click on the button to open the tray for the optional UWL service
    configuration
    6. Scroll down again
    7. Go into edit mode
    8. Display Support Information:   Set the parameter to false
    9. Save
    This will remove the detailed information from your UWL Iview. 
    If your portal is lower version than 700 you can disable the parameter on the iview itself.  Display support information should be set to false if you do not want to see this detailed information.  However, if you need to troubleshoot UWL issues, this information is very very important :).
    I hope that this information is helpful to you!
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Making debug information display - more questions

    Hi all - I work on a remote CF server and need debugging information displayed at all times. Unfortunately, I lost my dedicated IP address which could be plugged into the server, which gave me the privilege of seeing the information i need.
    Earlier this week, I left a message on this forum related to this issue and was told to use <CFSetting ... to resolve the issue.
    I've tried it and have not been able to see server variables and other debug information information.
    Will this tag override the server variable "Enable Debugging" if that is set to "no"? (I suspect not, but no hurt in asking.)
    Also, is there some way or some service that can take my new dynamic IP and resolve it to a static IP number? Right now, I use dynDns.com to resolve the issue, but this results in a domain name, and not a domain IP, which can be used in CF MX Administrator.
    Note that this is how I have the tag setup.
    <cfsetting
       enableCFoutputOnly = "yes"
       showDebugOutput = "yes" >
    Do I understand how this tag is supposed to work? I want to see all server information on every page. Does CFSetting only work when there is an error?  Arrrrrrggggggg - I'm very needy right at the moment to resolve this issue.

    As I replied in your earlier post, NO <cfsetting....> does not override the debug setting in the administrator.
    If debugging is turned off in the administrator, ColdFusion does not generate ANY debugging data.  This is a performance gain, and is often done on production servers.
    For the <cfsetting....> tag to work.  Debugging has to be turned on, AND you have to be connecting to the server with an IP that is allowed to see the debugging.  If there are now IP's set in the filter, then ALL IPs can see the debugging output.
    This is what many ISP's will do.  They will turn on debugging and provide no IP filters so that every user will see the debugging output and leave up to the developers to use the <cfsetting....> tag to display or not display the output as desired.
    To answer your second question.  DNS is not going to help you.  You need to provide an IP address, DNS is for providing an Domain Name to substitue for an IP address.
    The only idea I could have, is if you could find a proxy service that would give you another IP address and then proxy that address to yours.  But that sounds like a rather flaky option to me.

  • [Faces] Debug information like UIX?

    Hi All,
    I used to work with ADF UIX and what I liked was that you had a setting in 'uix-config.xml' where you could enable debug information.
    After enabling this setting you would see every parameter that was sent in your debug console.
    My question is, is this also possible with ADF Faces? Is there a debug setting to get that extra much needed debug information.
    Thanks,
    Gideon

    Hi Frank,
    Thanks for your reply. I already have those arguments in my j2ee-logging.xml.
    I also have
    <debug-output>true</debug-output>in my adf-faces-config.xml
    But it didnt get the desired effect.
    To elaborate,
    there was an option in the uix.config.xml like this:
        <application-configuration debug="true">
            <debug-indent-output>true</debug-indent-output>
            <debug-flush-on-end-element>true</debug-flush-on-end-element>
            <debug-log-to-console>true</debug-log-to-console>
            <debug-log-request-parameters>true</debug-log-request-parameters>
            <debug-log-request-timing>true</debug-log-request-timing>
            <debug-partial-responses>true</debug-partial-responses>
            <debug-annotate-parsed-xml>true</debug-annotate-parsed-xml>
        ...That would let you see every parameter that was passed over the request, and you could see every event that fired.
    Is there something like this for ADF Faces?
    I would like to have more verbose output in my Embedded OC4J-log
    Hope someone can helpout.
    Thanks

  • Debug Information

    When I'm on a column of a grid, I don't see the Table and the field of that column when I ask for the DEBUG INFORMATION which is located in the lower left corner of SAPB1
    For instence, I can see the 4 first column information like "Form=, Column= and then OIGN, Dscription"
    when I try the 5th I dont see the table and the field as mentioned above
    I presume its a calculated column but where do I go to see how SAP does the calculation ?

    I'm afraid that SAP doesn't really offer this... so most of the time you need to figure it out yourself..
    Some hints:
    - Some fields does not mention a table or field, but it  doesn't mean that the data is not in the database.. Often you can use the dbDatasource behind to get it. The reason for this is often foramtting (Like most fields that have a currency in the db this is based on two fields - Example: Line total in documents are not directly bound to dbds LineTotal, but data is stored there)...
    - Larger operations can be monitored with the MSSQL Profiler

  • Debug information "Unknown Source" on Tomcat 6 server log

    I install a Tomcat 6. When I run my application, the runtime exceptions debug on Tomcat server log did show any line number. It make me difficult to find the bug.
    Can anyone tell me why the exception debug info don't show line number instead od "Unknown Source" when I use Tomcat 6? The debug information like:
    java.lang.NullPointerException
    at com.xxx.xxx.MailServlet.process(Unknown Source)
    at com.xxx.xxx.MailServlet..doPost(Unknown Source)
    at org.apache.catalina.xxxxxx
    Actully it is common runtime error. Do I need confiugrate Tomcat 6 for that and I can see the excat line number?

    key being to turn debug="true" on (javac -g ?) when you are compiling

  • Libclntsh.so.10.1 stripped no debugging information

    Hi
    We are using Oracle 10.2.0.1/10.2.0.2 on Itanium server.
    We get the following error message when debugging one of our executables.
    We are unable to display any of our variable values during debugging. I believe this is because of the Oracle error messages that are given below ------
    =============================================
    warning: The shared libraries were not privately mapped;
    setting a
    breakpoint in a shared library will not work until you
    rerun the program;
    stepping over longjmp calls will not work as expected.
    Use the following command to enable debugging of shared
    libraries.
    chatr +dbg enable <executable>
    warning: Load module /u01/app/oracle/product/10.2.0/lib/libclntsh.so.10.1
    has been stripped.
    Debugging information is not available.
    warning: Load module /u01/app/oracle/product/10.2.0/lib/libnnz10.so
    has been stripped.
    Debugging information is not available.
    0xc000000000326c10:0 in __sigtimedwait_sys+0x30 ()
    =============================================

    yes, in fact I have an Oracle Consultant looking into the issue since three days but of no helpl
    I can connect to the source database using sqlplus on this machine and can run a query. But OBI is throwing error.
    Not sure what else is missing. Any suggestions?
    Here is the user.sh
    # Oracle Parameters
    # Make sure that Oracle DB 32 bit Client is installed
    ORACLE_HOME==/obieesbos1/obi/oracle/product/10.2.0/db_1
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    #LD_LIBRARY_PATH=$OracleBI_HOME/server/Bin:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    # If you have Linux 64 bit Platform, and would like to run Oracle BI 32 bit
    # then you must install Oracle DB 64 bit client, and this client comes with
    # 32 bit libraries under $ORACLE_HOME/lib32. The LD_LIBRARY_PATH in this case
    # shall be like this:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH

  • Fatal error compiler limit : debug information module size exceeded ?

    Hy
    I try to compile a model, size 6 Mo.
    I can simulate it on my pc, but when I want to generate a dll with SIT I have a error fatal...
    fatal error C1067: compiler limit : debug information module size exceeded
    Do you have any idea ?
    Thanks
    FB

    Hi,
    Is this still linked to this thred? or do you still have the problem ?
    Regards.
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception

  • Want to remove debug information

    Hello everyone,
    I am wondering how to remove debug information (for example, System.out or System.err) automatically when I build/compile a Java project? Does Java compiler or build tool has such options when we build/compile a Java application?
    Thanks in advance,
    George

    The resource you recommended is very helpful. If I
    can not use 3rd party libraries in my application,
    are there any other approaches to remove debug
    information?
    regards,
    GeorgePls be forewarned that this is not perhaps the cleanest way to do it, but it will work.
    //begin with writing our own utility that prints to the console
    package com.mylogger;
    class MyLog
       private final static Printwriter out = new PrintWriter(System.out, true);
       private static boolean shouldPrint;
       static
              //read a property from a config file
              //the property should be set to true for say development
              //and false for say production
              Properties props = new Properties();
              props.load(ClassLoader.getSystemClassLoader ().getResourceAsStream("path to your config file"));
              boolean shouldPrint = Boolean.valueOf(props.get("shouldPrint")).booleanValue();
       public void log(String str)
              if(shouldPrint)
                      out.println(str);
              else
                     //do nothing, no output statements to console
    }hope this helps.
    tx,
    ram.

  • HT4623 how do I remove credit card from information can't download or update anymore

    how do I remove credit card from information can't download or update anymore

    Open iTunes on your computer, click on your Apple ID and log in with your password. Edit your payment information.

Maybe you are looking for

  • JBO-25222 while connecting to a OC4J container

    Hi, i create a simple BC4J Project with JDev 9 and tested it locally and it works fine. After deploying it to OC4J 9.0.2 i create a new Configuration and try to run the Client again, but now the code String am = "de.orb.server.orbModule_cm"; String c

  • Group By in Report View

    Hi, I am trying to add a calculation field in my database object which sum the sales on basis of brand field. For that i tried to add calculation field in the report view but Group By button is disabled. I try to write "Sum(Sales) Group By Brand" but

  • Pricing of configurable material

    Hi experts, I want some help for following scenario. Suppose I have one Configurable material as "A". For which I require 10 multilevel items for manufacturing. Each 10 multilevel items have 20 characteristics. If I want to calculate price of my fini

  • Funkiest thing I"ve ever seen in iMail!!!!

    SO my wife is on her macbook using iMail and it suddenly closes on her. It gives her the standard " do you want to close/ reopen " option so she clicks "reopen". A minute or so later imail reopens, but she has all MY EMAILS from MY EMAIL account. She

  • DCIteratorBinding reset when using go link

    When I use a go link to step to another page in my application the DCIteratorBinding on the new page is always reset (I think the query is always automatically executed). This does not happen when using a control flow case. It's a very basic item, so