summaryrefslogtreecommitdiff
path: root/packages/gdb/8.2.1
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11Run patches thru `manage-packages -P`Alexey Neyman1-4/+2
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
2021-09-19gdb: Mark older versions as obsoleteChris Packham1-0/+1
Mark all of the 7.x series obsolete, retain only the latest 8.x release. These will be removed after the next release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2019-07-31Fix native gdb aarch64 musl buildClay McClure1-0/+17
Apply the patch from https://patchwork.openembedded.org/patch/161442/, which explains why gdb should include <signal.h> instead of <asm/sigcontext.h>.
2019-02-14Another wave of version updatesAlexey Neyman7-0/+175
Signed-off-by: Alexey Neyman <stilor@att.net>