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 gdb/13431] jit code registration cleanup


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

--- Comment #1 from Steve Fink <sphink at gmail dot com> 2011-12-16 19:56:28 UTC ---
Created attachment 6115
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6115
Test case for __jit_debug_descriptor

Exact steps to reproduce:

1. Save the attached file to /tmp/jitrereg.c
2. gcc -o jitrereg /tmp/jitrereg.c
3. gdb ./jitrereg
4. gdb> run
5. Edit /tmp/jitrereg.c. Uncomment the line 'int spacer = 4'
6. From another shell (ie, without exiting gdb), redo step 2
7. From the same gdb as was running before, enter 'run' again

Observed:

(gdb) run
Unsupported JIT protocol version in descriptor!

-- 
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]