BugFix: mode_b lowering might create new control flow (if ir_create_cond_set() is...
[libfirm] / ir / be / be_dbgout.h
index 114d7e7..6d13844 100644 (file)
@@ -35,14 +35,14 @@ void be_dbg_open(void);
 /** close a debug handler. */
 void be_dbg_close(void);
 
-/** start a new source object (compilation unit) */
-void be_dbg_so(const char *filename);
+/** start a compilation unit */
+void be_dbg_unit_begin(const char *filename);
 
-/** Main program */
-void be_dbg_main_program(void);
+/** end compilation unit */
+void be_dbg_unit_end(void);
 
 /** debug for a method begin */
-void be_dbg_method_begin(const ir_entity *ent, const be_stack_layout_t *layout);
+void be_dbg_method_begin(const ir_entity *ent);
 
 /** debug for a method end */
 void be_dbg_method_end(void);