mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Ports/gdb: Add descriptions to all gdb patches and remove dead code
Before working on the gdb port some more, I wanted to get these patches cleaned up to have a good base to build upon.
This commit is contained in:
parent
9845164f6a
commit
f01e1d0c17
6 changed files with 57 additions and 27 deletions
22
Ports/gdb/patches/ReadMe.md
Normal file
22
Ports/gdb/patches/ReadMe.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Patches for gdb on SerenityOS
|
||||
|
||||
## `0001-gdb-Disable-xmalloc-for-alternate_signal_stack-for-s.patch`
|
||||
|
||||
gdb: Disable xmalloc for alternate_signal_stack for serenity
|
||||
|
||||
|
||||
## `0002-serenity-Add-basic-ptrace-based-native-target-for-Se.patch`
|
||||
|
||||
serenity: Add basic ptrace based native target for SerenityOS/i386
|
||||
|
||||
|
||||
## `0003-gdb-Add-build-support-for-SerenityOS.patch`
|
||||
|
||||
gdb: Add build support for SerenityOS
|
||||
|
||||
|
||||
## `0004-serenity-Fix-compiler-fpermissive-warnings-from-usin.patch`
|
||||
|
||||
serenity: Fix compiler -fpermissive warnings from using latest GCC
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue