Disclaimer: I'm not the author of the OllyDbg debugger. So I have no relationship with this debugger.

Activity

edit

Currently, I am maintaining a MinGW GDB package with python pretty printer enabled. see Here: unoffcial MinGW GDB gdb with python released And the Build Steps I wrote here build_gdb_msys_cn in Chinese Language, the English will comes soon.

Here is my collection of MinGW packages

edit

official MinGW site

edit

Unofficial MinGW packages

edit

prebuild MinGW libraries

edit

python opencv including a MinGW OpenCV library.

Clang MinGW

edit
  1. steps to build clang under MSYS (windows), this is my post on clang mail list.
  2. llvm + clang + MinGW | lyuts.net, I found this page using cmake.
  3. Clang command line support for codecompletion, my post on CodeCompletion in Codeblocks' forum
  4. Re: Clang command line support for codecompletion, this eranif's way of building clang
  5. Ultimate++ forum: Bazaar => Upp package binding for LLVM/Clang library (libclang), some post on upp forum.