From 7f260b6ff477f6531210cda3fe2409447021e931 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 11 Feb 2018 10:51:47 +0100 Subject: added gdb --- TODOS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODOS') diff --git a/TODOS b/TODOS index ff69de7..495a701 100644 --- a/TODOS +++ b/TODOS @@ -33,3 +33,11 @@ - make: recursive tarkets like all-recursive don't work, neither with cross-compiled make nor with the recompiled make on the stage1 system. No clue why?! - some packages get build more than onces (linux-api-headers, pacman-mirrorlist) +- make a wrapper for sed in DESCR, which is actually able to detect whether + the patch was successful or not. Avoid hard to detect errors, when the + upstream PKGBUILD(s) change. +- gdb uses cross-compiler source files for debugging: + Temporary breakpoint 1, 0x004005b0 in main () + (gdb) list + 1 /home/cross/.build/i486-unknown-linux-gnu/src/gcc/libgcc/libgcc2.c: No such file or directory. + -- cgit v1.2.3-54-g00ecf