Hi Spen,

Finnaly I got it checked out with this

git fetch http://openocd.zylin.com/openocd refs/changes/31/931/3 && git
checkout FETCH_HEAD

But it's not seem to work ethier.

Here my tes on the stm32F4 target

mdw 0x20000000 1
0x20000000: 00600321

mww 0x20000000 0 1

mdw 0x20000000 1
0x20000000: 00000000

wp 0x20000000 1 rw

wp
address: 0x20000000, len: 0x00000001, r/w/a: 0, value: 0x00000000, mask:
0xffffffff

reset run

.... 
Nothing break;

Halt
wp
address: 0x20000000, len: 0x00000001, r/w/a: 0, value: 0x00000000, mask:
0xffffffff

mdw 0x20000000 1
0x20000000: 00600321

Normally I think the wp should have trigged ?

Jonathan



Spencer Oliver wrote:
> On 22 January 2013 14:07, Jonathan Dumaresq <jdumar...@cimeq.qc.ca>
> wrote: 
>> Hi spen,
>> 
>> Well again git problem....
>> 
>>  git checkout 561984c8f672b5b35a78e80529107ec0599fc037
>> fatal: reference is not a tree:
>> 561984c8f672b5b35a78e80529107ec0599fc037
>> 
>> Is that normal ?
>> 
> 
> no.
> 
> $ git checkout 561984c8f672b5b35a78e80529107ec0599fc037
> Note: checking out '561984c8f672b5b35a78e80529107ec0599fc037'.
> 
> You are in 'detached HEAD' state. You can look around, make
> experimental changes and commit them, and you can discard any commits
> you make in this state without impacting any branches by performing
> another checkout.   
> 
> If you want to create a new branch to retain commits you create, you
> may do so (now or later) by using -b with the checkout command again.
> Example:  
> 
>   git checkout -b new_branch_name
> 
> HEAD is now at 561984c... hla: fix watchpoints not being set



------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to