| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gdbstub_sys.c: Do not error on MSG_TYPE_BREAKHEADmaster | 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 | 2 | -6/+4 |
| * | Provisionally redirect RawReadSocket to ReadSocket | Xavier Del Campo Romero | 2020-11-03 | 1 | -1/+4 |
| * | 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 | 4 | -10/+27 |
| * | Use select(2) when accessing several file descriptors at once | Xavier Del Campo Romero | 2020-11-03 | 1 | -2/+20 |
| * | Call perror on socket.c | Xavier Del Campo Romero | 2020-11-03 | 1 | -2/+6 |
| * | Add -gdb flag into documentation | Xavier Del Campo Romero | 2020-10-26 | 1 | -0/+1 |
| * | Force Config.Debug=0 on GDB server enabled | Xavier Del Campo Romero | 2020-10-26 | 1 | -0/+1 |
| * | 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 |
| * | Do not continue program on add/remove breakpoint | Xavier Del Campo Romero | 2020-10-26 | 1 | -2/+4 |
| * | Attempt to make gdb server to exit gracefully | Xavier Del Campo Romero | 2020-06-08 | 3 | -4/+13 |
| * | gdb halt command was not being sent to CPU interpreter | Xavier Del Campo Romero | 2020-06-08 | 3 | -11/+33 |
| * | Make execI() wait until queue is initialized | Xavier Del Campo Romero | 2020-06-05 | 1 | -3/+8 |
| * | Updated gdbstub | Xavier Del Campo Romero | 2020-06-05 | 2 | -0/+2 |
| * | Merge branch 'multisockets' | Xavier Del Campo Romero | 2020-06-04 | 23 | -455/+1142 |
| |\ | |||||
| | * | OpenGL_GL_PREFERENCE set to LEGACY | Xavier Del Campo Romero | 2020-06-04 | 1 | -0/+1 |
| | * | Added "-gdb" command line argument to start gdb stub | Xavier Del Campo Romero | 2020-06-04 | 1 | -0/+6 |
| | * | Implemented port-specific wrappers and logic for gdb stub | Xavier Del Campo Romero | 2020-06-04 | 9 | -29/+362 |
| | * | Replaced in-house gdb stub by MIT-licensed implementation | Xavier Del Campo Romero | 2020-05-23 | 18 | -158/+214 |
| | * | Started implementing GDB server | Xavier Del Campo Romero | 2020-05-23 | 12 | -111/+270 |
| | * | Added GDB server on CpuCfg UI dialog, rearranged layout | Xavier Del Campo Romero | 2020-05-22 | 3 | -58/+71 |
| | * | client_socket was being accidentally reset to -1 | Xavier Del Campo Romero | 2020-05-22 | 2 | -6/+21 |
| | * | Merge branch 'master' into multisockets | Xavier Del Campo Romero | 2020-05-20 | 2 | -1/+60 |
| | |\ | |||||
| | * | | Introduced dynstr, other breaking changes | Xavi Del Campo | 2020-05-02 | 7 | -234/+333 |
| | * | | Added dynstr, fixed NULL pointer access | Xavi Del Campo | 2020-05-02 | 4 | -24/+32 |
| | * | | Support for multiple sockets | Xavi Del Campo | 2020-05-02 | 2 | -63/+61 |
| * | | | OpenGL_GL_PREFERENCE set to LEGACY | Xavier Del Campo Romero | 2020-06-02 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Added missing dependency Harfbuzz to GTK3 | Xavier Del Campo Romero | 2020-05-20 | 2 | -1/+60 |
| |/ | |||||
| * | Merge pull request #11 from Mystro256/master | iCatButler | 2019-03-06 | 1 | -2/+5 |
| |\ | |||||
| | * | Disable autoselect for PPC dynarec since it's broken | Mystro256 | 2019-02-13 | 1 | -2/+5 |
| * | | Merge pull request #10 from loathingKernel/master | iCatButler | 2019-03-06 | 3 | -9/+81 |
| |\ \ | |||||
| | * | | Add Line Hack Mode selection box for Linux UI | Stelios Tsampas | 2018-12-24 | 3 | -9/+81 |
| | |/ | |||||
| * | | Merge branch 'master' of https://github.com/iCatButler/pcsxr.git | iCatButler | 2019-03-02 | 1 | -21/+21 |
| |\| | |||||
| | * | Merge pull request #9 from jlHertel/master | iCatButler | 2018-12-18 | 1 | -21/+21 |
| | |\ | |||||
| | | * | Fix various GCC warnings on peopsxgl plugin | Jean Hertel | 2018-08-16 | 1 | -21/+21 |
| * | | | Add support for GL Extensions to Windows GPU plugin | iCatButler | 2019-03-02 | 4 | -12/+25 |
| |/ / | |||||
| * | | Port various fixes from Beetle renderers | iCatButler | 2018-12-16 | 6 | -394/+327 |
| * | | Fix missing background Image | iCatButler | 2018-11-10 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #8 from loathingKernel/travis | iCatButler | 2018-04-27 | 385 | -50/+70 |
| |\ | |||||
| | * | * Use separate dockerfiles for gcc and clang | Stelios Tsampas | 2018-03-22 | 4 | -20/+26 |
| | * | * Remove unneeded mcd argument on macosx | Stelios Tsampas | 2018-03-22 | 1 | -5/+5 |
| | * | * Add Travis CI for Linux (through docker) and OS X | Stelios Tsampas | 2018-03-22 | 2 | -28/+47 |
| | * | * Fix file and folder permissions | Stelios Tsampas | 2018-03-19 | 369 | -0/+0 |
| | * | * Use no-pie for clang too. | Stelios Tsampas | 2018-03-19 | 1 | -1/+2 |
| | * | * CMake messages | Stelios Tsampas | 2018-03-19 | 11 | -16/+10 |
| |/ | |||||
| * | Merge pull request #7 from loathingKernel/sync-with-codeplex | iCatButler | 2018-03-19 | 119 | -25922/+27356 |
| |\ | |||||
