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
*
add missing argument names
Luca Dariz
2023-01-16
5
-32
/
+32
*
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Flavio Cruz
2023-01-10
1
-0
/
+1
*
Remove unused db_set_variable
Flavio Cruz
2023-01-09
1
-16
/
+0
*
Remove unused db_lookup_port
Flavio Cruz
2023-01-09
1
-17
/
+0
*
Fix ddb warnings introduced with -Wstrict-prototypes
Flavio Cruz
2023-01-05
17
-54
/
+120
*
fix warning from -Wstrict-prototypes
Guy-Fleury Iteriteka
2023-01-01
2
-2
/
+2
*
convert K&R into ansi
Guy-Fleury Iteriteka
2023-01-01
13
-226
/
+191
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
11
-34
/
+35
*
db: Add support for CSI-based arrows
Samuel Thibault
2022-12-11
1
-0
/
+40
*
Use mach_port_name in db_lookup_port
Flavio Cruz
2022-12-07
1
-1
/
+1
*
kdb: Fix TODO for multiprocessor
Damien Zammit
2022-10-25
1
-0
/
+1
*
db: Add show vmstat command
Samuel Thibault
2021-08-21
1
-0
/
+2
*
SMP: Fix warnings
Samuel Thibault
2021-04-04
2
-0
/
+5
*
ddb: Add 64bit support to memory examination
Samuel Thibault
2020-04-06
1
-4
/
+8
*
Fix build warning
Samuel Thibault
2019-11-10
1
-0
/
+1
*
ddb: More gracefully handle address errors
Samuel Thibault
2017-08-27
2
-2
/
+6
*
ddb: Add magic variable $mapXX.
Justus Winter
2017-08-12
3
-0
/
+33
*
ddb: debug traps and port references
Justus Winter
2017-08-05
1
-0
/
+46
*
ddb: Print scheduling information.
Justus Winter
2017-08-05
1
-5
/
+38
*
VM: rework map entry wiring
Richard Braun
2016-12-24
1
-1
/
+2
*
Fix getting ELF symbol bind and type
Samuel Thibault
2016-05-23
1
-5
/
+5
*
Fix gcc-6 warnings
Samuel Thibault
2016-05-18
1
-1
/
+1
*
Revert "Fix getting ELF symbol bind and type"
Samuel Thibault
2016-05-17
1
-5
/
+5
*
Fix warning
Richard Braun
2016-05-15
2
-2
/
+3
*
Fix getting ELF symbol bind and type
Samuel Thibault
2016-03-19
1
-5
/
+5
*
ddb: fix line formatting
Justus Winter
2015-09-29
1
-1
/
+1
*
ddb: add new command `show slabinfo'
Justus Winter
2015-09-29
1
-0
/
+2
*
kern: disable the simple lock checks while debugging
Justus Winter
2015-08-17
1
-0
/
+4
*
ddb: automatically display stack traces
Justus Winter
2015-06-28
1
-0
/
+4
*
ipc: replace the IPC table with a radix tree
Justus Winter
2015-05-20
1
-14
/
+6
*
ddb: Fix typos in comments (found by codespell)
Stefan Weil
2015-01-02
2
-2
/
+2
*
ddb: add support for ELF symbol tables
Justus Winter
2014-09-17
4
-1
/
+306
*
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
[next]