[AD] UltraGDB, an alternative tool to debug GCC, GDB, LLDB, etc. on Windows and Linux
UltraGDB is a GDB GUI front-end, as well as a lightweight C/C++ IDE based on industry standard Eclipse technology. Visit http://www.ultragdb.com/ to learn more. Visit https://www.youtube.com/channel/UCr7F3ZZ_hgpxYXiMOA27hhw for demos. This is an ad. Sorry if you receive multiple copies of this message.
Re: [AD] UltraGDB, an alternative tool to debug GCC, GDB, LLDB, etc. on Windows and Linux
On Wed, Jul 8, 2015 at 3:18 AM, Sergio Durigan Junior wrote: > > I tried to find the source code of this package, but I could not find > it. Do you have a URL or something you can provide? > Sorry, source code of UltraGDB is not available now. The source code is actually a trimmed down, supercharged, and re-branded Eclipse CDT. All of our technology is built on open source, and for open source. It maybe weird for us not to provide the source code. But we are just founded, we have no idea how to continue developing this product. In other word, we have no business model yet. At present, we just want to know whether or not our product is useful, if so, then we think it is meaningful to work on it. This product is actually a part of much bigger and more ambitious plan that can't be disclosed right now. In the future, we may decide to provide the source code of UltraGDB. Any comment or suggestion on the UltraGDB product, or "development model", or "business model" is welcomed. -- Xu,Chiheng(徐持恒)
Re: [AD] UltraGDB, an alternative tool to debug GCC, GDB, LLDB, etc. on Windows and Linux
On Wed, Jul 8, 2015 at 3:18 AM, Sergio Durigan Junior wrote: > > I tried to find the source code of this package, but I could not find > it. Do you have a URL or something you can provide? > Source code is now available at https://github.com/ultragdb/org.eclipse.cdt -- Xu,Chiheng(徐持恒)
Scripts to build Cross-GCC, Clang, and QEMU on Cygwin and MSYS2/MinGW-w64
Hi, friends I have some scripts to build Cross-GCC, Clang, and QEMU on Cygwin and MSYS2/MinGW-w64 at: https://github.com/xu-chiheng/Tool I hope the scripts are useful for those interested in building the projects on Windows.