Skip to content

Commit

Permalink
Announce steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Nov 22, 2024
1 parent 3010b31 commit 30721a0
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minichlink/microgdbstub.h
Original file line number Diff line number Diff line change
@@ -435,7 +435,7 @@ void HandleGDBPacket( void * dev, char * data, int len )
char de0;
if( (de0 = *(de++)) ) // was while?
{
printf( "DE0: %c\n", de0 );
//printf( "DE0: %c\n", de0 );
if( de0 == '?' )
{
// Request a list of actions supported by the ‘vCont’ packet.
@@ -462,6 +462,7 @@ void HandleGDBPacket( void * dev, char * data, int len )
//SendReplyFull( "OK" ); // Will be sent from RVNetPoll
RVHandleGDBBreakRequest( dev );
RVSendGDBHaltReason( dev );
printf( "Step.\n" );
break;
default:
SendReplyFull( "E 98" );
Binary file modified minichlink/minichlink.exe
Binary file not shown.

0 comments on commit 30721a0

Please sign in to comment.