Ignore:
Timestamp:
Feb 17, 2020, 10:22:16 AM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
60a8062
Parents:
8725c74
Message:

change backtrace starting point from level 3 to level 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    r8725c74 r5ccee64  
    1010// Created On       : Wed Mar 29 16:10:31 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Feb  8 08:40:34 2020
    13 // Update Count     : 163
     12// Last Modified On : Mon Feb 17 10:18:53 2020
     13// Update Count     : 166
    1414//
    1515
     
    237237        if ( fmt[strlen( fmt ) - 1] != '\n' ) {                         // add optional newline if missing at the end of the format text
    238238                __cfaabi_dbg_write( "\n", 1 );
    239         }
    240 
     239        } // if
    241240        kernel_abort_msg( kernel_data, abort_text, abort_text_size );
    242         __cfaabi_backtrace( signalAbort ? 4 : 3 );
     241
     242        __cfaabi_backtrace( signalAbort ? 4 : 2 );
    243243
    244244        __cabi_libc.abort();                                                            // print stack trace in handler
Note: See TracChangeset for help on using the changeset viewer.