aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_break.c
Commit message (Expand)AuthorAgeFilesLines
* add missing argument namesLuca Dariz2023-01-161-8/+8
* Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz2023-01-051-3/+11
* convert K&R into ansiGuy-Fleury Iteriteka2023-01-011-34/+33
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-4/+4
* Convert from K&R to ANSIMarin Ramesa2014-04-041-16/+16
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-2/+2
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-151-10/+10
* ddb/db_break.c (db_delete_cmd): remove unnecessary initializationMarin Ramesa2013-12-151-1/+1
* ddb/db_break.c (db_find_breakpoint_here): remove unnecessary castsMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-151-4/+4
* ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary castMarin Ramesa2013-12-091-1/+1
* ddb/db_break.c (db_add_thread_breakpoint): fix argument listMarin Ramesa2013-12-091-0/+1
* Remove leftover register qualifiersMarin Ramesa2013-11-241-1/+1
* ddb/db_break.c: remove duplicate includeMarin Ramesa2013-11-221-1/+0
* ddb/db_break.c: fix implicit declaration of functionsMarin Ramesa2013-11-211-0/+1
* ddb/db_break.c: quiet GCC warning about uninitialized variableMarin Ramesa2013-11-201-1/+1
* ddb/db_break.c: remove register qualifiersMarin Ramesa2013-11-171-28/+28
* ddb: fix implicit declarationsMarin Ramesa2013-07-041-0/+1
* 2008-07-18 Andrei Barbu <andrei@0xab.com>Samuel Thibault2009-06-181-4/+6
* 2007-04-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+2
* 2006-01-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+5
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-19/+19
* Initial sourceThomas Bushnell1997-02-251-0/+733