X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_dbgout_t.h;h=2a506d33372b71fa6144219a8f6bdcdf6ca4c34a;hb=1553e92153d3b718a7f5575dcbbe8abbffc579c0;hp=aa80a2d60c08cb56c93fc4c4f229bb590f739ef3;hpb=c8ed98c9de91c1b252b3c2e184471bbee953c696;p=libfirm diff --git a/ir/be/be_dbgout_t.h b/ir/be/be_dbgout_t.h index aa80a2d60..2a506d333 100644 --- a/ir/be/be_dbgout_t.h +++ b/ir/be/be_dbgout_t.h @@ -41,11 +41,11 @@ 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);