index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ddb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ddb: add `show all tasks' command
Justus Winter
2014-09-17
3
-0
/
+31
*
ddb: use db_thread_stat to format the flags
Justus Winter
2014-06-11
1
-6
/
+2
*
ddb: print task names if available
Justus Winter
2014-06-11
1
-1
/
+6
*
ddb: add "halt" command
Justus Winter
2014-05-03
1
-0
/
+1
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
20
-228
/
+206
*
ddb: safely copy symbol names into the symtab structure
Justus Winter
2014-02-04
1
-1
/
+2
*
Mark pure functions with attribute pure
Marin Ramesa
2013-12-20
9
-11
/
+11
*
ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration
Marin Ramesa
2013-12-20
1
-1
/
+0
*
Declare void argument lists (part 2)
Marin Ramesa
2013-12-20
2
-3
/
+3
*
Quiet GCC warning about uninitialized variable
Marin Ramesa
2013-12-16
1
-1
/
+1
*
ddb: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-15
29
-134
/
+135
*
ddb/db_expr.c (db_mult_expr): initialize lhs
Marin Ramesa
2013-12-15
1
-1
/
+1
*
ddb/db_break.c (db_delete_cmd): remove unnecessary initialization
Marin Ramesa
2013-12-15
1
-1
/
+1
*
ddb/db_break.c (db_find_breakpoint_here): remove unnecessary casts
Marin Ramesa
2013-12-15
1
-1
/
+1
*
Declare void argument lists
Marin Ramesa
2013-12-15
14
-28
/
+28
*
ddb/db_trap.c (db_task_trap): remove forward declarations
Marin Ramesa
2013-12-09
2
-2
/
+2
*
Use db_addr_t instead of db_expr_t
Marin Ramesa
2013-12-09
4
-8
/
+8
*
ddb/db_print.c: use unsigned long instead of an unsigned int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTER
Marin Ramesa
2013-12-09
2
-2
/
+6
*
ddb/db_mp.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ddb/db_examine.c: trivial stylistic fix for consistency
Marin Ramesa
2013-12-09
1
-3
/
+3
*
ddb/db_examine.c (db_examine_cmd): remove forward declaration
Marin Ramesa
2013-12-09
1
-1
/
+0
*
ddb/db_command.c (db_command): remove forward declaration
Marin Ramesa
2013-12-09
1
-1
/
+0
*
ddb/db_command.c: use boolean values
Marin Ramesa
2013-12-09
1
-4
/
+4
*
ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary cast
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ddb/db_break.c (db_add_thread_breakpoint): fix argument list
Marin Ramesa
2013-12-09
1
-0
/
+1
*
ddb/db_aout.c (aout_db_lookup): remove forward declaration
Marin Ramesa
2013-12-09
2
-2
/
+6
*
ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return value
Marin Ramesa
2013-12-09
1
-5
/
+5
*
ddb/db_output.c: remove forward declaration
Marin Ramesa
2013-12-09
2
-2
/
+3
*
ddb/db_output.c: remove duplicate function
Marin Ramesa
2013-12-08
2
-13
/
+2
*
ddb/db_output.c: remove call to nonexistent db_printf_enter()
Marin Ramesa
2013-12-08
1
-3
/
+0
*
ddb/db_command.h: remove duplicate variable declaration
Marin Ramesa
2013-12-08
1
-2
/
+0
*
ddb/db_command.c: remove forward declaration
Marin Ramesa
2013-12-08
1
-2
/
+0
*
Add missing include
Samuel Thibault
2013-12-05
1
-0
/
+1
*
ddb/db_variables.c: fix near initialization
Marin Ramesa
2013-12-05
2
-2
/
+4
*
ddb/db_variables.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-3
/
+16
*
ddb/db_trap.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-3
/
+11
*
ddb/db_command.c: remove useless forward declaration without definition
Marin Ramesa
2013-12-05
1
-5
/
+0
*
ddb/db_command.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
ddb/db_sym.c: fix argument list
Marin Ramesa
2013-12-05
1
-1
/
+1
*
ddb/db_sym.c: remove useless forward declarations without definitions
Marin Ramesa
2013-12-05
1
-9
/
+0
*
ddb: new header file db_aout.h
Marin Ramesa
2013-12-05
4
-7
/
+61
*
ddb/db_aout.c: trivial stylistic fix for consistency
Marin Ramesa
2013-12-05
1
-1
/
+1
*
ddb/db_run.c: add comment after endif
Marin Ramesa
2013-12-05
1
-1
/
+1
*
ddb/db_mp.c: add comment after else and endif
Marin Ramesa
2013-12-05
1
-3
/
+3
*
ddb/db_input.c: add comment after endif
Marin Ramesa
2013-12-05
1
-3
/
+3
*
ddb/db_command.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-2
/
+3
*
Modify struct db_variable
Marin Ramesa
2013-11-24
5
-15
/
+15
*
ddb/db_examine.c: trivial stylistic fix for consistency
Marin Ramesa
2013-11-24
1
-1
/
+1
*
ddb: move forward declarations into a header file
Marin Ramesa
2013-11-24
2
-6
/
+16
[prev]
[next]