help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

run gdb from make


From: riccardomanfrin
Subject: run gdb from make
Date: Tue, 31 Jan 2012 18:06:14 +0100

Hi list,
I'm trying to run a debug session within a make directive like this:


debug:
        $(OCDPATH)/$(OCD) -l /dev/null -f $(ENVPATH)/$(OCDCONFPATH)/$(OCDCONF) &
        $(GCCUTILSPATH)/$(GDB) -x $(ENVPATH)/$(GDBCONFPATH)/$(GDBDEBUGCONF)
        killall $(OCD)

basically I open the OnChipDebugger and gdb to attach to that. Everything
works great except that signals (eg SIGINT) are messed up, so that I can't
stop program execution (CTRL+C) nor stop to a set breakpoint.
Is there a way to force this ?
R 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP
autenticato? GRATIS solo con Email.it: http://www.email.it/f
 
 Sponsor:
 Weekend di San Valentino 10-12 febbraio all'Hotel Sartidi Riccione, 1 o 2
notti tra spa e mare d'inverno a partire da Euro 98 a coppia con cena
afrodisiaca e camera vista mare
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=12074&d=20120131


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Offerta speciale: a partire da soli Euro 18.90 puoi stampare le tue Foto su 
vera Tela Pittorica e creare Quadri fino a 80x50 cm!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11453&d=31-1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]