This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14999] Clang debug info crashes GDB when trying to collectlocal variables in a trace


http://sourceware.org/bugzilla/show_bug.cgi?id=14999

--- Comment #2 from David Blaikie <dblaikie at gmail dot com> 2013-01-07 19:36:14 UTC ---
Created attachment 6799
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6799
x86 assembly for trace.c from Clang

x86 assembly for trace.c, you can use gcc to assemble this if you like (ie:
Clang is not required):

gcc-4.7 trace.s && gdb a.out < script

(where script is the commands mentioned in the initial bug description)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]