Print this page
2574 mdb needs ::printf
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Approved by: ?

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/common/mdb/mdb_print.h
          +++ new/usr/src/cmd/mdb/common/mdb/mdb_print.h
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  extern int cmd_enum(uintptr_t, uint_t, int, const mdb_arg_t *);
  43   43  extern void enum_help(void);
  44   44  extern int cmd_sizeof(uintptr_t, uint_t, int, const mdb_arg_t *);
  45   45  extern int cmd_sizeof_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  46   46  extern int cmd_offsetof(uintptr_t, uint_t, int, const mdb_arg_t *);
  47   47  extern int cmd_list(uintptr_t, uint_t, int, const mdb_arg_t *);
  48   48  extern int cmd_array(uintptr_t, uint_t, int, const mdb_arg_t *);
  49   49  extern int cmd_print(uintptr_t, uint_t, int, const mdb_arg_t *);
  50   50  extern int cmd_print_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  51   51  extern void print_help(void);
       52 +extern int cmd_printf(uintptr_t, uint_t, int, const mdb_arg_t *);
       53 +extern void printf_help(void);
  52   54  
  53   55  #endif  /* _MDB */
  54   56  
  55   57  #ifdef  __cplusplus
  56   58  }
  57   59  #endif
  58   60  
  59   61  #endif  /* _MDB_PRINT_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX