[Haskell-cafe] ANN: hgdbmi 0.2, GDB Machine Interface

2013-01-17 Thread Alexander Bernauer
Hi I am happy to announce the second release of hgdbmi, a Haskell implementation of the GDB Machine Interface. The Machine Interface is a machine-readable variant of the stdin/stdout-based interface of the GNU debugger. With hgdbmi you can control the execution of a GDB instance to drive debuggin

Re: [Haskell-cafe] ANN: hgdbmi 0.2, GDB Machine Interface

2013-01-18 Thread Daniel Trstenjak
Hi Alexander, On Thu, Jan 17, 2013 at 10:17:33PM +0100, Alexander Bernauer wrote: > I am happy to announce the second release of hgdbmi, a Haskell > implementation of the GDB Machine Interface. Nice project! :) > PS: This is my first serious Haskell package. If you see something > that you cons

Re: [Haskell-cafe] ANN: hgdbmi 0.2, GDB Machine Interface

2013-01-18 Thread Alexander Bernauer
Hi Daniel thank you for your feedback. On Fri, Jan 18, 2013 at 11:22 AM, Daniel Trstenjak wrote: > Looking at the function names: have you got a c programming background? > Instead of using these prefixes you could put the functions into separate > modules. Although I do have some background in

Re: [Haskell-cafe] ANN: hgdbmi 0.2, GDB Machine Interface

2013-01-19 Thread Daniel Trstenjak
Hi Alex, On Fri, Jan 18, 2013 at 08:26:10PM +0100, Alexander Bernauer wrote: > I thought it would make sense to use these names for ease of > reference. Given this, would you still prefer them being grouped in > separate modules? Yes, I still think that having separate modules can be beneficial,

Re: [Haskell-cafe] ANN: hgdbmi 0.2, GDB Machine Interface

2013-01-23 Thread Alexander Bernauer
On Sat, Jan 19, 2013 at 1:14 PM, Daniel Trstenjak wrote: > Yes, I still think that having separate modules can be beneficial, > also for the ease of reference. > I thought of putting all of your modules under the version indicating > module. Thank you, Daniel. I will consider these changes (hope