Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB stub #1583

Merged
merged 28 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f67161
gdbstub beginnings
PoroCYon Dec 5, 2022
4a9456c
gdbstub: finish gdb impl things, next up is integration with melonDS
PoroCYon Dec 5, 2022
300bc37
holy fuck the gdbstub works
PoroCYon Dec 6, 2022
7059dee
gdb breakpoints work, but there's a mysterious crash on continue
PoroCYon Dec 8, 2022
358dfb1
fix memory corruption that sometimes happened, and make resetting the…
PoroCYon Dec 8, 2022
448848d
remove some gdb debug printing
PoroCYon Dec 8, 2022
857f574
fix things in gdbstub
PoroCYon Dec 13, 2022
f35a807
separate option for enabling gdbstub
PoroCYon Dec 13, 2022
160ee42
add mode-dependent CPU registers
PoroCYon Jul 8, 2023
e17cda7
C++ize the GDBstub code
PoroCYon Jul 9, 2023
e2b9e9a
add gdbstub config in emu settings dialog
PoroCYon Jul 9, 2023
c41bad1
make sure gdb is disabled when jit is enabled
PoroCYon Jul 9, 2023
071e588
Remove unnecessary compiler flags, mark ARMJIT assembly code as no-ex…
PoroCYon Jul 9, 2023
24cc71d
add option to wait for debugger attach on startup
PoroCYon Jul 9, 2023
0eebcdf
only insert GNU stack notes on linux
PoroCYon Jul 9, 2023
c71d47b
disable gdbstub enable checkbox when jit is enabled
PoroCYon Jul 9, 2023
c489593
fix non-linux incompatibilities
PoroCYon Jul 9, 2023
3ddb384
enable gdbstub by default
PoroCYon Jul 9, 2023
242c035
fix issues with gdbstub settings disable stuff
PoroCYon Jul 9, 2023
0503b19
format stuff
PoroCYon Jul 15, 2023
a94d924
update gdb test code
PoroCYon Jul 16, 2023
60cd6c1
Fix segfault when calling StubCallbacks->GetCPU()
PoroCYon Jul 18, 2023
34218ef
fix packet size not being sent correctly
PoroCYon Jul 20, 2023
30bb773
fix select(2) calls (i should read docs more properly)
PoroCYon Jul 24, 2023
223043c
fix GDB command sequencing/parsing issue (hopefully)
PoroCYon Aug 20, 2023
73d2c5f
[GDB] implement no-ack mode
PoroCYon Aug 21, 2023
fae3642
fix sending ack on handshake
PoroCYon Aug 21, 2023
7305cb3
get lldb to work
PoroCYon Aug 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[GDB] implement no-ack mode
  • Loading branch information
PoroCYon committed Aug 21, 2023
commit 73d2c5f438e7296d598b86318603b32673f78675
Loading