Hi,

I have just moved sample files into doc.

Now, I'm concentrated about ".debug" file parser.

This task is complicated !!!

You can test parser :
$ cd barry/bjdwp
$ ./configure
$ cd ../doc/bjdwp/sample
$ ../../../bjdwp/build/bin/tstparser
List of debug giles 
  UniqueID  |        Module Name       |         File Name        
------------+--------------------------+--------------------------
 0x4a77f0e9 | BarryDemo                       | BarryDemo.debug
$ ./build/bin/tstparser BarryDemo.debug
[...]

But I don't know parse the second part of file.

My issue is : How can I know the parent object for a class ?

Sample, BarryDemo extends from UiApplication.


I try to implement the command "class", "methods" and "fields".


Regards,


Nicolas

Le mardi 01 septembre 2009 à 17:26 -0400, Chris Frey a écrit :
> On Tue, Sep 01, 2009 at 12:48:41PM +0200, Nicolas wrote:
> > Le lundi 31 ao??t 2009 ?? 20:05 -0400, Chris Frey a ??crit :
> > > Hi Nicolas,
> > > 
> > > I've merged your bjdwp tree into Barry today, with a few modifications.
> > 
> > Thank's
> > I'm going to update my repository...
> 
> I saw your changes, and merged everything so far.  Thanks!
> I did it via merge, not rebase, so a pull should work better for you now.
> 
> 
> > If you want keep all documentation into barry/doc ; you can modify (I'll
> > pull again)
> 
> Done.
> 
> 
> > I have all rebased. Then I have added little fix.
> > 
> > PacketJVM function is used by BJDWP tool.
> 
> Oops... I grepped for PacketJVM... it's probably used via the Packet()
> overloaded function.  Thanks.
> 
> 
> > BJDWP tool is quiet low level, so I need to manipulate USB packet.
> > And that's why I have exported new headers files.
> > It's so easier for me to work out of barry.
> 
> That's fine.  Once it is more stable, though, I think we should port
> things into the library itself.  At least whatever makes sense to be
> in the library.  So that the application only has to worry about
> application things.
> 
> 
> > I have added Close function in m_jvmdebug class.
> > Indeed, BJDWP is a standalone server and so stays connected. But JDB
> > client (or eclipse) can connect or disconnect of server.
> > When, JDB is disconnected, the mobile phone has to continue to run and
> > doesn't stay blocked !
> 
> Thanks.  In commit bca6e9731aaa3c6c70fe88d2b15008fb748b9be6 you say:
> 
>     A fix to be compliant with the commit 'm_mode_base'
>     
>       m_mode_base: commented out Mode::Close()
>     
>       0408aae0f300dd684e5e439e0bc97eac91717739
>     
>     Warning : Now there is a bug, we cann't disconnect from device when the
>     JDB send the command 'exit'
> 
> Is this bug still there, with this commit in place?  If so, I don't
> understand it fully.  Can you enlighten me?
> 
> 
> 
> > When BJDWP will be usable, we can modify building tool (cmake =>
> > autotools) and export bjdwp binary tool. For the moment, it's
> > experimental and secret :)
> 
> I may have time to do the autoconf conversion shortly.  I'd like bjdwp
> to be part of the main build, so I can easily do full build tests and
> fix compile errors as part of normal maintenance.
> 
> Thanks,
> - Chris
> 
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel

-- 
Nicolas VIVIEN


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to