6 libbasetype struct DebugBase
10 #include <utility/tagitem.h>
13 LONG KMayGetChar(VOID);
14 VOID KPutChar(LONG ch);
15 VOID KPutStr(CONST_STRPTR string);
16 VOID KDoFmt(CONST_STRPTR formatString, CONST APTR dataStream, CONST APTR putChProc, APTR putChData );
17 VOID KVPrintF( CONST_STRPTR formatString, CONST APTR values );
18 VOID KPrintF( CONST_STRPTR formatString, ... );
20 #define kgetc KGetChar
21 #define kgetch KGetChar
22 #define KGetCh KGetChar
23 #define kgetchar KGetChar
24 #define kputc KPutChar
25 #define kputch KPutChar
26 #define KPutCh KPutChar
27 #define kputchar KPutChar
30 #define KPutFmt KVPrintF
33 #include "debug_intern.h"
36 void RegisterModule(const char *name, BPTR segList, ULONG debugType, APTR debugInfo) (A0, A1, D0, A2)
37 void UnregisterModule(BPTR segList) (A0)
38 int DecodeLocationA(void *addr, struct TagItem *tags) (A0, A1)