|
Last change
on this file since 22 was
22,
checked in by phkim, 11 years ago
|
- phkim
- newcon3sk 를 kctv 로 브랜치 함
|
-
Property svn:executable set to
*
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | /** |
|---|
| 2 | @file |
|---|
| 3 | DHL_DBG_Priv.h |
|---|
| 4 | |
|---|
| 5 | @brief |
|---|
| 6 | Private (internal) APIs |
|---|
| 7 | |
|---|
| 8 | Copyright 2006~2010 Digital STREAM Technology, Inc. |
|---|
| 9 | All Rights Reserved |
|---|
| 10 | */ |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | #ifndef __DHL_DBG_PRIV_H__ |
|---|
| 14 | #define __DHL_DBG_PRIV_H__ |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | #include "DHL_DBG.h" |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | #ifdef __cplusplus |
|---|
| 22 | extern "C" { |
|---|
| 23 | #endif |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | #if COMMENT |
|---|
| 28 | ____Overview____(){} |
|---|
| 29 | #endif |
|---|
| 30 | |
|---|
| 31 | /** |
|---|
| 32 | @file DHL_DBG_Priv.h |
|---|
| 33 | |
|---|
| 34 | À̰÷¿¡ ÀÌ ¸ðµâ¿¡ ´ëÇØ ¼³¸íÀÌ ÇÊ¿äÇÑ °¢Á¾ ³»¿ë ±â¼ú.. |
|---|
| 35 | |
|---|
| 36 | module overview |
|---|
| 37 | - |
|---|
| 38 | - |
|---|
| 39 | |
|---|
| 40 | APIs |
|---|
| 41 | |
|---|
| 42 | implementations |
|---|
| 43 | |
|---|
| 44 | dependencies |
|---|
| 45 | |
|---|
| 46 | nv parameters |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | */ |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | #if COMMENT |
|---|
| 54 | ____Config____(){} |
|---|
| 55 | #endif |
|---|
| 56 | |
|---|
| 57 | /* |
|---|
| 58 | ÀÌ ºÎºÐÀº º°µµÀÇ DHL_XXX_Config configuration file À» |
|---|
| 59 | Ȱ¿ëÇÏ´Â °ÍÀÌ ÁÁÀ» °Í °°À½. |
|---|
| 60 | */ |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | #if COMMENT |
|---|
| 64 | ____Types____(){} |
|---|
| 65 | #endif |
|---|
| 66 | |
|---|
| 67 | /* |
|---|
| 68 | ´Ù¸¥ ¸ðµâµé°ú °øÀ¯ µÇ´Â structure ¹× enumerations. |
|---|
| 69 | */ |
|---|
| 70 | |
|---|
| 71 | |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | #if COMMENT |
|---|
| 75 | ____Defines____(){} |
|---|
| 76 | #endif |
|---|
| 77 | |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | #if COMMENT |
|---|
| 81 | ____API____(){} |
|---|
| 82 | #endif |
|---|
| 83 | |
|---|
| 84 | |
|---|
| 85 | |
|---|
| 86 | /** |
|---|
| 87 | DBG_Print functions |
|---|
| 88 | */ |
|---|
| 89 | int dhl_dbg_print_base(char *prefix, UINT32 flags, char *format, va_list ap); |
|---|
| 90 | int dhl_dbg_print(char *prefix, char *format, va_list ap); |
|---|
| 91 | |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | |
|---|
| 95 | /** |
|---|
| 96 | DBG_Symbol functions |
|---|
| 97 | */ |
|---|
| 98 | void dhl_dbg_init_symtab(void); |
|---|
| 99 | |
|---|
| 100 | void dhl_dbg_print_symtab(char *substr); |
|---|
| 101 | |
|---|
| 102 | UINT32 dhl_dbg_find_sym_by_name(char *name); |
|---|
| 103 | BOOL dhl_dbg_is_text_symbol(UINT32 addr); |
|---|
| 104 | BOOL dhl_dbg_is_data_symbol(UINT32 addr); |
|---|
| 105 | |
|---|
| 106 | |
|---|
| 107 | |
|---|
| 108 | #ifdef __cplusplus |
|---|
| 109 | } /* extern "C" */ |
|---|
| 110 | #endif |
|---|
| 111 | |
|---|
| 112 | |
|---|
| 113 | |
|---|
| 114 | #endif /* __DHL_DBG_PRIV_H__ */ |
|---|
| 115 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.