about summary refs log tree commit diff stats
path: root/gdbjit/reader.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-181-1/+5
| | | | | | | | | * [GDBJIT] Show x64pc in gdb * Add env. variable and documentation * typo * oops
* Added initial GDBJIT support (#2162)Yang Liu2024-12-171-0/+41
* Added GDBJIT support * fix * fix