aboutsummaryrefslogtreecommitdiff
path: root/gdb/rdi-share/devsw.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rdi-share/devsw.h')
-rw-r--r--gdb/rdi-share/devsw.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/rdi-share/devsw.h b/gdb/rdi-share/devsw.h
index f561768..749e7e6 100644
--- a/gdb/rdi-share/devsw.h
+++ b/gdb/rdi-share/devsw.h
@@ -259,6 +259,13 @@ AdpErrs DevSW_Ioctl(const DeviceDescr *device, const int opcode, void *args);
*/
bool DevSW_WriteFinished(const DeviceDescr *device);
+
+/*
+ * set filename and enable/disable logginf of ADP packets
+ */
+void DevSW_SetLogfile(const char *filename);
+void DevSW_SetLogEnable(int logEnableFlag);
+
#ifdef __cplusplus
}
#endif