|
Message-Id: <20200624233517.4909-1-daniel.santos@pobox.com> Date: Wed, 24 Jun 2020 18:35:15 -0500 From: Daniel Santos <daniel.santos@...ox.com> To: musl@...ts.openwall.com Cc: daniel@...t.us, Daniele Tamino <dtamino@...bot.com> Subject: [PATCH 0/2] mipsel: Add debug information to syscalls If you currently attach a debugger to a process making an interruptable / repeatable system call, you get no backtrace as there is no debug information available. This patch set adds appropriate debug information to make debugging such programs possible. To ease reviewing, I've split this into two patches. We need the preprocessor to determine rather or not we're generating ELF files and PIC code -- so the second patch renames it to *.S.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.