summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gdbstub_sys.c: Do not error on MSG_TYPE_BREAKHEADmasterXavier Del Campo Romero2023-05-231-1/+2
|
* Reset Config.GdbServer if GDB server init failsXavier Del Campo Romero2020-12-311-2/+6
|
* Fix typo on fprintf callXavier Del Campo Romero2020-12-311-1/+1
|
* Consider sockets less than zero as invalidXavier Del Campo Romero2020-12-302-6/+4
|
* Provisionally redirect RawReadSocket to ReadSocketXavier Del Campo Romero2020-11-031-1/+4
|
* Fix typo in stringXavier Del Campo Romero2020-11-031-1/+1
|
* Notify gdb stub whenever a break instruction is executedXavier Del Campo Romero2020-11-034-10/+27
|
* Use select(2) when accessing several file descriptors at onceXavier Del Campo Romero2020-11-031-2/+20
|
* Call perror on socket.cXavier Del Campo Romero2020-11-031-2/+6
|
* Add -gdb flag into documentationXavier Del Campo Romero2020-10-261-0/+1
|
* Force Config.Debug=0 on GDB server enabledXavier Del Campo Romero2020-10-261-0/+1
|
* Make socket blocking on dbg_sys_getcXavier Del Campo Romero2020-10-261-21/+27
|
* Set sockets to invalid value on initXavier Del Campo Romero2020-10-261-3/+3
|
* Do not continue program on add/remove breakpointXavier Del Campo Romero2020-10-261-2/+4
|
* Attempt to make gdb server to exit gracefullyXavier Del Campo Romero2020-06-083-4/+13
|
* gdb halt command was not being sent to CPU interpreterXavier Del Campo Romero2020-06-083-11/+33
|
* Make execI() wait until queue is initializedXavier Del Campo Romero2020-06-051-3/+8
|
* Updated gdbstubXavier Del Campo Romero2020-06-052-0/+2
|
* Merge branch 'multisockets'Xavier Del Campo Romero2020-06-0423-455/+1142
|\
| * OpenGL_GL_PREFERENCE set to LEGACYXavier Del Campo Romero2020-06-041-0/+1
| |
| * Added "-gdb" command line argument to start gdb stubXavier Del Campo Romero2020-06-041-0/+6
| |
| * Implemented port-specific wrappers and logic for gdb stubXavier Del Campo Romero2020-06-049-29/+362
| |
| * Replaced in-house gdb stub by MIT-licensed implementationXavier Del Campo Romero2020-05-2318-158/+214
| | | | | | | | Imported from a fork of https://github.com/mborgerson/gdbstub
| * Started implementing GDB serverXavier Del Campo Romero2020-05-2312-111/+270
| |
| * Added GDB server on CpuCfg UI dialog, rearranged layoutXavier Del Campo Romero2020-05-223-58/+71
| | | | | | | | | | | | The layout was rearranged to make it fit on smaller screens e.g.: 768pix height as featured on many laptops. GDB server not implemented yet.
| * client_socket was being accidentally reset to -1Xavier Del Campo Romero2020-05-222-6/+21
| | | | | | | | | | That was making the telnet debug server to crash, so fortunately that solved it while also having the neat features from dynstr.
| * Merge branch 'master' into multisocketsXavier Del Campo Romero2020-05-202-1/+60
| |\
| * | Introduced dynstr, other breaking changesXavi Del Campo2020-05-027-234/+333
| | |
| * | Added dynstr, fixed NULL pointer accessXavi Del Campo2020-05-024-24/+32
| | |
| * | Support for multiple socketsXavi Del Campo2020-05-022-63/+61
| | |
* | | OpenGL_GL_PREFERENCE set to LEGACYXavier Del Campo Romero2020-06-021-0/+1
| |/ |/|
* | Added missing dependency Harfbuzz to GTK3Xavier Del Campo Romero2020-05-202-1/+60
|/
* Merge pull request #11 from Mystro256/masteriCatButler2019-03-061-2/+5
|\ | | | | Disable autoselect for PPC dynarec since it's broken
| * Disable autoselect for PPC dynarec since it's brokenMystro2562019-02-131-2/+5
| |
* | Merge pull request #10 from loathingKernel/masteriCatButler2019-03-063-9/+81
|\ \ | | | | | | Add Line Hack Mode selection box for Linux UI
| * | Add Line Hack Mode selection box for Linux UIStelios Tsampas2018-12-243-9/+81
| |/
* | Merge branch 'master' of https://github.com/iCatButler/pcsxr.gitiCatButler2019-03-021-21/+21
|\|
| * Merge pull request #9 from jlHertel/masteriCatButler2018-12-181-21/+21
| |\ | | | | | | Fix various GCC warnings on peopsxgl plugin
| | * Fix various GCC warnings on peopsxgl pluginJean Hertel2018-08-161-21/+21
| | |
* | | Add support for GL Extensions to Windows GPU pluginiCatButler2019-03-024-12/+25
|/ /
* | Port various fixes from Beetle renderersiCatButler2018-12-166-394/+327
| | | | | | | | | | | | - Use PGXP w values to detect 3D geometry when modifying tex coords for flipped sprites - Replace line rendering algorithm with find/force line hack implementations - Add UI drop box to access this (no longer dependent on tex coord control)
* | Fix missing background ImageiCatButler2018-11-102-2/+2
|/ | | | | - Remove transparency from pcsxr.bmp - resize window to match new image dimensions
* Merge pull request #8 from loathingKernel/travisiCatButler2018-04-27385-50/+70
|\ | | | | Add Travis CI support for Linux and OS X
| * * Use separate dockerfiles for gcc and clangStelios Tsampas2018-03-224-20/+26
| |
| * * Remove unneeded mcd argument on macosxStelios Tsampas2018-03-221-5/+5
| |
| * * Add Travis CI for Linux (through docker) and OS XStelios Tsampas2018-03-222-28/+47
| |
| * * Fix file and folder permissionsStelios Tsampas2018-03-19369-0/+0
| |
| * * Use no-pie for clang too.Stelios Tsampas2018-03-191-1/+2
| |
| * * CMake messagesStelios Tsampas2018-03-1911-16/+10
|/
* Merge pull request #7 from loathingKernel/sync-with-codeplexiCatButler2018-03-19119-25922/+27356
|\ | | | | Sync with codeplex