Re: [lldb-dev] Add support for OCaml native debugging

2016-07-08 Thread Tamas Berghammer via lldb-dev
; > -- > From: tbergham...@google.com > Date: Thu, 7 Jul 2016 13:23:41 + > > Subject: Re: [lldb-dev] Add support for OCaml native debugging > To: e.bouta...@hotmail.fr; lldb-dev@lists.llvm.org > > > What type of binaries do you want to commi

Re: [lldb-dev] Add support for OCaml native debugging

2016-07-08 Thread E BOUTALEB via lldb-dev
x27;t introduce any regressions. Elias From: tbergham...@google.com Date: Thu, 7 Jul 2016 13:23:41 + Subject: Re: [lldb-dev] Add support for OCaml native debugging To: e.bouta...@hotmail.fr; lldb-dev@lists.llvm.org What type of binaries do you want to commit in? Generally we don't li

Re: [lldb-dev] Add support for OCaml native debugging

2016-07-07 Thread E BOUTALEB via lldb-dev
context and DWARF parser. Elias From: ztur...@google.com Date: Thu, 7 Jul 2016 16:05:06 + Subject: Re: [lldb-dev] Add support for OCaml native debugging To: tbergham...@google.com; e.bouta...@hotmail.fr; lldb-dev@lists.llvm.org I don't like the idea of not having tests. Promising test

Re: [lldb-dev] Add support for OCaml native debugging

2016-07-07 Thread Zachary Turner via lldb-dev
I don't like the idea of not having tests. Promising tests and actually delivering on them are two entirely different things. And without them, we just end up with broken code and nobody to maintain it On Thu, Jul 7, 2016 at 6:23 AM Tamas Berghammer via lldb-dev < lldb-dev@lists.llvm.org> wrote: >

Re: [lldb-dev] Add support for OCaml native debugging

2016-07-07 Thread Tamas Berghammer via lldb-dev
What type of binaries do you want to commit in? Generally we don't like putting binaries to the repository because they are not human readable so it is hard to review/diff them and they will only run on a single platform and a single architecture while we support a lot of different configuration.