Ian Lance Taylor <iant <at> google.com> writes: > > If really all you want is a backtrace, the debugger should be able to do > that using the unwind tables. > > I believe that the google branch in GCC's svn repository has a -gmlt > option that may do what you want. > > Ian > > Hmm, the CodeSourcery prebuilt ARM stack I'm using doesn't directly include it, but I wonder: does Gold just generally handle VM pressure from large amounts of debug info (or whatever other ELF sections) better? Maybe that would be worth a try?