This is the mail archive of the gdb-patches@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]

[PATCH v4 00/14] let gdb reuse gcc's C compiler


Hi,

https://github.com/tromey/gdb.git
submit/compile

This is version 4 of the patch to let gdb reuse gcc's C compiler.

Version 3 is here:

    https://sourceware.org/ml/gdb-patches/2014-11/msg00005.html

There is now also a description of this project at:
    https://sourceware.org/gdb/wiki/GCCCompileAndExecute

Current GCC trunk (future 5.0) has now the libcc1.so support.
This makes it relatively easy to test this patchset.

New in version 4:
 * Testcases have been moved all into new directory gdb.compile/ .
 * doc updates.
 * Fix of GDB_MMAP_* symbols for host-independent linux-tdep.c.
 * Minor fixes.

Built and regtested on x86-64, x86_64-m32 and i686 Fedora 21pre in linux-nat
and gdbserver modes.

Going to check it in in a week as v3 seems to be reviewed now.


Thanks,
Jan


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