diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-11 16:22:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-11 16:22:17 (EDT) |
commit | 4ef35d02ce46ee978eec899b2b5146c16344b6ce (patch) | |
tree | 46eadc990a6496377eba365cc092e388815b0409 /build | |
parent | 13d65995b3a17ba15ee95f7ecf4a510ea8f2bed6 (diff) |
gdb: Provide gcore.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ install: build # Make /etc/gdbinit. mkdir -p dest/etc/gdb printf '# System-wide GDB initialization file.\n' >dest/etc/gdb/gdbinit + # Install gcore. + cp src/gdb/gdb_gcore.sh dest/usr/bin/gcore # Make /usr/bin/gdbtui. printf '#!/bin/sh\n\nexec "$${0%%tui}" --tui "$${@}"\n' \ >dest/usr/bin/gdbtui |