diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-10-01 03:03:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-10-01 04:27:00 +0200 |
commit | 42bdb9e4fea494b85b394dd99d1686e812eb8a28 (patch) | |
tree | e4cbc60130c81c94043f603ef8a826d0a896e842 /ddb/db_examine.h | |
parent | 511536317e810a5d204530ed8513f645acf67d9c (diff) | |
download | gnumach-42bdb9e4fea494b85b394dd99d1686e812eb8a28.tar.gz gnumach-42bdb9e4fea494b85b394dd99d1686e812eb8a28.tar.bz2 gnumach-42bdb9e4fea494b85b394dd99d1686e812eb8a28.zip |
ddb: Add whatis command
This is convenient when tracking buffer overflows
Diffstat (limited to 'ddb/db_examine.h')
-rw-r--r-- | ddb/db_examine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ddb/db_examine.h b/ddb/db_examine.h index 56a1a346..c76fa2a2 100644 --- a/ddb/db_examine.h +++ b/ddb/db_examine.h @@ -61,6 +61,12 @@ int db_xcdump( int count, task_t task); +extern void db_whatis_cmd ( + db_expr_t addr, + int have_addr, + db_expr_t count, + const char *modif); + void db_print_cmd(void); void db_search_cmd( |