Skip to content
  • Andi Kleen's avatar
    4a14e306
    Add --inlines option to objdump to include scope backtrace of inlined... · 4a14e306
    Andi Kleen authored
    Add --inlines option to objdump to include scope backtrace of inlined functions when generating source line number information.
    
    	* objdump.c (unwind_inlines): Add.
    	(option_values): Add OPTION_INLINES.
    	(show_line): Unwind inlines if requested.
    	(main): Parse OPTION_INLINES.
    	(usage): Document --inlines.
    	* doc/binutils.texi: Document --inlines.
    	* NEWS: Likewise.
    4a14e306
    Add --inlines option to objdump to include scope backtrace of inlined...
    Andi Kleen authored
    Add --inlines option to objdump to include scope backtrace of inlined functions when generating source line number information.
    
    	* objdump.c (unwind_inlines): Add.
    	(option_values): Add OPTION_INLINES.
    	(show_line): Unwind inlines if requested.
    	(main): Parse OPTION_INLINES.
    	(usage): Document --inlines.
    	* doc/binutils.texi: Document --inlines.
    	* NEWS: Likewise.
Loading