Skip to content

Commit

Permalink
Merge pull request #1379 from citrus-it/pkggdb
Browse files Browse the repository at this point in the history
gdb - update from 13.2 to 14.1
  • Loading branch information
hadfl committed Jan 1, 2024
2 parents cf48537 + 5f40dae commit 212bdd7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions build/gdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=gdb
PKG=ooce/developer/gdb
VER=13.2
VER=14.1
SUMMARY="$PROG - GNU Debugger"
DESC="The GNU debugger"

Expand Down Expand Up @@ -98,8 +98,21 @@ EOM
popd

logmsg "--- building feature files"
export XMLTOC
logcmd $MAKE -C $TMPDIR/$EXTRACTED_SRC/gdb/features \
GDB=$OOCEBIN/gdb cfiles \
GDB=$OOCEBIN/gdb \
XMLTOC="
i386/amd64-avx-illumos.xml
i386/amd64-illumos.xml
i386/i386-avx-illumos.xml
i386/i386-illumos.xml
i386/i386-mmx-illumos.xml
" \
FEATURE_XMLFILES="
i386/32bit-illumos.xml
i386/64bit-illumos.xml
" \
cfiles \
|| logerr "feature build failed"

logmsg -n "File generation successful"
Expand Down
2 changes: 1 addition & 1 deletion build/gdb/patches/fix-attach.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Will be sent to upstream.
diff -wpruN --no-dereference '--exclude=*.orig' a~/gdb/procfs.c a/gdb/procfs.c
--- a~/gdb/procfs.c 1970-01-01 00:00:00
+++ a/gdb/procfs.c 1970-01-01 00:00:00
@@ -1857,7 +1857,7 @@ do_attach (ptid_t ptid)
@@ -1863,7 +1863,7 @@ do_attach (ptid_t ptid)

/* Add it to gdb's thread list. */
ptid = ptid_t (pi->pid, lwpid, 0);
Expand Down
2 changes: 1 addition & 1 deletion build/gdb/patches/remove-core-warning.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/gdb/corelow.c a/gdb/corelow.c
--- a~/gdb/corelow.c 1970-01-01 00:00:00
+++ a/gdb/corelow.c 1970-01-01 00:00:00
@@ -712,11 +712,14 @@ core_target::get_core_register_section (
@@ -863,11 +863,14 @@ core_target::get_core_register_section (
section_name.c_str ());
return;
}
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
| ooce/developer/cunit | 2.1-3 | https://sourceforge.net/projects/cunit/files/CUnit/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/dejagnu | 1.6.3 | https://ftp.gnu.org/gnu/dejagnu/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/freepascal | 3.2.2 | https://sourceforge.net/projects/freepascal/files/Source/ https://www.freepascal.org/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/gdb | 13.2 | https://ftp.gnu.org/gnu/gdb/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/gdb | 14.1 | https://ftp.gnu.org/gnu/gdb/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/go-120 | 1.20.12 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/go-121 | 1.21.5 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
| ooce/developer/gperf | 3.1 | https://ftp.gnu.org/pub/gnu/gperf/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 212bdd7

Please sign in to comment.