summaryrefslogtreecommitdiffstats
path: root/Documentation/debugging-modules.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Clarify when module debugging actually works.Robert P. J. Day2008-02-031-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+18
> Signed-off-by: Richard Henderson <rth@twiddle.net> * libvixl: fix 64bit constants usageMichael Tokarev2014-02-152-15/+21 | | | | | | | | | | | | | | | | | | | | Since commit 999b53ec8794f203964db3ecf939a3da5c4bc843: Author: Claudio Fontana <claudio.fontana@linaro.org> Date: Wed Feb 5 17:27:28 2014 +0000 disas: Implement disassembly output for A64 Use libvixl to implement disassembly output in debug logs for A64, for use with both AArch64 hosts and targets. disas/libvixl/ contains functions which uses 64bit constants without using appropriate suffixes, which fails on 32bits. Fix this by using ULL suffix. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> * disas: Implement disassembly output for A64Claudio Fontana2014-02-08