summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-20 14:40:01 +0000
committermidipix <writeonce@midipix.org>2019-08-20 15:00:10 +0000
commit8a50fd265b83c9a8393c97e7c9667f545c1a3150 (patch)
treeaa1ab08da060557e4d3ddc79ec511fc1ab131609 /arch
parentbe0101c7ade8457bcf96c6eb33948ee81bfd31b4 (diff)
downloadmmglue-8a50fd265b83c9a8393c97e7c9667f545c1a3150.tar.bz2
mmglue-8a50fd265b83c9a8393c97e7c9667f545c1a3150.tar.xz
psxglue.h: update struct __psx_context following update in psxscl.
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/psxdbg.h32
-rw-r--r--arch/nt32/psxglue.h1
-rw-r--r--arch/nt64/psxdbg.h32
-rw-r--r--arch/nt64/psxglue.h1
4 files changed, 0 insertions, 66 deletions
diff --git a/arch/nt32/psxdbg.h b/arch/nt32/psxdbg.h
deleted file mode 100644
index ef59445..0000000
--- a/arch/nt32/psxdbg.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef _PSXDBG_H_
-#define _PSXDBG_H_
-
-struct __dbg_event;
-
-struct __dbg_vtbl {
- int (*dbg_attach)(pid_t);
- int (*dbg_detach)(int);
-
- int (*dbg_spawn)(const char *, char **, char **);
- int (*dbg_fork)(void);
- int (*dbg_suspend)(int);
- int (*dbg_kill)(int);
-
- int (*dbg_rbreak)(int);
- int (*dbg_tbreak)(int);
- int (*dbg_lbreak)(int);
-
- int (*dbg_event_query_one)(int, struct __dbg_event *);
- int (*dbg_event_query_all)(int, struct __dbg_event *, int);
-
- int (*dbg_event_acquire)(int, struct __dbg_event *);
- int (*dbg_event_respond)(int, struct __dbg_event *);
-
- int (*dbg_query_cpid)(int);
- int (*dbg_query_syspid)(int);
-
- int (*dbg_common_error)(void);
- int (*dbg_native_error)(void);
-};
-
-#endif
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h
index 2643328..1ddd536 100644
--- a/arch/nt32/psxglue.h
+++ b/arch/nt32/psxglue.h
@@ -46,7 +46,6 @@ struct __psx_context {
void ** sys_vtbl;
const struct __psx_vtbl * psx_vtbl;
const struct __seh_vtbl * seh_vtbl;
- const struct __dbg_vtbl * dbg_vtbl;
const struct __ldso_vtbl * ldso_vtbl;
unsigned int teb_sys_idx;
unsigned int teb_libc_idx;
diff --git a/arch/nt64/psxdbg.h b/arch/nt64/psxdbg.h
deleted file mode 100644
index ef59445..0000000
--- a/arch/nt64/psxdbg.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef _PSXDBG_H_
-#define _PSXDBG_H_
-
-struct __dbg_event;
-
-struct __dbg_vtbl {
- int (*dbg_attach)(pid_t);
- int (*dbg_detach)(int);
-
- int (*dbg_spawn)(const char *, char **, char **);
- int (*dbg_fork)(void);
- int (*dbg_suspend)(int);
- int (*dbg_kill)(int);
-
- int (*dbg_rbreak)(int);
- int (*dbg_tbreak)(int);
- int (*dbg_lbreak)(int);
-
- int (*dbg_event_query_one)(int, struct __dbg_event *);
- int (*dbg_event_query_all)(int, struct __dbg_event *, int);
-
- int (*dbg_event_acquire)(int, struct __dbg_event *);
- int (*dbg_event_respond)(int, struct __dbg_event *);
-
- int (*dbg_query_cpid)(int);
- int (*dbg_query_syspid)(int);
-
- int (*dbg_common_error)(void);
- int (*dbg_native_error)(void);
-};
-
-#endif
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index 2643328..1ddd536 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -46,7 +46,6 @@ struct __psx_context {
void ** sys_vtbl;
const struct __psx_vtbl * psx_vtbl;
const struct __seh_vtbl * seh_vtbl;
- const struct __dbg_vtbl * dbg_vtbl;
const struct __ldso_vtbl * ldso_vtbl;
unsigned int teb_sys_idx;
unsigned int teb_libc_idx;