Branch: Tag:

2003-03-20

2003-03-20 17:43:42 by Martin Stjernholm <mast@lysator.liu.se>

Fixed opcode level debug and tracing when machine code is in use (except for
the opcodes that's converted directly into machine code).

Rev: src/interpret.c:1.297
Rev: src/interpret.h:1.133
Rev: src/interpreter.h:1.83

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: interpret.h,v 1.132 2003/03/19 09:44:35 grubba Exp $ + || $Id: interpret.h,v 1.133 2003/03/20 17:43:42 mast Exp $   */      #ifndef INTERPRET_H
390:   void dump_backlog(void);   BLOCK_ALLOC(pike_frame,128)    + #if defined (PIKE_DEBUG) && defined (PIKE_USE_MACHINE_CODE) + void simple_debug_instr_prologue_0 (PIKE_OPCODE_T *pc, PIKE_INSTR_T instr); + void simple_debug_instr_prologue_1 (PIKE_OPCODE_T *pc, PIKE_INSTR_T instr, +  INT32 arg); + void simple_debug_instr_prologue_2 (PIKE_OPCODE_T *pc, PIKE_INSTR_T instr, +  INT32 arg1, INT32 arg2); + #endif +    PMOD_EXPORT void find_external_context(struct external_variable_context *loc,    int arg2);   void really_free_pike_scope(struct pike_frame *scope);