| commit | 00adc413702e0c7f1fef76ae2e3653b2c2b95b9c | [log] [tgz] |
|---|---|---|
| author | Tamas Berghammer <tberghammer@google.com> | Tue Aug 02 11:15:55 2016 +0000 |
| committer | Tamas Berghammer <tberghammer@google.com> | Tue Aug 02 11:15:55 2016 +0000 |
| tree | fa15e5133ebdb92a4ba8e8ed3156393c537393a8 | |
| parent | adedac68dc300cb87eccfb9735d00325727ac58a [diff] |
Support for OCaml native debugging This introduces basic support for debugging OCaml binaries. Use of the native compiler with DWARF emission support (see https://github.com/ocaml/ocaml/pull/574) is required. Available variables are considered as 64 bits unsigned integers, their interpretation will be left to a OCaml-made debugging layer. Differential revision: https://reviews.llvm.org/D22132 llvm-svn: 277443