index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub
/
gdbstub_sys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub_sys.c: Do not error on MSG_TYPE_BREAK
HEAD
master
Xavier Del Campo Romero
2023-05-23
1
-1
/
+2
*
Reset Config.GdbServer if GDB server init fails
Xavier Del Campo Romero
2020-12-31
1
-2
/
+6
*
Fix typo on fprintf call
Xavier Del Campo Romero
2020-12-31
1
-1
/
+1
*
Consider sockets less than zero as invalid
Xavier Del Campo Romero
2020-12-30
1
-5
/
+3
*
Fix typo in string
Xavier Del Campo Romero
2020-11-03
1
-1
/
+1
*
Notify gdb stub whenever a break instruction is executed
Xavier Del Campo Romero
2020-11-03
1
-6
/
+13
*
Use select(2) when accessing several file descriptors at once
Xavier Del Campo Romero
2020-11-03
1
-2
/
+20
*
Make socket blocking on dbg_sys_getc
Xavier Del Campo Romero
2020-10-26
1
-21
/
+27
*
Set sockets to invalid value on init
Xavier Del Campo Romero
2020-10-26
1
-3
/
+3
*
Attempt to make gdb server to exit gracefully
Xavier Del Campo Romero
2020-06-08
1
-0
/
+11
*
gdb halt command was not being sent to CPU interpreter
Xavier Del Campo Romero
2020-06-08
1
-4
/
+17
*
Make execI() wait until queue is initialized
Xavier Del Campo Romero
2020-06-05
1
-3
/
+8
*
Implemented port-specific wrappers and logic for gdb stub
Xavier Del Campo Romero
2020-06-04
1
-19
/
+255
*
Replaced in-house gdb stub by MIT-licensed implementation
Xavier Del Campo Romero
2020-05-23
1
-0
/
+132