X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_dbgout_t.h;h=2a506d33372b71fa6144219a8f6bdcdf6ca4c34a;hb=1a3b7d363474ab544c13093a2f0b578718d37c7a;hp=cc859ab88a31cd127b2a7df7ee0819d26d26fdbf;hpb=ea75e9d38674b468f602a0699fb64b9c01254797;p=libfirm diff --git a/ir/be/be_dbgout_t.h b/ir/be/be_dbgout_t.h index cc859ab88..2a506d333 100644 --- a/ir/be/be_dbgout_t.h +++ b/ir/be/be_dbgout_t.h @@ -41,14 +41,14 @@ typedef struct debug_ops { /** close the stabs handler. */ void (*close)(dbg_handle *handle); - /** start a new source object (compilation unit) */ - void (*so)(dbg_handle *handle, const char *filename); + /** start a compilation unit */ + void (*unit_begin)(dbg_handle *handle, const char *filename); - /** Main Program */ - void (*main_program)(dbg_handle *handle); + /** end compilation unit */ + void (*unit_end)(dbg_handle *handle); /** dumps the stabs for a method begin */ - void (*method_begin)(dbg_handle *handle, const ir_entity *ent, const be_stack_layout_t *layout); + void (*method_begin)(dbg_handle *handle, const ir_entity *ent); /** dumps the stabs for a method end */ void (*method_end)(dbg_handle *handle);